-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Anamakine: 127.0.0.1
-- Üretim Zamanı: 30 Eki 2024, 12:31:38
-- Sunucu sürümü: 10.4.32-MariaDB
-- PHP Sürümü: 8.2.12

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


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

--
-- Veritabanı: `food-shop`
--

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

--
-- Tablo için tablo yapısı `admin_menu`
--

CREATE TABLE `admin_menu` (
  `id` int(10) UNSIGNED NOT NULL,
  `parent_id` int(11) NOT NULL DEFAULT 0,
  `order` int(11) NOT NULL DEFAULT 0,
  `title` varchar(50) NOT NULL,
  `icon` varchar(50) NOT NULL,
  `uri` varchar(255) DEFAULT NULL,
  `permission` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `admin_menu`
--

INSERT INTO `admin_menu` (`id`, `parent_id`, `order`, `title`, `icon`, `uri`, `permission`, `created_at`, `updated_at`) VALUES
(1, 0, 1, 'Dashboard', 'fa-building-o', '/', NULL, NULL, '2024-09-14 15:19:37'),
(2, 0, 2, 'Admin', 'fa-cogs', NULL, NULL, NULL, '2024-09-14 15:19:06'),
(3, 2, 3, 'Users', 'fa-users', 'auth/users', NULL, NULL, NULL),
(4, 2, 4, 'Roles', 'fa-user', 'auth/roles', NULL, NULL, NULL),
(5, 2, 5, 'Permission', 'fa-ban', 'auth/permissions', NULL, NULL, NULL),
(6, 2, 6, 'Menu', 'fa-bars', 'auth/menu', NULL, NULL, NULL),
(7, 2, 7, 'Operation log', 'fa-history', 'auth/logs', NULL, NULL, NULL),
(8, 0, 0, 'Food Category', 'fa-envira', '/food-types', '*', '2021-11-08 04:58:13', '2024-09-14 15:20:50'),
(10, 0, 0, 'Users', 'fa-user-md', '/users', '*', '2021-11-08 05:38:59', '2024-09-14 15:12:05'),
(11, 0, 0, 'Food', 'fa-cutlery', '/foods', '*', '2021-11-17 01:37:06', '2024-09-14 15:20:36');

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

--
-- Tablo için tablo yapısı `admin_operation_log`
--

CREATE TABLE `admin_operation_log` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(11) NOT NULL,
  `path` varchar(255) NOT NULL,
  `method` varchar(10) NOT NULL,
  `ip` varchar(255) NOT NULL,
  `input` text NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `admin_operation_log`
--

INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(1, 1, 'admin', 'GET', '180.175.17.235', '[]', '2021-11-08 03:42:53', '2021-11-08 03:42:53'),
(2, 1, 'admin', 'GET', '101.85.201.147', '[]', '2021-11-08 04:57:07', '2021-11-08 04:57:07'),
(3, 1, 'admin/auth/menu', 'GET', '101.85.201.147', '{\"_pjax\":\"#pjax-container\"}', '2021-11-08 04:57:10', '2021-11-08 04:57:10'),
(4, 1, 'admin/auth/menu', 'POST', '101.85.201.147', '{\"parent_id\":\"0\",\"title\":\"Category\",\"icon\":\"fa-bars\",\"uri\":\"\\/article-types\",\"roles\":[\"1\",null],\"permission\":\"*\",\"_token\":\"AMUYbLptKc2cKTgaD72XLJQOd17JLWL6PdTMmW79\"}', '2021-11-08 04:58:13', '2021-11-08 04:58:13'),
(5, 1, 'admin/auth/menu', 'GET', '101.85.201.147', '[]', '2021-11-08 04:58:13', '2021-11-08 04:58:13'),
(6, 1, 'admin/auth/menu', 'GET', '101.85.201.147', '[]', '2021-11-08 04:58:18', '2021-11-08 04:58:18'),
(7, 1, 'admin/auth/menu', 'POST', '101.85.201.147', '{\"parent_id\":\"0\",\"title\":\"Artcles\",\"icon\":\"fa-bars\",\"uri\":\"\\/articles\",\"roles\":[\"1\",null],\"permission\":\"*\",\"_token\":\"AMUYbLptKc2cKTgaD72XLJQOd17JLWL6PdTMmW79\"}', '2021-11-08 04:58:55', '2021-11-08 04:58:55'),
(8, 1, 'admin/auth/menu', 'GET', '101.85.201.147', '[]', '2021-11-08 04:58:55', '2021-11-08 04:58:55'),
(9, 1, 'admin/auth/menu', 'GET', '101.85.201.147', '[]', '2021-11-08 04:58:58', '2021-11-08 04:58:58'),
(10, 1, 'admin/articles', 'GET', '101.85.201.147', '[]', '2021-11-08 05:02:22', '2021-11-08 05:02:22'),
(11, 1, 'admin/articles/create', 'GET', '101.85.201.147', '{\"_pjax\":\"#pjax-container\"}', '2021-11-08 05:02:31', '2021-11-08 05:02:31'),
(12, 1, 'admin/articles', 'GET', '101.85.201.147', '{\"_pjax\":\"#pjax-container\"}', '2021-11-08 05:02:46', '2021-11-08 05:02:46'),
(13, 1, 'admin/articles/create', 'GET', '101.85.201.147', '{\"_pjax\":\"#pjax-container\"}', '2021-11-08 05:02:50', '2021-11-08 05:02:50'),
(14, 1, 'admin/articles/create', 'GET', '101.85.201.147', '[]', '2021-11-08 05:06:27', '2021-11-08 05:06:27'),
(15, 1, 'admin/auth/logout', 'GET', '101.85.201.147', '{\"_pjax\":\"#pjax-container\"}', '2021-11-08 05:06:32', '2021-11-08 05:06:32'),
(16, 1, 'admin', 'GET', '101.85.201.147', '[]', '2021-11-08 05:06:36', '2021-11-08 05:06:36'),
(17, 1, 'admin/articles', 'GET', '101.85.201.147', '{\"_pjax\":\"#pjax-container\"}', '2021-11-08 05:06:38', '2021-11-08 05:06:38'),
(18, 1, 'admin/article-types', 'GET', '101.85.201.147', '{\"_pjax\":\"#pjax-container\"}', '2021-11-08 05:06:40', '2021-11-08 05:06:40'),
(19, 1, 'admin/articles', 'GET', '101.85.201.147', '{\"_pjax\":\"#pjax-container\"}', '2021-11-08 05:06:42', '2021-11-08 05:06:42'),
(20, 1, 'admin/articles/create', 'GET', '101.85.201.147', '{\"_pjax\":\"#pjax-container\"}', '2021-11-08 05:06:43', '2021-11-08 05:06:43'),
(21, 1, 'admin/articles/create', 'GET', '101.85.201.147', '[]', '2021-11-08 05:12:09', '2021-11-08 05:12:09'),
(22, 1, 'admin/articles/create', 'GET', '101.85.201.147', '[]', '2021-11-08 05:13:21', '2021-11-08 05:13:21'),
(23, 1, 'admin/articles/create', 'GET', '101.85.201.147', '[]', '2021-11-08 05:14:03', '2021-11-08 05:14:03'),
(24, 1, 'admin/article-types', 'GET', '101.85.201.147', '[]', '2021-11-08 05:14:10', '2021-11-08 05:14:10'),
(25, 1, 'admin/article-types/create', 'GET', '101.85.201.147', '{\"_pjax\":\"#pjax-container\"}', '2021-11-08 05:14:13', '2021-11-08 05:14:13'),
(26, 1, 'admin/articles', 'GET', '101.85.201.147', '{\"_pjax\":\"#pjax-container\"}', '2021-11-08 05:14:18', '2021-11-08 05:14:18'),
(27, 1, 'admin/articles/create', 'GET', '101.85.201.147', '{\"_pjax\":\"#pjax-container\"}', '2021-11-08 05:14:19', '2021-11-08 05:14:19'),
(28, 1, 'admin/article-types', 'GET', '101.85.201.147', '{\"_pjax\":\"#pjax-container\"}', '2021-11-08 05:15:02', '2021-11-08 05:15:02'),
(29, 1, 'admin/articles', 'GET', '101.85.201.147', '{\"_pjax\":\"#pjax-container\"}', '2021-11-08 05:15:05', '2021-11-08 05:15:05'),
(30, 1, 'admin/articles/create', 'GET', '101.85.201.147', '{\"_pjax\":\"#pjax-container\"}', '2021-11-08 05:15:08', '2021-11-08 05:15:08'),
(31, 1, 'admin/articles/create', 'GET', '101.85.201.147', '[]', '2021-11-08 05:15:45', '2021-11-08 05:15:45'),
(32, 1, 'admin/articles/create', 'GET', '101.85.201.147', '[]', '2021-11-08 05:19:56', '2021-11-08 05:19:56'),
(33, 1, 'admin/articles/create', 'GET', '101.85.201.147', '[]', '2021-11-08 05:22:13', '2021-11-08 05:22:13'),
(34, 1, 'admin/auth/menu', 'GET', '101.85.201.147', '{\"_pjax\":\"#pjax-container\"}', '2021-11-08 05:38:07', '2021-11-08 05:38:07'),
(35, 1, 'admin/auth/menu/8/edit', 'GET', '101.85.201.147', '{\"_pjax\":\"#pjax-container\"}', '2021-11-08 05:38:12', '2021-11-08 05:38:12'),
(36, 1, 'admin/auth/menu/8', 'PUT', '101.85.201.147', '{\"parent_id\":\"0\",\"title\":\"Category\",\"icon\":\"fa-certificate\",\"uri\":\"\\/article-types\",\"roles\":[\"1\",null],\"permission\":\"*\",\"_token\":\"1dRL1ZTg9uL9SBUZUkwxouwgJEat9EZqsMHfsdn6\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/mark.bslmeiyu.com\\/admin\\/auth\\/menu\"}', '2021-11-08 05:38:24', '2021-11-08 05:38:24'),
(37, 1, 'admin/auth/menu', 'GET', '101.85.201.147', '[]', '2021-11-08 05:38:24', '2021-11-08 05:38:24'),
(38, 1, 'admin/auth/menu/9/edit', 'GET', '101.85.201.147', '{\"_pjax\":\"#pjax-container\"}', '2021-11-08 05:38:26', '2021-11-08 05:38:26'),
(39, 1, 'admin/auth/menu/9', 'PUT', '101.85.201.147', '{\"parent_id\":\"0\",\"title\":\"Articles\",\"icon\":\"fa-bars\",\"uri\":\"\\/articles\",\"roles\":[\"1\",null],\"permission\":\"*\",\"_token\":\"1dRL1ZTg9uL9SBUZUkwxouwgJEat9EZqsMHfsdn6\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/mark.bslmeiyu.com\\/admin\\/auth\\/menu\"}', '2021-11-08 05:38:32', '2021-11-08 05:38:32'),
(40, 1, 'admin/auth/menu', 'GET', '101.85.201.147', '[]', '2021-11-08 05:38:32', '2021-11-08 05:38:32'),
(41, 1, 'admin/auth/menu', 'GET', '101.85.201.147', '[]', '2021-11-08 05:38:35', '2021-11-08 05:38:35'),
(42, 1, 'admin/auth/menu', 'GET', '101.85.201.147', '{\"_pjax\":\"#pjax-container\"}', '2021-11-08 05:38:40', '2021-11-08 05:38:40'),
(43, 1, 'admin/auth/menu', 'POST', '101.85.201.147', '{\"parent_id\":\"0\",\"title\":\"Users\",\"icon\":\"fa-bars\",\"uri\":\"\\/users\",\"roles\":[\"1\",null],\"permission\":\"*\",\"_token\":\"1dRL1ZTg9uL9SBUZUkwxouwgJEat9EZqsMHfsdn6\"}', '2021-11-08 05:38:59', '2021-11-08 05:38:59'),
(44, 1, 'admin/auth/menu', 'GET', '101.85.201.147', '[]', '2021-11-08 05:38:59', '2021-11-08 05:38:59'),
(45, 1, 'admin/articles', 'GET', '180.175.17.235', '[]', '2021-11-17 01:36:07', '2021-11-17 01:36:07'),
(46, 1, 'admin/auth/roles', 'GET', '180.175.17.235', '{\"_pjax\":\"#pjax-container\"}', '2021-11-17 01:36:12', '2021-11-17 01:36:12'),
(47, 1, 'admin/auth/menu', 'GET', '180.175.17.235', '{\"_pjax\":\"#pjax-container\"}', '2021-11-17 01:36:14', '2021-11-17 01:36:14'),
(48, 1, 'admin/auth/menu', 'POST', '180.175.17.235', '{\"parent_id\":\"0\",\"title\":\"Places\",\"icon\":\"fa-map-marker\",\"uri\":\"\\/places\",\"roles\":[\"1\",null],\"permission\":\"*\",\"_token\":\"DVaZyyNmM0y50LLhvlifo9hBnTZkZKN95JmzdkFg\"}', '2021-11-17 01:37:06', '2021-11-17 01:37:06'),
(49, 1, 'admin/auth/menu', 'GET', '180.175.17.235', '[]', '2021-11-17 01:37:06', '2021-11-17 01:37:06'),
(50, 1, 'admin/auth/menu', 'GET', '180.175.17.235', '[]', '2021-11-17 01:37:08', '2021-11-17 01:37:08'),
(51, 1, 'admin/places', 'GET', '180.175.17.235', '{\"_pjax\":\"#pjax-container\"}', '2021-11-17 01:37:10', '2021-11-17 01:37:10'),
(52, 1, 'admin/places', 'GET', '180.175.17.235', '{\"_pjax\":\"#pjax-container\"}', '2021-11-17 01:45:32', '2021-11-17 01:45:32'),
(53, 1, 'admin/places/create', 'GET', '180.175.17.235', '{\"_pjax\":\"#pjax-container\"}', '2021-11-17 01:45:35', '2021-11-17 01:45:35'),
(54, 1, 'admin/places/create', 'GET', '180.175.17.235', '[]', '2021-11-17 01:46:48', '2021-11-17 01:46:48'),
(55, 1, 'admin/places/create', 'GET', '180.175.17.235', '[]', '2021-11-17 01:46:50', '2021-11-17 01:46:50'),
(56, 1, 'admin/places', 'POST', '180.175.17.235', '{\"name\":\"British Columbia\",\"price\":\"1276\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This 134 kilometers Highway 99 trail gives you a taste of the&nbsp;<\\/span><a href=\\\"https:\\/\\/traveltriangle.com\\/canada-tourism\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; background: rgb(255, 255, 255); color: rgb(0, 153, 255); text-decoration-line: none; outline: none; font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; white-space: normal;\\\">Canada<\\/a><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">&nbsp;mountains, from Horseshoe Bay in the north of Vancouver to Pemberton. The highway takes you via the coast of the Pacific all the way to Howe Sound before arriving at the Turning island. It gives you a mouthwatering opportunity for sightseeing without having the need to walk off road.<\\/span><\\/p>\",\"total_people\":null,\"selected_people\":null,\"_token\":\"DVaZyyNmM0y50LLhvlifo9hBnTZkZKN95JmzdkFg\"}', '2021-11-17 02:04:35', '2021-11-17 02:04:35'),
(57, 1, 'admin/places/create', 'GET', '180.175.17.235', '[]', '2021-11-17 02:04:35', '2021-11-17 02:04:35'),
(58, 1, 'admin/places', 'POST', '180.175.17.235', '{\"name\":\"British Columbia\",\"price\":\"1276\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This 134 kilometers Highway 99 trail gives you a taste of the&nbsp;<\\/span><a href=\\\"https:\\/\\/traveltriangle.com\\/canada-tourism\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; background: rgb(255, 255, 255); color: rgb(0, 153, 255); text-decoration-line: none; outline: none; font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; white-space: normal;\\\">Canada<\\/a><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">&nbsp;mountains, from Horseshoe Bay in the north of Vancouver to Pemberton. The highway takes you via the coast of the Pacific all the way to Howe Sound before arriving at the Turning island. It gives you a mouthwatering opportunity for sightseeing without having the need to walk off road.<\\/span><\\/p>\",\"total_people\":null,\"selected_people\":null,\"_token\":\"DVaZyyNmM0y50LLhvlifo9hBnTZkZKN95JmzdkFg\"}', '2021-11-17 02:05:28', '2021-11-17 02:05:28'),
(59, 1, 'admin/places/create', 'GET', '180.175.17.235', '[]', '2021-11-17 02:05:28', '2021-11-17 02:05:28'),
(60, 1, 'admin/places', 'POST', '180.175.17.235', '{\"name\":\"British Columbia\",\"price\":\"1276\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This 134 kilometers Highway 99 trail gives you a taste of the&nbsp;<\\/span><a href=\\\"https:\\/\\/traveltriangle.com\\/canada-tourism\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; background: rgb(255, 255, 255); color: rgb(0, 153, 255); text-decoration-line: none; outline: none; font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; white-space: normal;\\\">Canada<\\/a><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">&nbsp;mountains, from Horseshoe Bay in the north of Vancouver to Pemberton. The highway takes you via the coast of the Pacific all the way to Howe Sound before arriving at the Turning island. It gives you a mouthwatering opportunity for sightseeing without having the need to walk off road.<\\/span><\\/p>\",\"total_people\":null,\"selected_people\":null,\"_token\":\"DVaZyyNmM0y50LLhvlifo9hBnTZkZKN95JmzdkFg\"}', '2021-11-17 02:06:38', '2021-11-17 02:06:38'),
(61, 1, 'admin/places/create', 'GET', '180.175.17.235', '[]', '2021-11-17 02:06:38', '2021-11-17 02:06:38'),
(62, 1, 'admin/places', 'POST', '180.175.17.235', '{\"name\":\"British Columbia\",\"price\":\"1276\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This 134 kilometers Highway 99 trail gives you a taste of the&nbsp;<\\/span><a href=\\\"https:\\/\\/traveltriangle.com\\/canada-tourism\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; background: rgb(255, 255, 255); color: rgb(0, 153, 255); text-decoration-line: none; outline: none; font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; white-space: normal;\\\">Canada<\\/a><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">&nbsp;mountains, from Horseshoe Bay in the north of Vancouver to Pemberton. The highway takes you via the coast of the Pacific all the way to Howe Sound before arriving at the Turning island. It gives you a mouthwatering opportunity for sightseeing without having the need to walk off road.<\\/span><\\/p>\",\"total_people\":null,\"selected_people\":null,\"_token\":\"DVaZyyNmM0y50LLhvlifo9hBnTZkZKN95JmzdkFg\"}', '2021-11-17 02:07:49', '2021-11-17 02:07:49'),
(63, 1, 'admin/places/create', 'GET', '180.175.17.235', '[]', '2021-11-17 02:07:49', '2021-11-17 02:07:49'),
(64, 1, 'admin/places', 'POST', '180.175.17.235', '{\"name\":\"British Columbia\",\"price\":\"1276\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This 134 kilometers Highway 99 trail gives you a taste of the&nbsp;<\\/span><a href=\\\"https:\\/\\/traveltriangle.com\\/canada-tourism\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; background: rgb(255, 255, 255); color: rgb(0, 153, 255); text-decoration-line: none; outline: none; font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; white-space: normal;\\\">Canada<\\/a><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">&nbsp;mountains, from Horseshoe Bay in the north of Vancouver to Pemberton. The highway takes you via the coast of the Pacific all the way to Howe Sound before arriving at the Turning island. It gives you a mouthwatering opportunity for sightseeing without having the need to walk off road.<\\/span><\\/p>\",\"total_people\":\"5\",\"selected_people\":null,\"_token\":\"DVaZyyNmM0y50LLhvlifo9hBnTZkZKN95JmzdkFg\"}', '2021-11-17 02:08:45', '2021-11-17 02:08:45'),
(65, 1, 'admin/places/create', 'GET', '180.175.17.235', '[]', '2021-11-17 02:08:45', '2021-11-17 02:08:45'),
(66, 1, 'admin/places', 'POST', '180.175.17.235', '{\"name\":\"British Columbia\",\"price\":\"1276\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This 134 kilometers Highway 99 trail gives you a taste of the&nbsp;<\\/span><a href=\\\"https:\\/\\/traveltriangle.com\\/canada-tourism\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; background: rgb(255, 255, 255); color: rgb(0, 153, 255); text-decoration-line: none; outline: none; font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; white-space: normal;\\\">Canada<\\/a><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">&nbsp;mountains, from Horseshoe Bay in the north of Vancouver to Pemberton. The highway takes you via the coast of the Pacific all the way to Howe Sound before arriving at the Turning island. It gives you a mouthwatering opportunity for sightseeing without having the need to walk off road.<\\/span><\\/p>\",\"total_people\":\"5\",\"selected_people\":\"5\",\"_token\":\"DVaZyyNmM0y50LLhvlifo9hBnTZkZKN95JmzdkFg\"}', '2021-11-17 02:09:08', '2021-11-17 02:09:08'),
(67, 1, 'admin/places', 'GET', '180.175.17.235', '[]', '2021-11-17 02:09:09', '2021-11-17 02:09:09'),
(68, 1, 'admin/places/create', 'GET', '180.175.17.235', '{\"_pjax\":\"#pjax-container\"}', '2021-11-17 02:09:15', '2021-11-17 02:09:15'),
(69, 1, 'admin/places', 'POST', '180.175.17.235', '{\"name\":\"Icefields Parkway\",\"price\":\"2153\",\"location\":\"Icefields Parkway, Alberta\",\"stars\":\"5\",\"total_people\":\"5\",\"selected_people\":\"3\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This stretches for a straight 234 kilometers from Banff to Jasper. The Icefields Parkway offers you the picturesque panorama of Alberta\\u2019s most talked about mountain vistas. Some of these include Lake Louise, Peyto Lake, and the Columbia Icefields.<\\/span><br style=\\\"box-sizing: border-box; font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; white-space: normal; background-color: rgb(255, 255, 255);\\\"\\/><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This region is also frequented by a number of ancient glaciers<\\/span><\\/p>\",\"_token\":\"DVaZyyNmM0y50LLhvlifo9hBnTZkZKN95JmzdkFg\",\"_previous_\":\"http:\\/\\/mark.bslmeiyu.com\\/admin\\/places\"}', '2021-11-17 02:10:43', '2021-11-17 02:10:43'),
(70, 1, 'admin/places', 'GET', '180.175.17.235', '[]', '2021-11-17 02:10:44', '2021-11-17 02:10:44'),
(71, 1, 'admin/places', 'GET', '180.175.17.235', '[]', '2021-11-17 02:10:55', '2021-11-17 02:10:55'),
(72, 1, 'admin/places', 'GET', '180.175.17.235', '[]', '2021-11-17 02:11:20', '2021-11-17 02:11:20'),
(73, 1, 'admin/places', 'GET', '180.175.17.235', '[]', '2021-11-17 02:12:01', '2021-11-17 02:12:01'),
(74, 1, 'admin/places/1/edit', 'GET', '180.175.17.235', '{\"_pjax\":\"#pjax-container\"}', '2021-11-17 02:12:32', '2021-11-17 02:12:32'),
(75, 1, 'admin/articles', 'GET', '180.175.17.235', '{\"_pjax\":\"#pjax-container\"}', '2021-11-17 02:14:06', '2021-11-17 02:14:06'),
(76, 1, 'admin/article-types', 'GET', '180.175.17.235', '{\"_pjax\":\"#pjax-container\"}', '2021-11-17 02:14:08', '2021-11-17 02:14:08'),
(77, 1, 'admin/users', 'GET', '180.175.17.235', '{\"_pjax\":\"#pjax-container\"}', '2021-11-17 02:14:10', '2021-11-17 02:14:10'),
(78, 1, 'admin/articles', 'GET', '180.175.17.235', '{\"_pjax\":\"#pjax-container\"}', '2021-11-17 02:14:11', '2021-11-17 02:14:11'),
(79, 1, 'admin/places', 'GET', '180.175.17.235', '{\"_pjax\":\"#pjax-container\"}', '2021-11-17 02:15:36', '2021-11-17 02:15:36'),
(80, 1, 'admin/places/create', 'GET', '180.175.17.235', '{\"_pjax\":\"#pjax-container\"}', '2021-11-17 02:15:38', '2021-11-17 02:15:38'),
(81, 1, 'admin/places', 'POST', '180.175.17.235', '{\"name\":\"Moraine Lake\",\"price\":\"3456\",\"location\":\"Moraine Lake, Alberta\",\"stars\":\"3\",\"total_people\":\"5\",\"selected_people\":\"4\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">Moraine Lake is yet another astonishing geographical location that you cannot afford to miss out on if you\\u2019re traveling along the Icefields Parkway. Moraine Lake is located in the Banff and is a promising epitome of ecstatic blue waters. This lake is fed from the glaciers and is gifted its startling blue color from the silicon deposits from the melting glaciers<\\/span><\\/p>\",\"_token\":\"DVaZyyNmM0y50LLhvlifo9hBnTZkZKN95JmzdkFg\",\"_previous_\":\"http:\\/\\/mark.bslmeiyu.com\\/admin\\/places\"}', '2021-11-17 02:16:31', '2021-11-17 02:16:31'),
(82, 1, 'admin/places', 'GET', '180.175.17.235', '[]', '2021-11-17 02:16:31', '2021-11-17 02:16:31'),
(83, 1, 'admin/places/create', 'GET', '180.175.17.235', '{\"_pjax\":\"#pjax-container\"}', '2021-11-17 02:17:49', '2021-11-17 02:17:49'),
(84, 1, 'admin/places/create', 'GET', '180.175.17.235', '[]', '2021-11-17 02:17:52', '2021-11-17 02:17:52'),
(85, 1, 'admin/places', 'POST', '180.175.17.235', '{\"name\":\"Ontario\",\"price\":\"3312\",\"location\":\"Killarney Provincial Park\",\"stars\":\"4\",\"total_people\":\"5\",\"selected_people\":\"3\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">If you\\u2019re in Canada and if you\\u2019re a sucker for mountains, Killarney Provincial Park in&nbsp;<\\/span><a href=\\\"https:\\/\\/traveltriangle.com\\/canada-tourism\\/ontario\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; background: rgb(255, 255, 255); color: rgb(0, 153, 255); text-decoration-line: none; outline: none; font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; white-space: normal;\\\">Ontario<\\/a><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">&nbsp;is your best catch for Canada mountains near Toronto. This region makes the center of the La Cloche Mountain Range.<\\/span><\\/p>\",\"_token\":\"DVaZyyNmM0y50LLhvlifo9hBnTZkZKN95JmzdkFg\",\"_previous_\":\"http:\\/\\/mark.bslmeiyu.com\\/admin\\/places\"}', '2021-11-17 02:18:46', '2021-11-17 02:18:46'),
(86, 1, 'admin/places', 'GET', '180.175.17.235', '[]', '2021-11-17 02:18:46', '2021-11-17 02:18:46'),
(87, 1, 'admin/places', 'GET', '180.175.17.235', '[]', '2021-11-17 02:20:22', '2021-11-17 02:20:22'),
(88, 1, 'admin/places', 'GET', '180.175.17.235', '[]', '2021-11-17 02:22:56', '2021-11-17 02:22:56'),
(89, 1, 'admin/places/1/edit', 'GET', '180.175.17.235', '{\"_pjax\":\"#pjax-container\"}', '2021-11-17 02:23:01', '2021-11-17 02:23:01'),
(90, 1, 'admin/places/1', 'PUT', '180.175.17.235', '{\"name\":\"British Columbia\",\"price\":\"1276\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"total_people\":\"5\",\"selected_people\":\"5\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This 134 kilometers Highway 99 trail gives you a taste of the&nbsp;<\\/span><a href=\\\"https:\\/\\/traveltriangle.com\\/canada-tourism\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; background: rgb(255, 255, 255); color: rgb(0, 153, 255); text-decoration-line: none; outline: none; font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; white-space: normal;\\\">Canada<\\/a><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">&nbsp;mountains, from Horseshoe Bay in the north of Vancouver to Pemberton. The highway takes you via the coast of the Pacific all the way to Howe Sound before arriving at the Turning island. It gives you a mouthwatering opportunity for sightseeing without having the need to walk off road.<\\/span><\\/p>\",\"_token\":\"DVaZyyNmM0y50LLhvlifo9hBnTZkZKN95JmzdkFg\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/mark.bslmeiyu.com\\/admin\\/places\"}', '2021-11-17 02:23:07', '2021-11-17 02:23:07'),
(91, 1, 'admin/places', 'GET', '180.175.17.235', '[]', '2021-11-17 02:23:07', '2021-11-17 02:23:07'),
(92, 1, 'admin/places/2/edit', 'GET', '180.175.17.235', '{\"_pjax\":\"#pjax-container\"}', '2021-11-17 02:23:10', '2021-11-17 02:23:10'),
(93, 1, 'admin/places/2', 'PUT', '180.175.17.235', '{\"name\":\"Icefields Parkway\",\"price\":\"2153\",\"location\":\"Icefields Parkway, Alberta\",\"stars\":\"5\",\"total_people\":\"5\",\"selected_people\":\"3\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This stretches for a straight 234 kilometers from Banff to Jasper. The Icefields Parkway offers you the picturesque panorama of Alberta\\u2019s most talked about mountain vistas. Some of these include Lake Louise, Peyto Lake, and the Columbia Icefields.<\\/span><br style=\\\"box-sizing: border-box; font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; white-space: normal; background-color: rgb(255, 255, 255);\\\"\\/><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This region is also frequented by a number of ancient glaciers<\\/span><\\/p>\",\"_token\":\"DVaZyyNmM0y50LLhvlifo9hBnTZkZKN95JmzdkFg\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/mark.bslmeiyu.com\\/admin\\/places\"}', '2021-11-17 02:23:18', '2021-11-17 02:23:18'),
(94, 1, 'admin/places', 'GET', '180.175.17.235', '[]', '2021-11-17 02:23:18', '2021-11-17 02:23:18'),
(95, 1, 'admin/places', 'GET', '180.175.17.235', '[]', '2021-11-17 03:12:02', '2021-11-17 03:12:02'),
(96, 1, 'admin/articles', 'GET', '116.224.235.15', '[]', '2021-11-19 05:37:22', '2021-11-19 05:37:22'),
(97, 1, 'admin/places', 'GET', '116.224.235.15', '{\"_pjax\":\"#pjax-container\"}', '2021-11-19 05:37:27', '2021-11-19 05:37:27'),
(98, 1, 'admin/places/1/edit', 'GET', '116.224.235.15', '{\"_pjax\":\"#pjax-container\"}', '2021-11-19 05:37:31', '2021-11-19 05:37:31'),
(99, 1, 'admin/places/1', 'PUT', '116.224.235.15', '{\"name\":\"British Columbia\",\"price\":\"1276\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"total_people\":null,\"selected_people\":\"5\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This 134 kilometers Highway 99 trail gives you a taste of the&nbsp;<\\/span><a href=\\\"https:\\/\\/traveltriangle.com\\/canada-tourism\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; background: rgb(255, 255, 255); color: rgb(0, 153, 255); text-decoration-line: none; outline: none; font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; white-space: normal;\\\">Canada<\\/a><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">&nbsp;mountains, from Horseshoe Bay in the north of Vancouver to Pemberton. The highway takes you via the coast of the Pacific all the way to Howe Sound before arriving at the Turning island.&nbsp;<\\/span><\\/p>\",\"_token\":\"csmn0uJipj7DfXFryYJlaz010r03aRaKhuIHVjHu\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/mark.bslmeiyu.com\\/admin\\/places\"}', '2021-11-19 05:37:37', '2021-11-19 05:37:37'),
(100, 1, 'admin/places/1/edit', 'GET', '116.224.235.15', '[]', '2021-11-19 05:37:37', '2021-11-19 05:37:37'),
(101, 1, 'admin/places/1/edit', 'GET', '116.224.235.15', '[]', '2021-11-19 05:39:12', '2021-11-19 05:39:12'),
(102, 1, 'admin/places/1', 'PUT', '116.224.235.15', '{\"name\":\"British Columbia\",\"price\":\"1276\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This 134 kilometers Highway 99 trail gives you a taste of the&nbsp;<\\/span><a href=\\\"https:\\/\\/traveltriangle.com\\/canada-tourism\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; background: rgb(255, 255, 255); color: rgb(0, 153, 255); text-decoration-line: none; outline: none; font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; white-space: normal;\\\">Canada<\\/a><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">&nbsp;mountains, from Horseshoe Bay in the north of Vancouver to Pemberton. The highway takes you via the coast of the Pacific all the way to Howe Sound before arriving at the Turning island.&nbsp;<\\/span><\\/p>\",\"_token\":\"csmn0uJipj7DfXFryYJlaz010r03aRaKhuIHVjHu\",\"_method\":\"PUT\"}', '2021-11-19 05:39:17', '2021-11-19 05:39:17'),
(103, 1, 'admin/places', 'GET', '116.224.235.15', '[]', '2021-11-19 05:39:17', '2021-11-19 05:39:17'),
(104, 1, 'admin/places/2/edit', 'GET', '116.224.235.15', '{\"_pjax\":\"#pjax-container\"}', '2021-11-19 05:39:20', '2021-11-19 05:39:20'),
(105, 1, 'admin/places/2', 'PUT', '116.224.235.15', '{\"name\":\"Icefields Parkway\",\"price\":\"2153\",\"location\":\"Icefields Parkway, Alberta\",\"stars\":\"5\",\"people\":\"5\",\"selected_people\":\"3\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This stretches for a straight 234 kilometers from Banff to Jasper. The Icefields Parkway offers you the picturesque panorama of Alberta\\u2019s most talked about mountain vistas. Some of these include Lake Louise, Peyto Lake, and the Columbia Icefields.<\\/span><br\\/><\\/p>\",\"_token\":\"csmn0uJipj7DfXFryYJlaz010r03aRaKhuIHVjHu\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/mark.bslmeiyu.com\\/admin\\/places\"}', '2021-11-19 05:39:28', '2021-11-19 05:39:28'),
(106, 1, 'admin/places', 'GET', '116.224.235.15', '[]', '2021-11-19 05:39:28', '2021-11-19 05:39:28'),
(107, 1, 'admin/places/3/edit', 'GET', '116.224.235.15', '{\"_pjax\":\"#pjax-container\"}', '2021-11-19 05:39:31', '2021-11-19 05:39:31'),
(108, 1, 'admin/places/3', 'PUT', '116.224.235.15', '{\"name\":\"Moraine Lake\",\"price\":\"3456\",\"location\":\"Moraine Lake, Alberta\",\"stars\":\"3\",\"people\":\"5\",\"selected_people\":\"4\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">Moraine Lake is yet another astonishing geographical location that you cannot afford to miss out on if you\\u2019re traveling along the Icefields Parkway. Moraine Lake is located in the Banff and is a promising epitome of ecstatic blue waters.&nbsp;<\\/span><\\/p>\",\"_token\":\"csmn0uJipj7DfXFryYJlaz010r03aRaKhuIHVjHu\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/mark.bslmeiyu.com\\/admin\\/places\"}', '2021-11-19 05:39:37', '2021-11-19 05:39:37'),
(109, 1, 'admin/places', 'GET', '116.224.235.15', '[]', '2021-11-19 05:39:37', '2021-11-19 05:39:37'),
(110, 1, 'admin/places/4/edit', 'GET', '116.224.235.15', '{\"_pjax\":\"#pjax-container\"}', '2021-11-19 05:39:39', '2021-11-19 05:39:39'),
(111, 1, 'admin/places/4', 'PUT', '116.224.235.15', '{\"name\":\"Ontario\",\"price\":\"3312\",\"location\":\"Killarney Provincial Park\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"3\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">If you\\u2019re in Canada and if you\\u2019re a sucker for mountains, Killarney Provincial Park in&nbsp;<\\/span><a href=\\\"https:\\/\\/traveltriangle.com\\/canada-tourism\\/ontario\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; background: rgb(255, 255, 255); color: rgb(0, 153, 255); text-decoration-line: none; outline: none; font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; white-space: normal;\\\">Ontario<\\/a><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">&nbsp;is your best catch for Canada mountains near Toronto. This region makes the center of the La Cloche Mountain Range.<\\/span><\\/p>\",\"_token\":\"csmn0uJipj7DfXFryYJlaz010r03aRaKhuIHVjHu\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/mark.bslmeiyu.com\\/admin\\/places\"}', '2021-11-19 05:39:42', '2021-11-19 05:39:42'),
(112, 1, 'admin/places', 'GET', '116.224.235.15', '[]', '2021-11-19 05:39:42', '2021-11-19 05:39:42'),
(113, 1, 'admin/places/1/edit', 'GET', '116.224.235.15', '{\"_pjax\":\"#pjax-container\"}', '2021-11-19 05:39:48', '2021-11-19 05:39:48'),
(114, 1, 'admin/places/1', 'PUT', '116.224.235.15', '{\"name\":\"British Columbia\",\"price\":\"1276\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This 134 kilometers Highway 99 trail gives you a taste of the&nbsp;<\\/span><a href=\\\"https:\\/\\/traveltriangle.com\\/canada-tourism\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; background: rgb(255, 255, 255); color: rgb(0, 153, 255); text-decoration-line: none; outline: none; font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; white-space: normal;\\\">Canada<\\/a><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">&nbsp;mountains, from Horseshoe Bay in the north of Vancouver to Pemberton.&nbsp;<\\/span><\\/p>\",\"_token\":\"csmn0uJipj7DfXFryYJlaz010r03aRaKhuIHVjHu\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/mark.bslmeiyu.com\\/admin\\/places\"}', '2021-11-19 05:39:55', '2021-11-19 05:39:55'),
(115, 1, 'admin/places', 'GET', '116.224.235.15', '[]', '2021-11-19 05:39:56', '2021-11-19 05:39:56'),
(116, 1, 'admin/places/2/edit', 'GET', '116.224.235.15', '{\"_pjax\":\"#pjax-container\"}', '2021-11-19 05:39:57', '2021-11-19 05:39:57'),
(117, 1, 'admin/places/2', 'PUT', '116.224.235.15', '{\"name\":\"Icefields Parkway\",\"price\":\"2153\",\"location\":\"Icefields Parkway, Alberta\",\"stars\":\"5\",\"people\":\"5\",\"selected_people\":\"3\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This stretches for a straight 234 kilometers from Banff to Jasper. The Icefields Parkway offers you the picturesque panorama of Alberta\\u2019s most talked about mountain vistas.&nbsp;<\\/span><br\\/><\\/p>\",\"_token\":\"csmn0uJipj7DfXFryYJlaz010r03aRaKhuIHVjHu\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/mark.bslmeiyu.com\\/admin\\/places\"}', '2021-11-19 05:40:05', '2021-11-19 05:40:05'),
(118, 1, 'admin/places', 'GET', '116.224.235.15', '[]', '2021-11-19 05:40:05', '2021-11-19 05:40:05'),
(119, 1, 'admin/places/3/edit', 'GET', '116.224.235.15', '{\"_pjax\":\"#pjax-container\"}', '2021-11-19 05:40:30', '2021-11-19 05:40:30'),
(120, 1, 'admin/places/3', 'PUT', '116.224.235.15', '{\"name\":\"Moraine Lake\",\"price\":\"3456\",\"location\":\"Moraine Lake, Alberta\",\"stars\":\"3\",\"people\":\"5\",\"selected_people\":\"4\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">Moraine Lake is yet another astonishing geographical location that you cannot afford to miss out on if you\\u2019re traveling along the Icefields Parkway.&nbsp;<\\/span><\\/p>\",\"_token\":\"csmn0uJipj7DfXFryYJlaz010r03aRaKhuIHVjHu\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/mark.bslmeiyu.com\\/admin\\/places\"}', '2021-11-19 05:40:36', '2021-11-19 05:40:36'),
(121, 1, 'admin/places', 'GET', '116.224.235.15', '[]', '2021-11-19 05:40:37', '2021-11-19 05:40:37'),
(122, 1, 'admin/places/4/edit', 'GET', '116.224.235.15', '{\"_pjax\":\"#pjax-container\"}', '2021-11-19 05:40:39', '2021-11-19 05:40:39'),
(123, 1, 'admin/places/4', 'PUT', '116.224.235.15', '{\"name\":\"Ontario\",\"price\":\"3312\",\"location\":\"Killarney Provincial Park\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"3\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">If you\\u2019re in Canada and if you\\u2019re a sucker for mountains, Killarney Provincial Park in&nbsp;<\\/span><a href=\\\"https:\\/\\/traveltriangle.com\\/canada-tourism\\/ontario\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; background: rgb(255, 255, 255); color: rgb(0, 153, 255); text-decoration-line: none; outline: none; font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; white-space: normal;\\\">Ontario<\\/a><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">&nbsp;is your best catch for Canada mountains near Toronto.&nbsp;<\\/span><\\/p>\",\"_token\":\"csmn0uJipj7DfXFryYJlaz010r03aRaKhuIHVjHu\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/mark.bslmeiyu.com\\/admin\\/places\"}', '2021-11-19 05:40:44', '2021-11-19 05:40:44'),
(124, 1, 'admin/places', 'GET', '116.224.235.15', '[]', '2021-11-19 05:40:45', '2021-11-19 05:40:45'),
(125, 1, 'admin/articles', 'GET', '116.224.235.15', '[]', '2021-11-19 06:16:18', '2021-11-19 06:16:18'),
(126, 1, 'admin/places', 'GET', '116.224.235.15', '{\"_pjax\":\"#pjax-container\"}', '2021-11-19 06:16:20', '2021-11-19 06:16:20'),
(127, 1, 'admin/places/2/edit', 'GET', '116.224.235.15', '{\"_pjax\":\"#pjax-container\"}', '2021-11-19 06:16:25', '2021-11-19 06:16:25'),
(128, 1, 'admin/places/2', 'PUT', '116.224.235.15', '{\"name\":\"Icefields Parkway\",\"price\":\"2153\",\"location\":\"Icefields , Alberta\",\"stars\":\"5\",\"people\":\"5\",\"selected_people\":\"3\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This stretches for a straight 234 kilometers from Banff to Jasper. The Icefields Parkway offers you the picturesque panorama of Alberta\\u2019s most talked about mountain vistas.&nbsp;<\\/span><br\\/><\\/p>\",\"_token\":\"csmn0uJipj7DfXFryYJlaz010r03aRaKhuIHVjHu\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/mark.bslmeiyu.com\\/admin\\/places\"}', '2021-11-19 06:16:34', '2021-11-19 06:16:34'),
(129, 1, 'admin/places', 'GET', '116.224.235.15', '[]', '2021-11-19 06:16:34', '2021-11-19 06:16:34'),
(130, 1, 'admin/places/2/edit', 'GET', '116.224.235.15', '{\"_pjax\":\"#pjax-container\"}', '2021-11-19 06:17:59', '2021-11-19 06:17:59'),
(131, 1, 'admin/places/2', 'PUT', '116.224.235.15', '{\"name\":\"Icefields\",\"price\":\"2153\",\"location\":\"Icefields, Alberta\",\"stars\":\"5\",\"people\":\"5\",\"selected_people\":\"3\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This stretches for a straight 234 kilometers from Banff to Jasper. The Icefields Parkway offers you the picturesque panorama of Alberta\\u2019s most talked about mountain vistas.&nbsp;<\\/span><br\\/><\\/p>\",\"_token\":\"csmn0uJipj7DfXFryYJlaz010r03aRaKhuIHVjHu\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/mark.bslmeiyu.com\\/admin\\/places\"}', '2021-11-19 06:18:09', '2021-11-19 06:18:09'),
(132, 1, 'admin/places', 'GET', '116.224.235.15', '[]', '2021-11-19 06:18:09', '2021-11-19 06:18:09'),
(133, 1, 'admin/places/1/edit', 'GET', '116.224.235.15', '[]', '2021-11-19 06:59:35', '2021-11-19 06:59:35'),
(134, 1, 'admin/places', 'GET', '116.224.235.15', '[]', '2021-11-19 07:00:24', '2021-11-19 07:00:24'),
(135, 1, 'admin/places/2/edit', 'GET', '116.224.235.15', '{\"_pjax\":\"#pjax-container\"}', '2021-11-19 07:00:27', '2021-11-19 07:00:27'),
(136, 1, 'admin/places', 'GET', '116.224.235.15', '{\"_pjax\":\"#pjax-container\"}', '2021-11-19 07:00:52', '2021-11-19 07:00:52'),
(137, 1, 'admin/places/3/edit', 'GET', '116.224.235.15', '{\"_pjax\":\"#pjax-container\"}', '2021-11-19 07:00:55', '2021-11-19 07:00:55'),
(138, 1, 'admin', 'GET', '82.205.1.223', '[]', '2021-12-08 03:52:01', '2021-12-08 03:52:01'),
(139, 1, 'admin/article-types', 'GET', '82.205.1.223', '{\"_pjax\":\"#pjax-container\"}', '2021-12-08 03:52:15', '2021-12-08 03:52:15'),
(140, 1, 'admin/articles', 'GET', '82.205.1.223', '{\"_pjax\":\"#pjax-container\"}', '2021-12-08 03:52:17', '2021-12-08 03:52:17'),
(141, 1, 'admin/places', 'GET', '82.205.1.223', '{\"_pjax\":\"#pjax-container\"}', '2021-12-08 03:52:26', '2021-12-08 03:52:26'),
(142, 1, 'admin/auth/users', 'GET', '82.205.1.223', '{\"_pjax\":\"#pjax-container\"}', '2021-12-08 03:52:34', '2021-12-08 03:52:34'),
(143, 1, 'admin/auth/setting', 'GET', '82.205.1.223', '{\"_pjax\":\"#pjax-container\"}', '2021-12-08 03:52:50', '2021-12-08 03:52:50'),
(144, 1, 'admin/article-types', 'GET', '82.205.1.223', '{\"_pjax\":\"#pjax-container\"}', '2021-12-08 03:52:58', '2021-12-08 03:52:58'),
(145, 1, 'admin/articles', 'GET', '82.205.1.223', '{\"_pjax\":\"#pjax-container\"}', '2021-12-08 03:53:00', '2021-12-08 03:53:00'),
(146, 1, 'admin/articles/create', 'GET', '82.205.1.223', '{\"_pjax\":\"#pjax-container\"}', '2021-12-08 03:53:03', '2021-12-08 03:53:03'),
(147, 1, 'admin/auth/permissions', 'GET', '82.205.1.223', '{\"_pjax\":\"#pjax-container\"}', '2021-12-08 03:53:08', '2021-12-08 03:53:08'),
(148, 1, 'admin/auth/menu', 'GET', '82.205.1.223', '{\"_pjax\":\"#pjax-container\"}', '2021-12-08 03:53:25', '2021-12-08 03:53:25'),
(149, 1, 'admin/auth/roles', 'GET', '82.205.1.223', '{\"_pjax\":\"#pjax-container\"}', '2021-12-08 03:53:33', '2021-12-08 03:53:33'),
(150, 1, 'admin/auth/roles', 'GET', '82.205.1.223', '{\"_pjax\":\"#pjax-container\",\"_export_\":\"all\"}', '2021-12-08 04:26:23', '2021-12-08 04:26:23'),
(151, 1, 'admin/auth/roles', 'GET', '82.205.1.223', '{\"_pjax\":\"#pjax-container\"}', '2021-12-08 04:26:29', '2021-12-08 04:26:29'),
(152, 1, 'admin/auth/roles', 'GET', '82.205.1.223', '{\"_pjax\":\"#pjax-container\"}', '2021-12-08 04:26:33', '2021-12-08 04:26:33'),
(153, 1, 'admin/article-types', 'GET', '82.205.1.223', '{\"_pjax\":\"#pjax-container\"}', '2021-12-08 04:26:35', '2021-12-08 04:26:35'),
(154, 1, 'admin/places', 'GET', '82.205.1.223', '{\"_pjax\":\"#pjax-container\"}', '2021-12-08 04:26:39', '2021-12-08 04:26:39'),
(155, 1, 'admin/places/create', 'GET', '82.205.1.223', '{\"_pjax\":\"#pjax-container\"}', '2021-12-08 04:26:44', '2021-12-08 04:26:44'),
(156, 1, 'admin/places', 'POST', '82.205.1.223', '{\"name\":\"Gaza\",\"price\":\"10\",\"location\":\"Palestine, Gaza\",\"stars\":\"5\",\"people\":\"5\",\"selected_people\":\"4\",\"description\":\"<p>Dome of the rock the beautiful and amazing human made architectural.<\\/p>\",\"_token\":\"jG1U1iWfeEo0sYzdJD2FlJzECW5vTYcBVk4Ka7Zl\",\"_previous_\":\"http:\\/\\/mark.bslmeiyu.com\\/admin\\/places\"}', '2021-12-08 04:29:53', '2021-12-08 04:29:53'),
(157, 1, 'admin/places', 'GET', '82.205.1.223', '[]', '2021-12-08 04:29:54', '2021-12-08 04:29:54'),
(158, 1, 'admin/places', 'GET', '82.205.25.170', '[]', '2021-12-08 15:01:40', '2021-12-08 15:01:40'),
(159, 1, 'admin/articles', 'GET', '180.175.17.8', '[]', '2021-12-11 21:50:22', '2021-12-11 21:50:22'),
(160, 1, 'admin/places', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-11 21:50:24', '2021-12-11 21:50:24'),
(161, 1, 'admin/places/5/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-11 21:51:03', '2021-12-11 21:51:03'),
(162, 1, 'admin/places/5/edit', 'GET', '180.175.17.8', '[]', '2021-12-13 23:19:35', '2021-12-13 23:19:35'),
(163, 1, 'admin/articles', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-14 18:27:40', '2021-12-14 18:27:40'),
(164, 1, 'admin/places', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-14 18:27:43', '2021-12-14 18:27:43'),
(165, 1, 'admin/articles', 'GET', '223.104.212.153', '[]', '2021-12-17 22:21:45', '2021-12-17 22:21:45'),
(166, 1, 'admin/auth/users', 'GET', '223.104.212.153', '{\"_pjax\":\"#pjax-container\"}', '2021-12-17 22:21:52', '2021-12-17 22:21:52'),
(167, 1, 'admin/auth/users/1/edit', 'GET', '223.104.212.153', '{\"_pjax\":\"#pjax-container\"}', '2021-12-17 22:21:56', '2021-12-17 22:21:56'),
(168, 1, 'admin/auth/users/1', 'PUT', '223.104.212.153', '{\"username\":\"admin\",\"name\":\"Administrator\",\"password\":\"admin1234\",\"password_confirmation\":\"admin1234\",\"roles\":[\"1\",null],\"permissions\":[null],\"_token\":\"lexAFNMUDD87ySnp2CrCWmWNoLMnqAZFYxRhtFP5\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/mark.bslmeiyu.com\\/admin\\/auth\\/users\"}', '2021-12-17 22:22:14', '2021-12-17 22:22:14'),
(169, 1, 'admin/auth/users', 'GET', '223.104.212.153', '[]', '2021-12-17 22:22:14', '2021-12-17 22:22:14'),
(170, 1, 'admin/auth/logout', 'GET', '223.104.212.153', '{\"_pjax\":\"#pjax-container\"}', '2021-12-17 22:25:35', '2021-12-17 22:25:35'),
(171, 1, 'admin', 'GET', '223.104.212.153', '[]', '2021-12-17 22:25:52', '2021-12-17 22:25:52'),
(172, 1, 'admin', 'GET', '180.175.17.8', '[]', '2021-12-22 22:21:37', '2021-12-22 22:21:37'),
(173, 1, 'admin/places', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-22 22:32:01', '2021-12-22 22:32:01'),
(174, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-22 22:32:11', '2021-12-22 22:32:11'),
(175, 1, 'admin/places/1', 'PUT', '180.175.17.8', '{\"name\":\"British Columbia\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This 134 kilometers Highway 99 trail gives you a taste of the&nbsp;<\\/span><a href=\\\"https:\\/\\/traveltriangle.com\\/canada-tourism\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; background: rgb(255, 255, 255); color: rgb(0, 153, 255); text-decoration-line: none; outline: none; font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; white-space: normal;\\\">Canada<\\/a><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">&nbsp;mountains, from Horseshoe Bay in the north of Vancouver to Pemberton.&nbsp;<\\/span><\\/p>\",\"_token\":\"RprprYTMQrKhj8cfk01DwqwkClMUGlw6yawxZK78\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-22 22:32:39', '2021-12-22 22:32:39'),
(176, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-22 22:32:39', '2021-12-22 22:32:39'),
(177, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-22 22:33:54', '2021-12-22 22:33:54'),
(178, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-22 22:34:11', '2021-12-22 22:34:11'),
(179, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-22 22:58:48', '2021-12-22 22:58:48'),
(180, 1, 'admin/places/1', 'PUT', '180.175.17.8', '{\"name\":\"British Columbia\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This 134 kilometers Highway 99 trail gives you a taste of the&nbsp;<\\/span><a href=\\\"https:\\/\\/traveltriangle.com\\/canada-tourism\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; background: rgb(255, 255, 255); color: rgb(0, 153, 255); text-decoration-line: none; outline: none; font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; white-space: normal;\\\">Canada<\\/a><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">&nbsp;mountains, from Horseshoe Bay in the north of Vancouver to Pemberton.&nbsp;<\\/span><\\/p>\",\"_token\":\"RprprYTMQrKhj8cfk01DwqwkClMUGlw6yawxZK78\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-22 22:59:33', '2021-12-22 22:59:33'),
(181, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-22 22:59:33', '2021-12-22 22:59:33'),
(182, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-22 23:03:14', '2021-12-22 23:03:14'),
(183, 1, 'admin/places/1', 'PUT', '180.175.17.8', '{\"name\":\"British Columbia\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This 134 kilometers Highway 99 trail gives you a taste of the&nbsp;<\\/span><a href=\\\"https:\\/\\/traveltriangle.com\\/canada-tourism\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; background: rgb(255, 255, 255); color: rgb(0, 153, 255); text-decoration-line: none; outline: none; font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; white-space: normal;\\\">Canada<\\/a><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">&nbsp;mountains, from Horseshoe Bay in the north of Vancouver to Pemberton.&nbsp;<\\/span><\\/p>\",\"_token\":\"RprprYTMQrKhj8cfk01DwqwkClMUGlw6yawxZK78\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-22 23:03:35', '2021-12-22 23:03:35'),
(184, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-22 23:03:35', '2021-12-22 23:03:35'),
(185, 1, 'admin/places/2/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-22 23:03:38', '2021-12-22 23:03:38'),
(186, 1, 'admin/places/2', 'PUT', '180.175.17.8', '{\"name\":\"Sweet Dessert\",\"price\":\"2153\",\"location\":\"Icefields, Alberta\",\"stars\":\"5\",\"people\":\"5\",\"selected_people\":\"3\",\"description\":\"<p>The best sweet dessert<\\/p>\",\"_token\":\"RprprYTMQrKhj8cfk01DwqwkClMUGlw6yawxZK78\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-22 23:04:26', '2021-12-22 23:04:26'),
(187, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-22 23:04:26', '2021-12-22 23:04:26'),
(188, 1, 'admin/places/3/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-22 23:04:31', '2021-12-22 23:04:31');
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(189, 1, 'admin/places/3', 'PUT', '180.175.17.8', '{\"name\":\"Chinese Side\",\"price\":\"3456\",\"location\":\"Moraine Lake, Alberta\",\"stars\":\"3\",\"people\":\"5\",\"selected_people\":\"4\",\"description\":\"<p style=\\\"border: 0px; margin-top: 0px; margin-bottom: 1.3em; padding: 0px; line-height: 1.8; color: rgb(58, 58, 58); font-family: Montserrat, sans-serif; font-size: 20px; white-space: normal; background-color: rgb(255, 255, 255);\\\">Enjoy these flavors any time of day.<\\/p><p style=\\\"border: 0px; margin-top: 0px; margin-bottom: 1.3em; padding: 0px; line-height: 1.8; color: rgb(58, 58, 58); font-family: Montserrat, sans-serif; font-size: 20px; white-space: normal; background-color: rgb(255, 255, 255);\\\">Whether it\\u2019s lunch or dinner, these side dish recipes are fit for the occasion. Pick out a couple and give them a try!<\\/p><p style=\\\"border: 0px; margin-top: 0px; margin-bottom: 1.3em; padding: 0px; line-height: 1.8; color: rgb(58, 58, 58); font-family: Montserrat, sans-serif; font-size: 20px; white-space: normal; background-color: rgb(255, 255, 255);\\\">If you\\u2019re looking for something savory, you\\u2019ve come to the right place.<\\/p><p style=\\\"border: 0px; margin-top: 0px; margin-bottom: 1.3em; padding: 0px; line-height: 1.8; color: rgb(58, 58, 58); font-family: Montserrat, sans-serif; font-size: 20px; white-space: normal; background-color: rgb(255, 255, 255);\\\">These side dishes are flavored with the best seasonings and spices China is known for.<\\/p><p style=\\\"border: 0px; margin-top: 0px; margin-bottom: 1.3em; padding: 0px; line-height: 1.8; color: rgb(58, 58, 58); font-family: Montserrat, sans-serif; font-size: 20px; white-space: normal; background-color: rgb(255, 255, 255);\\\">Block out some time to spend in the kitchen and call a couple of close friends. You might need some help to finish these off!<\\/p><p><br\\/><\\/p>\",\"_token\":\"RprprYTMQrKhj8cfk01DwqwkClMUGlw6yawxZK78\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-22 23:05:53', '2021-12-22 23:05:53'),
(190, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-22 23:05:53', '2021-12-22 23:05:53'),
(191, 1, 'admin/places/4/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-22 23:06:10', '2021-12-22 23:06:10'),
(192, 1, 'admin/places/4', 'PUT', '180.175.17.8', '{\"name\":\"Ontario\",\"price\":\"3312\",\"location\":\"Killarney Provincial Park\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"3\",\"description\":\"<p><a href=\\\"https:\\/\\/www.thespruceeats.com\\/introduction-to-cassava-yuca-2138084\\\" data-component=\\\"link\\\" data-source=\\\"inlineLink\\\" data-type=\\\"internalLink\\\" data-ordinal=\\\"1\\\" style=\\\"box-sizing: border-box; text-decoration-line: none; background-image: linear-gradient(to right, rgb(0, 143, 185) 0px, rgb(0, 143, 185) 100%); background-position: 0px 97%; background-repeat: repeat-x; background-size: 100% 1px; color: rgb(0, 143, 185); transition: background-image 0.25s ease 0s, color 0.25s ease 0s; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; white-space: normal; background-color: rgb(255, 255, 255);\\\">Yuca<\\/a><span style=\\\"font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; background-color: rgb(255, 255, 255);\\\">&nbsp;is a starchy root vegetable popular in Hispanic, Latin, and Caribbean cuisine. Used as an accompaniment for grilled meat or saucy preparations, yuca, also known as&nbsp;<\\/span><a href=\\\"https:\\/\\/www.thespruceeats.com\\/introduction-to-cassava-yuca-2138084\\\" data-component=\\\"link\\\" data-source=\\\"inlineLink\\\" data-type=\\\"internalLink\\\" data-ordinal=\\\"2\\\" style=\\\"box-sizing: border-box; text-decoration-line: none; background-image: linear-gradient(to right, rgb(0, 143, 185) 0px, rgb(0, 143, 185) 100%); background-position: 0px 97%; background-repeat: repeat-x; background-size: 100% 1px; color: rgb(0, 143, 185); transition: background-image 0.25s ease 0s, color 0.25s ease 0s; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; white-space: normal; background-color: rgb(255, 255, 255);\\\">cassava<\\/a><span style=\\\"font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; background-color: rgb(255, 255, 255);\\\">, can play the part of potatoes in pretty much any dish you can think of. By simply peeling, boiling, and mashing yuca, you&#39;ll have a delicious dish on your table that can serve as a side to stews or&nbsp;<\\/span><a href=\\\"https:\\/\\/www.thespruceeats.com\\/marinated-rump-roast-3058682\\\" data-component=\\\"link\\\" data-source=\\\"inlineLink\\\" data-type=\\\"internalLink\\\" data-ordinal=\\\"3\\\" style=\\\"box-sizing: border-box; text-decoration-line: none; background-image: linear-gradient(to right, rgb(0, 143, 185) 0px, rgb(0, 143, 185) 100%); background-position: 0px 97%; background-repeat: repeat-x; background-size: 100% 1px; color: rgb(0, 143, 185); transition: background-image 0.25s ease 0s, color 0.25s ease 0s; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; white-space: normal; background-color: rgb(255, 255, 255);\\\">roasts<\\/a><span style=\\\"font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; background-color: rgb(255, 255, 255);\\\">&nbsp;beautifully.<\\/span><\\/p>\",\"_token\":\"RprprYTMQrKhj8cfk01DwqwkClMUGlw6yawxZK78\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-22 23:07:49', '2021-12-22 23:07:49'),
(193, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-22 23:07:49', '2021-12-22 23:07:49'),
(194, 1, 'admin/places/5/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-22 23:09:55', '2021-12-22 23:09:55'),
(195, 1, 'admin/places/5', 'PUT', '180.175.17.8', '{\"name\":\"Gaza\",\"price\":\"10\",\"location\":\"Palestine, Gaza\",\"stars\":\"5\",\"people\":\"5\",\"selected_people\":\"4\",\"description\":\"<p><span style=\\\"font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; background-color: rgb(255, 255, 255);\\\">Commonly used in soups, eaten boiled with&nbsp;<\\/span><a href=\\\"https:\\/\\/www.thespruceeats.com\\/spanish-tomato-sauce-sofrito-sauce-recipe-3083539\\\" data-component=\\\"link\\\" data-source=\\\"inlineLink\\\" data-type=\\\"internalLink\\\" data-ordinal=\\\"1\\\" style=\\\"box-sizing: border-box; text-decoration-line: none; background-image: linear-gradient(to right, rgb(0, 143, 185) 0px, rgb(0, 143, 185) 100%); background-position: 0px 97%; background-repeat: repeat-x; background-size: 100% 1px; color: rgb(0, 143, 185); transition: background-image 0.25s ease 0s, color 0.25s ease 0s; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; white-space: normal; background-color: rgb(255, 255, 255);\\\">sofrito<\\/a><span style=\\\"font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; background-color: rgb(255, 255, 255);\\\">, or fried with a sprinkle of salt,&nbsp;<\\/span><a href=\\\"https:\\/\\/www.thespruceeats.com\\/cassava-yuca-recipes-2137742\\\" data-component=\\\"link\\\" data-source=\\\"inlineLink\\\" data-type=\\\"internalLink\\\" data-ordinal=\\\"2\\\" style=\\\"box-sizing: border-box; text-decoration-line: none; background-image: linear-gradient(to right, rgb(0, 143, 185) 0px, rgb(0, 143, 185) 100%); background-position: 0px 97%; background-repeat: repeat-x; background-size: 100% 1px; color: rgb(0, 143, 185); transition: background-image 0.25s ease 0s, color 0.25s ease 0s; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; white-space: normal; background-color: rgb(255, 255, 255);\\\">yuca<\\/a><span style=\\\"font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; background-color: rgb(255, 255, 255);\\\">&nbsp;is a wonderful addition to your ingredient list. It&#39;s affordable and widely available, so you can find it in most supermarkets and Latin stores.<\\/span><\\/p>\",\"_token\":\"RprprYTMQrKhj8cfk01DwqwkClMUGlw6yawxZK78\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-22 23:10:36', '2021-12-22 23:10:36'),
(196, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-22 23:10:37', '2021-12-22 23:10:37'),
(197, 1, 'admin/places/5/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-22 23:11:59', '2021-12-22 23:11:59'),
(198, 1, 'admin/places/5', 'PUT', '180.175.17.8', '{\"name\":\"Creamed Yuca (Cassava)\",\"price\":\"10\",\"location\":\"China\",\"stars\":\"5\",\"people\":\"5\",\"selected_people\":\"4\",\"description\":\"<p><span style=\\\"font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; background-color: rgb(255, 255, 255);\\\">Commonly used in soups, eaten boiled with&nbsp;<\\/span><a href=\\\"https:\\/\\/www.thespruceeats.com\\/spanish-tomato-sauce-sofrito-sauce-recipe-3083539\\\" data-component=\\\"link\\\" data-source=\\\"inlineLink\\\" data-type=\\\"internalLink\\\" data-ordinal=\\\"1\\\" style=\\\"box-sizing: border-box; text-decoration-line: none; background-image: linear-gradient(to right, rgb(0, 143, 185) 0px, rgb(0, 143, 185) 100%); background-position: 0px 97%; background-repeat: repeat-x; background-size: 100% 1px; color: rgb(0, 143, 185); transition: background-image 0.25s ease 0s, color 0.25s ease 0s; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; white-space: normal; background-color: rgb(255, 255, 255);\\\">sofrito<\\/a><span style=\\\"font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; background-color: rgb(255, 255, 255);\\\">, or fried with a sprinkle of salt,&nbsp;<\\/span><a href=\\\"https:\\/\\/www.thespruceeats.com\\/cassava-yuca-recipes-2137742\\\" data-component=\\\"link\\\" data-source=\\\"inlineLink\\\" data-type=\\\"internalLink\\\" data-ordinal=\\\"2\\\" style=\\\"box-sizing: border-box; text-decoration-line: none; background-image: linear-gradient(to right, rgb(0, 143, 185) 0px, rgb(0, 143, 185) 100%); background-position: 0px 97%; background-repeat: repeat-x; background-size: 100% 1px; color: rgb(0, 143, 185); transition: background-image 0.25s ease 0s, color 0.25s ease 0s; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; white-space: normal; background-color: rgb(255, 255, 255);\\\">yuca<\\/a><span style=\\\"font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; background-color: rgb(255, 255, 255);\\\">&nbsp;is a wonderful addition to your ingredient list. It&#39;s affordable and widely available, so you can find it in most supermarkets and Latin stores.<\\/span><\\/p>\",\"_token\":\"RprprYTMQrKhj8cfk01DwqwkClMUGlw6yawxZK78\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-22 23:12:13', '2021-12-22 23:12:13'),
(199, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-22 23:12:13', '2021-12-22 23:12:13'),
(200, 1, 'admin/places/4/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-22 23:14:19', '2021-12-22 23:14:19'),
(201, 1, 'admin/places/4', 'PUT', '180.175.17.8', '{\"name\":\"Bitter Orange Marinade\",\"price\":\"33\",\"location\":\"Killarney Provincial Park\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"3\",\"description\":\"<p id=\\\"mntl-sc-block_1-0\\\" class=\\\"comp mntl-sc-block mntl-sc-block-html\\\" style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1rem; padding: 0px; letter-spacing: -0.1px; counter-reset: section 0; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; white-space: normal; background-color: rgb(255, 255, 255);\\\">Bitter oranges are often used in Caribbean cuisine as a breakdown agent in marinades. Sometimes called sour oranges, they add a unique citrus flavor to any kind of meat you might want to prepare. This marinade recipe goes well with pork, and I&#39;ve also used it with chicken with great results.<\\/p><p id=\\\"mntl-sc-block_1-0-2\\\" class=\\\"comp mntl-sc-block mntl-sc-block-html\\\" style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1rem; padding: 0px; letter-spacing: -0.1px; counter-reset: section 0; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; white-space: normal; background-color: rgb(255, 255, 255);\\\">Bitter oranges grow on trees\\u2014specifically the&nbsp;<em style=\\\"box-sizing: border-box;\\\">citrus aurantium&nbsp;<\\/em>tree. Their fruit is much sourer than regular oranges and, as the name suggests, they&#39;re bitter. The flesh carries a hint of an aftertaste when it&#39;s eaten raw. Bitter oranges are uglier than regular oranges, with thick, rough skin.&nbsp;<\\/p><p><br\\/><\\/p>\",\"_token\":\"RprprYTMQrKhj8cfk01DwqwkClMUGlw6yawxZK78\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-22 23:15:25', '2021-12-22 23:15:25'),
(202, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-22 23:15:25', '2021-12-22 23:15:25'),
(203, 1, 'admin/places/4/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-22 23:15:58', '2021-12-22 23:15:58'),
(204, 1, 'admin/places', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-22 23:16:21', '2021-12-22 23:16:21'),
(205, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-22 23:22:57', '2021-12-22 23:22:57'),
(206, 1, 'admin/places/1', 'PUT', '180.175.17.8', '{\"name\":\"Nutritious fruit meal\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<p><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">This 134 kilometers Highway 99 trail gives you a taste of the&nbsp;<\\/span><a href=\\\"https:\\/\\/traveltriangle.com\\/canada-tourism\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; background: rgb(255, 255, 255); color: rgb(0, 153, 255); text-decoration-line: none; outline: none; font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; white-space: normal;\\\">Canada<\\/a><span style=\\\"font-family: Verdana, arial, Geneva, sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);\\\">&nbsp;mountains, from Horseshoe Bay in the north of Vancouver to Pemberton.&nbsp;<\\/span><\\/p>\",\"_token\":\"RprprYTMQrKhj8cfk01DwqwkClMUGlw6yawxZK78\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-22 23:23:21', '2021-12-22 23:23:21'),
(207, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-22 23:23:21', '2021-12-22 23:23:21'),
(208, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-23 01:00:18', '2021-12-23 01:00:18'),
(209, 1, 'admin/places/1', 'PUT', '180.175.17.8', '{\"name\":\"Nutritious fruit meal\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<header class=\\\"section__header \\\" style=\\\"box-sizing: border-box; margin: 1.875rem 0px 0px; padding: 0px 0px 1rem; position: relative; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);\\\"><h2 class=\\\"section__title section__title--dashed\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px 0px 0.2rem; font-weight: 400; font-size: 1.5rem; background-image: repeating-linear-gradient(to right, rgb(221, 221, 221) 0px, rgb(221, 221, 221) 50%, transparent 50%, transparent 100%); background-position: left bottom; background-repeat: repeat-x; background-size: 8px 2px; line-height: 1.6;\\\">Ingredients<\\/h2><\\/header><ul class=\\\"structured-ingredients__list text-passage list-paddingleft-2\\\" style=\\\"list-style-type: none;\\\"><li class=\\\"structured-ingredients__\\\" style=\\\"\\\"><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">5<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">cloves<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">garlic<\\/span>, minced<\\/p><\\/li><li class=\\\"structured-ingredients__\\\" style=\\\"\\\"><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">3<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">bitter oranges<\\/span>, or 3\\/4 cup bottled bitter orange juice<\\/p><\\/li><li class=\\\"structured-ingredients__\\\" style=\\\"\\\"><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">3<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">tablespoons<\\/span>&nbsp;<a href=\\\"https:\\/\\/www.thespruceeats.com\\/types-of-olive-oil-1807855\\\" data-component=\\\"link\\\" data-source=\\\"inlineLink\\\" data-type=\\\"internalLink\\\" data-ordinal=\\\"1\\\" style=\\\"box-sizing: border-box; text-decoration-line: none; background-image: linear-gradient(to right, rgb(0, 143, 185) 0px, rgb(0, 143, 185) 100%); background-position: 0px 97%; background-repeat: repeat-x; background-size: 100% 1px; color: rgb(0, 143, 185); transition: background-image 0.25s ease 0s, color 0.25s ease 0s;\\\"><span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">olive oil<\\/span><\\/a><\\/p><\\/li><li class=\\\"structured-ingredients__\\\" style=\\\"\\\"><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">3&nbsp;<\\/span><span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">tablespoons<\\/span>&nbsp;finely chopped&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">fresh oregano leaves<\\/span><\\/p><\\/li><li class=\\\"structured-ingredients__\\\" style=\\\"\\\"><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">1<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">bay<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">leaf<\\/span>, preferably fresh, finely chopped<\\/p><\\/li><li class=\\\"structured-ingredients__\\\" style=\\\"\\\"><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">1\\/4<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">teaspoon<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">ground cumin<\\/span><\\/p><\\/li><li class=\\\"structured-ingredients__\\\" style=\\\"\\\"><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">Salt<\\/span>,<span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">&nbsp;to taste<\\/span><\\/p><\\/li><\\/ul><p><br\\/><\\/p>\",\"_token\":\"RprprYTMQrKhj8cfk01DwqwkClMUGlw6yawxZK78\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-23 01:00:25', '2021-12-23 01:00:25'),
(210, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-23 01:00:25', '2021-12-23 01:00:25'),
(211, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-23 01:01:08', '2021-12-23 01:01:08'),
(212, 1, 'admin/places/1', 'PUT', '180.175.17.8', '{\"name\":\"Nutritious fruit meal\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<header class=\\\"section__header \\\" style=\\\"box-sizing: border-box; margin: 1.875rem 0px 0px; padding: 0px 0px 1rem; position: relative; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);\\\"><h2 class=\\\"section__title section__title--dashed\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px 0px 0.2rem; font-weight: 400; font-size: 1.5rem; background-image: repeating-linear-gradient(to right, rgb(221, 221, 221) 0px, rgb(221, 221, 221) 50%, transparent 50%, transparent 100%); background-position: left bottom; background-repeat: repeat-x; background-size: 8px 2px; line-height: 1.6;\\\">Ingredients<\\/h2><\\/header><ul class=\\\"structured-ingredients__list text-passage list-paddingleft-2\\\" style=\\\"list-style-type: none;\\\"><li><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">5<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">cloves<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">garlic<\\/span>, minced<\\/p><\\/li><li><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">3<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">bitter oranges<\\/span>, or 3\\/4 cup bottled bitter orange juice<\\/p><\\/li><li><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">3<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">tablespoons<\\/span>&nbsp;<a href=\\\"https:\\/\\/www.thespruceeats.com\\/types-of-olive-oil-1807855\\\" data-component=\\\"link\\\" data-source=\\\"inlineLink\\\" data-type=\\\"internalLink\\\" data-ordinal=\\\"1\\\" style=\\\"box-sizing: border-box; text-decoration-line: none; background-image: linear-gradient(to right, rgb(0, 143, 185) 0px, rgb(0, 143, 185) 100%); background-position: 0px 97%; background-repeat: repeat-x; background-size: 100% 1px; color: rgb(0, 143, 185); transition: background-image 0.25s ease 0s, color 0.25s ease 0s;\\\"><span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">olive oil<\\/span><\\/a><\\/p><\\/li><li><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">3&nbsp;<\\/span><span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">tablespoons<\\/span>&nbsp;finely chopped&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">fresh oregano leaves<\\/span><\\/p><\\/li><li><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">1<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">bay<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">leaf<\\/span>, preferably fresh, finely chopped<\\/p><\\/li><li><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">1\\/4<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">teaspoon<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">ground cumin<\\/span><\\/p><\\/li><li><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">Salt<\\/span>,<span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">&nbsp;to taste<\\/span><\\/p><\\/li><\\/ul><p><br\\/><\\/p><ul style=\\\"list-style-type: none;\\\" class=\\\" list-paddingleft-2\\\"><li><p>You can make a passable substitute for sour orange juice by combining two parts regular orange juice with one part lemon juice and one part lime juice. Or, as an alternative, try two parts orange juice with one part grapefruit juice and a teaspoon of lime juice.<\\/p><\\/li><li><p>Add minced&nbsp;<a href=\\\"https:\\/\\/www.thespruceeats.com\\/hot-chile-peppers-scoville-scale-1807552\\\" data-component=\\\"link\\\" data-source=\\\"inlineLink\\\" data-type=\\\"internalLink\\\" data-ordinal=\\\"1\\\" style=\\\"box-sizing: border-box; text-decoration-line: none; background-image: linear-gradient(to right, rgb(0, 143, 185) 0px, rgb(0, 143, 185) 100%); background-position: 0px 97%; background-repeat: repeat-x; background-size: 100% 1px; color: rgb(0, 143, 185); transition: background-image 0.25s ease 0s, color 0.25s ease 0s;\\\">hot peppers<\\/a>&nbsp;if you prefer a spicier marinade.&nbsp;<\\/p><\\/li><li><p>You can substitute one or more different fresh herbs for the oregano; thyme and sage are both good options.<\\/p><\\/li><\\/ul><p><br\\/><\\/p>\",\"_token\":\"RprprYTMQrKhj8cfk01DwqwkClMUGlw6yawxZK78\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-23 01:01:16', '2021-12-23 01:01:16'),
(213, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-23 01:01:16', '2021-12-23 01:01:16'),
(214, 1, 'admin', 'GET', '58.39.14.207', '[]', '2021-12-23 06:50:48', '2021-12-23 06:50:48'),
(215, 1, 'admin/places', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-23 06:50:52', '2021-12-23 06:50:52'),
(216, 1, 'admin/places/create', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-23 06:50:55', '2021-12-23 06:50:55'),
(217, 1, 'admin/places', 'POST', '58.39.14.207', '{\"name\":\"Creole Rice Side Dish Recipe\",\"price\":\"12\",\"location\":\"china\",\"stars\":\"4\",\"people\":\"3\",\"selected_people\":\"3\",\"description\":\"<h2 id=\\\"mntl-sc-block_1-0-2\\\" class=\\\"comp mntl-sc-block lifestyle-sc-block-heading mntl-sc-block-heading\\\" style=\\\"box-sizing: border-box; margin: 1rem 0px 0.25rem; padding: 0px; font-weight: 500; font-size: 1.5rem; line-height: 1.25; font-family: &quot;Work Sans&quot;, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);\\\"><span class=\\\"mntl-sc-block-heading__text\\\" style=\\\"box-sizing: border-box;\\\">Creole and Cajun Cookery<\\/span><\\/h2><p id=\\\"mntl-sc-block_1-0-3\\\" class=\\\"comp mntl-sc-block mntl-sc-block-html\\\" style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1rem; padding: 0px; letter-spacing: -0.1px; counter-reset: section 0; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; white-space: normal; background-color: rgb(255, 255, 255);\\\">Creoles&nbsp;refer to the original European\\u2014particularly French and Spanish\\u2014settlers of New Orleans who were mostly from wealthy families, and who brought their personal chefs from Paris, Madrid, and other European capitals. Since many of the ingredients they traditionally used were unavailable locally, they adapted their recipes to include native Louisiana&nbsp;ingredients like shellfish&nbsp;<a href=\\\"https:\\/\\/www.thespruceeats.com\\/about-red-snapper-334338\\\" data-component=\\\"link\\\" data-source=\\\"inlineLink\\\" data-type=\\\"internalLink\\\" data-ordinal=\\\"1\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; text-decoration-line: none; background-image: linear-gradient(to right, rgb(0, 143, 185) 0px, rgb(0, 143, 185) 100%); background-position: 0px 97%; background-repeat: repeat-x; background-size: 100% 1px; color: rgb(0, 143, 185); transition: background-image 0.25s ease 0s, color 0.25s ease 0s;\\\">snapper<\\/a>, pompano, alligator, meats, game, and squash like cushaw and mirliton (chayote), sugar cane, and pecans. Add to that the cooking tips and seasonings from the native Indians, Caribbean, and African cooks, and this new style of <a href=\\\"https:\\/\\/www.thespruceeats.com\\/what-is-an-andouille-995561\\\" data-component=\\\"link\\\" data-source=\\\"inlineLink\\\" data-type=\\\"internalLink\\\" data-ordinal=\\\"2\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; text-decoration-line: none; background-image: linear-gradient(to right, rgb(0, 143, 185) 0px, rgb(0, 143, 185) 100%); background-position: 0px 97%; background-repeat: repeat-x; background-size: 100% 1px; color: rgb(0, 143, 185); transition: background-image 0.25s ease 0s, color 0.25s ease 0s;\\\">Creole cooking<\\/a>&nbsp;was born.<\\/p>\",\"_token\":\"Ezpf15qYXuW1IU9oXWCFIG9Azk9Rheatu0T51w0M\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-23 07:03:24', '2021-12-23 07:03:24'),
(218, 1, 'admin/places', 'GET', '58.39.14.207', '[]', '2021-12-23 07:03:24', '2021-12-23 07:03:24'),
(219, 1, 'admin/places/create', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-23 07:03:32', '2021-12-23 07:03:32'),
(220, 1, 'admin/places', 'POST', '58.39.14.207', '{\"name\":\"Cuban Fufu\",\"price\":\"10\",\"location\":\"Cuba\",\"stars\":\"5\",\"people\":\"0\",\"selected_people\":\"0\",\"description\":\"<p><span style=\\\"font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; background-color: rgb(255, 255, 255);\\\">Plantains are a popular ingredient in the Caribbean and are prepared in a variety of ways, similar to how potatoes are used in the United States. The tropical fruit can be incorporated into recipes when it is green as well as when it has ripened. One popular way to use&nbsp;<\\/span><a href=\\\"https:\\/\\/www.thespruceeats.com\\/introduction-to-plantains-2137973\\\" data-component=\\\"link\\\" data-source=\\\"inlineLink\\\" data-type=\\\"internalLink\\\" data-ordinal=\\\"1\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; text-decoration-line: none; background-image: linear-gradient(to right, rgb(0, 143, 185) 0px, rgb(0, 143, 185) 100%); background-position: 0px 97%; background-repeat: repeat-x; background-size: 100% 1px; color: rgb(0, 143, 185); transition: background-image 0.25s ease 0s, color 0.25s ease 0s; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; white-space: normal; background-color: rgb(255, 255, 255);\\\">plantains<\\/a><span style=\\\"font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; background-color: rgb(255, 255, 255);\\\">&nbsp;is in a stuffing; in Puerto Rico green plantains are made into&nbsp;<\\/span><a href=\\\"https:\\/\\/www.thespruceeats.com\\/traditional-mofongo-recipe-2138186\\\" data-component=\\\"link\\\" data-source=\\\"inlineLink\\\" data-type=\\\"internalLink\\\" data-ordinal=\\\"2\\\" rel=\\\"noopener noreferrer\\\" style=\\\"box-sizing: border-box; text-decoration-line: none; background-image: linear-gradient(to right, rgb(0, 143, 185) 0px, rgb(0, 143, 185) 100%); background-position: 0px 97%; background-repeat: repeat-x; background-size: 100% 1px; color: rgb(0, 143, 185); transition: background-image 0.25s ease 0s, color 0.25s ease 0s; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; white-space: normal; background-color: rgb(255, 255, 255);\\\">mofongo<\\/a><span style=\\\"font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; background-color: rgb(255, 255, 255);\\\">&nbsp;and in Cuba, the stuffing is made with ripe plantains and called fufu.<\\/span><\\/p>\",\"_token\":\"Ezpf15qYXuW1IU9oXWCFIG9Azk9Rheatu0T51w0M\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-23 07:04:49', '2021-12-23 07:04:49'),
(221, 1, 'admin/places', 'GET', '58.39.14.207', '[]', '2021-12-23 07:04:49', '2021-12-23 07:04:49'),
(222, 1, 'admin/places/1/edit', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-24 09:05:55', '2021-12-24 09:05:55'),
(223, 1, 'admin/places/1', 'PUT', '58.39.14.207', '{\"name\":\"Nutritious fruit meal\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<header class=\\\"section__header \\\" style=\\\"box-sizing: border-box; margin: 1.875rem 0px 0px; padding: 0px 0px 1rem; position: relative; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);\\\"><h2 class=\\\"section__title section__title--dashed\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px 0px 0.2rem; font-weight: 400; font-size: 1.5rem; background-image: repeating-linear-gradient(to right, rgb(221, 221, 221) 0px, rgb(221, 221, 221) 50%, transparent 50%, transparent 100%); background-position: left bottom; background-repeat: repeat-x; background-size: 8px 2px; line-height: 1.6;\\\">Ingredients<\\/h2><\\/header><ul style=\\\"list-style-type: none;\\\" class=\\\" list-paddingleft-2\\\"><li><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">5<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">cloves<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">garlic<\\/span>, minced<\\/p><\\/li><li><p>&nbsp;options.<\\/p><\\/li><\\/ul><p><br\\/><\\/p>\",\"_token\":\"r8XWltlKUj6HDvHnGqL2Np0xa7pYWaW0vcuvZIls\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-24 09:06:06', '2021-12-24 09:06:06'),
(224, 1, 'admin/places', 'GET', '58.39.14.207', '[]', '2021-12-24 09:06:06', '2021-12-24 09:06:06'),
(225, 1, 'admin/places/2/edit', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-24 09:06:09', '2021-12-24 09:06:09'),
(226, 1, 'admin/places', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-24 09:06:12', '2021-12-24 09:06:12'),
(227, 1, 'admin/places/3/edit', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-24 09:06:15', '2021-12-24 09:06:15'),
(228, 1, 'admin/places/3', 'PUT', '58.39.14.207', '{\"name\":\"Chinese Side\",\"price\":\"3456\",\"location\":\"Moraine Lake, Alberta\",\"stars\":\"3\",\"people\":\"5\",\"selected_people\":\"4\",\"description\":\"<p style=\\\"border: 0px; margin-top: 0px; margin-bottom: 1.3em; padding: 0px; line-height: 1.8; color: rgb(58, 58, 58); font-family: Montserrat, sans-serif; font-size: 20px; white-space: normal; background-color: rgb(255, 255, 255);\\\">Enjoy these flavors any time of day.<\\/p><p><br\\/><\\/p>\",\"_token\":\"r8XWltlKUj6HDvHnGqL2Np0xa7pYWaW0vcuvZIls\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-24 09:06:22', '2021-12-24 09:06:22'),
(229, 1, 'admin/places', 'GET', '58.39.14.207', '[]', '2021-12-24 09:06:22', '2021-12-24 09:06:22'),
(230, 1, 'admin/places/4/edit', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-24 09:06:25', '2021-12-24 09:06:25'),
(231, 1, 'admin/places/4', 'PUT', '58.39.14.207', '{\"name\":\"Bitter Orange Marinade\",\"price\":\"33\",\"location\":\"Killarney Provincial Park\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"3\",\"description\":\"<p id=\\\"mntl-sc-block_1-0\\\" class=\\\"comp mntl-sc-block mntl-sc-block-html\\\" style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1rem; padding: 0px; letter-spacing: -0.1px; counter-reset: section 0; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; white-space: normal; background-color: rgb(255, 255, 255);\\\">Bitter oranges are often used in Caribbean&nbsp;<\\/p><p><br\\/><\\/p>\",\"_token\":\"r8XWltlKUj6HDvHnGqL2Np0xa7pYWaW0vcuvZIls\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-24 09:06:36', '2021-12-24 09:06:36'),
(232, 1, 'admin/places', 'GET', '58.39.14.207', '[]', '2021-12-24 09:06:36', '2021-12-24 09:06:36'),
(233, 1, 'admin/places/5/edit', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-24 09:06:40', '2021-12-24 09:06:40'),
(234, 1, 'admin/places/5', 'PUT', '58.39.14.207', '{\"name\":\"Creamed Yuca (Cassava)\",\"price\":\"10\",\"location\":\"China\",\"stars\":\"5\",\"people\":\"5\",\"selected_people\":\"4\",\"description\":\"<p><span style=\\\"font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; background-color: rgb(255, 255, 255);\\\">Commonly used in soups, eaten boiled&nbsp;<\\/span><\\/p>\",\"_token\":\"r8XWltlKUj6HDvHnGqL2Np0xa7pYWaW0vcuvZIls\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-24 09:06:48', '2021-12-24 09:06:48'),
(235, 1, 'admin/places', 'GET', '58.39.14.207', '[]', '2021-12-24 09:06:48', '2021-12-24 09:06:48'),
(236, 1, 'admin/places/7/edit', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-24 09:06:52', '2021-12-24 09:06:52'),
(237, 1, 'admin/places/7', 'PUT', '58.39.14.207', '{\"name\":\"Cuban Fufu\",\"price\":\"10\",\"location\":\"Cuba\",\"stars\":\"5\",\"people\":\"0\",\"selected_people\":\"0\",\"description\":\"<p><span style=\\\"font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; background-color: rgb(255, 255, 255);\\\">Plantains are a popular ingredient<\\/span><\\/p>\",\"_token\":\"r8XWltlKUj6HDvHnGqL2Np0xa7pYWaW0vcuvZIls\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-24 09:06:58', '2021-12-24 09:06:58'),
(238, 1, 'admin/places', 'GET', '58.39.14.207', '[]', '2021-12-24 09:06:58', '2021-12-24 09:06:58'),
(239, 1, 'admin/places/6/edit', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-24 09:07:01', '2021-12-24 09:07:01'),
(240, 1, 'admin/places/6', 'PUT', '58.39.14.207', '{\"name\":\"Creole Rice Side Dish Recipe\",\"price\":\"12\",\"location\":\"china\",\"stars\":\"4\",\"people\":\"3\",\"selected_people\":\"3\",\"description\":\"<h2 id=\\\"mntl-sc-block_1-0-2\\\" class=\\\"comp mntl-sc-block lifestyle-sc-block-heading mntl-sc-block-heading\\\" style=\\\"box-sizing: border-box; margin: 1rem 0px 0.25rem; padding: 0px; font-weight: 500; font-size: 1.5rem; line-height: 1.25; font-family: &quot;Work Sans&quot;, Arial, sans-serif; white-space: normal; background-color: rgb(255, 255, 255);\\\"><span class=\\\"mntl-sc-block-heading__text\\\" style=\\\"box-sizing: border-box;\\\">Creole and Cajun Cookery<\\/span><\\/h2>\",\"_token\":\"r8XWltlKUj6HDvHnGqL2Np0xa7pYWaW0vcuvZIls\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-24 09:07:08', '2021-12-24 09:07:08'),
(241, 1, 'admin/places', 'GET', '58.39.14.207', '[]', '2021-12-24 09:07:08', '2021-12-24 09:07:08'),
(242, 1, 'admin', 'GET', '58.39.14.207', '[]', '2021-12-25 17:34:46', '2021-12-25 17:34:46'),
(243, 1, 'admin/places', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-25 17:35:02', '2021-12-25 17:35:02'),
(244, 1, 'admin/places/create', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-25 17:35:07', '2021-12-25 17:35:07'),
(245, 1, 'admin/places', 'POST', '58.39.14.207', '{\"name\":\"Dessert\",\"price\":\"5\",\"location\":\"china\",\"stars\":\"4\",\"people\":\"3\",\"selected_people\":\"2\",\"description\":\"<p>Amazing food to eat with.<\\/p>\",\"_token\":\"SARfHDUmZ3Q6eubD983mvsFXsEC9vWU8AHxVm169\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-25 17:36:29', '2021-12-25 17:36:29'),
(246, 1, 'admin/places', 'GET', '58.39.14.207', '[]', '2021-12-25 17:36:29', '2021-12-25 17:36:29'),
(247, 1, 'admin/places', 'GET', '58.39.14.207', '[]', '2021-12-25 17:47:05', '2021-12-25 17:47:05'),
(248, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-25 19:59:46', '2021-12-25 19:59:46'),
(249, 1, 'admin/places/1', 'PUT', '180.175.17.8', '{\"name\":\"Nutritious fruit meal in china\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<header class=\\\"section__header \\\" style=\\\"box-sizing: border-box; margin: 1.875rem 0px 0px; padding: 0px 0px 1rem; position: relative; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);\\\"><h2 class=\\\"section__title section__title--dashed\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px 0px 0.2rem; font-weight: 400; font-size: 1.5rem; background-image: repeating-linear-gradient(to right, rgb(221, 221, 221) 0px, rgb(221, 221, 221) 50%, transparent 50%, transparent 100%); background-position: left bottom; background-repeat: repeat-x; background-size: 8px 2px; line-height: 1.6;\\\">Ingredients<\\/h2><\\/header><ul style=\\\"list-style-type: none;\\\" class=\\\" list-paddingleft-2\\\"><li><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">5<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">cloves<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">garlic<\\/span>, minced<\\/p><\\/li><li><p>&nbsp;options.<\\/p><\\/li><\\/ul><p><br\\/><\\/p>\",\"_token\":\"sIUpDzEbW2wjjMdn7WrZlqKpT9MCP7hgSkejSuDO\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-25 19:59:55', '2021-12-25 19:59:55'),
(250, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-25 19:59:55', '2021-12-25 19:59:55'),
(251, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-25 20:00:12', '2021-12-25 20:00:12'),
(252, 1, 'admin/places/1', 'PUT', '180.175.17.8', '{\"name\":\"Nutritious fruit meal\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<header class=\\\"section__header \\\" style=\\\"box-sizing: border-box; margin: 1.875rem 0px 0px; padding: 0px 0px 1rem; position: relative; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);\\\"><h2 class=\\\"section__title section__title--dashed\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px 0px 0.2rem; font-weight: 400; font-size: 1.5rem; background-image: repeating-linear-gradient(to right, rgb(221, 221, 221) 0px, rgb(221, 221, 221) 50%, transparent 50%, transparent 100%); background-position: left bottom; background-repeat: repeat-x; background-size: 8px 2px; line-height: 1.6;\\\">Ingredients<\\/h2><\\/header><ul style=\\\"list-style-type: none;\\\" class=\\\" list-paddingleft-2\\\"><li><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">5<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">cloves<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">garlic<\\/span>, minced<\\/p><\\/li><li><p>&nbsp;options.<\\/p><\\/li><\\/ul><p><br\\/><\\/p>\",\"_token\":\"sIUpDzEbW2wjjMdn7WrZlqKpT9MCP7hgSkejSuDO\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-25 20:00:21', '2021-12-25 20:00:21'),
(253, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-25 20:00:21', '2021-12-25 20:00:21'),
(254, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-25 20:02:13', '2021-12-25 20:02:13'),
(255, 1, 'admin/places/1', 'PUT', '180.175.17.8', '{\"name\":\"Nutritious fruit meal in china\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<header class=\\\"section__header \\\" style=\\\"box-sizing: border-box; margin: 1.875rem 0px 0px; padding: 0px 0px 1rem; position: relative; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);\\\"><h2 class=\\\"section__title section__title--dashed\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px 0px 0.2rem; font-weight: 400; font-size: 1.5rem; background-image: repeating-linear-gradient(to right, rgb(221, 221, 221) 0px, rgb(221, 221, 221) 50%, transparent 50%, transparent 100%); background-position: left bottom; background-repeat: repeat-x; background-size: 8px 2px; line-height: 1.6;\\\">Ingredients<\\/h2><\\/header><ul style=\\\"list-style-type: none;\\\" class=\\\" list-paddingleft-2\\\"><li><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">5<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">cloves<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">garlic<\\/span>, minced<\\/p><\\/li><li><p>&nbsp;options.<\\/p><\\/li><\\/ul><p><br\\/><\\/p>\",\"_token\":\"sIUpDzEbW2wjjMdn7WrZlqKpT9MCP7hgSkejSuDO\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-25 20:02:22', '2021-12-25 20:02:22'),
(256, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-25 20:02:22', '2021-12-25 20:02:22'),
(257, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-25 20:15:27', '2021-12-25 20:15:27'),
(258, 1, 'admin/places/1', 'PUT', '180.175.17.8', '{\"name\":\"Nutritious fruit meal\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<header class=\\\"section__header \\\" style=\\\"box-sizing: border-box; margin: 1.875rem 0px 0px; padding: 0px 0px 1rem; position: relative; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);\\\"><h2 class=\\\"section__title section__title--dashed\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px 0px 0.2rem; font-weight: 400; font-size: 1.5rem; background-image: repeating-linear-gradient(to right, rgb(221, 221, 221) 0px, rgb(221, 221, 221) 50%, transparent 50%, transparent 100%); background-position: left bottom; background-repeat: repeat-x; background-size: 8px 2px; line-height: 1.6;\\\">Ingredients<\\/h2><\\/header><ul style=\\\"list-style-type: none;\\\" class=\\\" list-paddingleft-2\\\"><li><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">5<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">cloves<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">garlic<\\/span>, minced<\\/p><\\/li><li><p>&nbsp;options.<\\/p><\\/li><\\/ul><p><br\\/><\\/p>\",\"_token\":\"sIUpDzEbW2wjjMdn7WrZlqKpT9MCP7hgSkejSuDO\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-25 20:15:35', '2021-12-25 20:15:35'),
(259, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-25 20:15:35', '2021-12-25 20:15:35'),
(260, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-25 21:23:53', '2021-12-25 21:23:53');
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(261, 1, 'admin/places/1', 'PUT', '180.175.17.8', '{\"name\":\"Nutritious fruit meal in china\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<header class=\\\"section__header \\\" style=\\\"box-sizing: border-box; margin: 1.875rem 0px 0px; padding: 0px 0px 1rem; position: relative; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);\\\"><h2 class=\\\"section__title section__title--dashed\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px 0px 0.2rem; font-weight: 400; font-size: 1.5rem; background-image: repeating-linear-gradient(to right, rgb(221, 221, 221) 0px, rgb(221, 221, 221) 50%, transparent 50%, transparent 100%); background-position: left bottom; background-repeat: repeat-x; background-size: 8px 2px; line-height: 1.6;\\\">Ingredients<\\/h2><\\/header><ul style=\\\"list-style-type: none;\\\" class=\\\" list-paddingleft-2\\\"><li><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">5<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">cloves<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">garlic<\\/span>, minced<\\/p><\\/li><li><p>&nbsp;options.<\\/p><\\/li><\\/ul><p><br\\/><\\/p>\",\"_token\":\"sIUpDzEbW2wjjMdn7WrZlqKpT9MCP7hgSkejSuDO\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-25 21:23:59', '2021-12-25 21:23:59'),
(262, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-25 21:23:59', '2021-12-25 21:23:59'),
(263, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-25 23:42:02', '2021-12-25 23:42:02'),
(264, 1, 'admin/places/1', 'PUT', '180.175.17.8', '{\"name\":\"Nutritious fruit meal\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<header class=\\\"section__header \\\" style=\\\"box-sizing: border-box; margin: 1.875rem 0px 0px; padding: 0px 0px 1rem; position: relative; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);\\\"><h2 class=\\\"section__title section__title--dashed\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px 0px 0.2rem; font-weight: 400; font-size: 1.5rem; background-image: repeating-linear-gradient(to right, rgb(221, 221, 221) 0px, rgb(221, 221, 221) 50%, transparent 50%, transparent 100%); background-position: left bottom; background-repeat: repeat-x; background-size: 8px 2px; line-height: 1.6;\\\">Ingredients<\\/h2><\\/header><ul style=\\\"list-style-type: none;\\\" class=\\\" list-paddingleft-2\\\"><li><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">5<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">cloves<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">garlic<\\/span>, minced<\\/p><\\/li><li><p>&nbsp;options.<\\/p><\\/li><\\/ul><p><br\\/><\\/p>\",\"_token\":\"qeJb7ZfykBaL9kxprLFQn2TMxwyREiTAC1t4srHW\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-25 23:42:10', '2021-12-25 23:42:10'),
(265, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-25 23:42:10', '2021-12-25 23:42:10'),
(266, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-25 23:53:06', '2021-12-25 23:53:06'),
(267, 1, 'admin/places/1', 'PUT', '180.175.17.8', '{\"name\":\"Nutritious fruit meal in china\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<header class=\\\"section__header \\\" style=\\\"box-sizing: border-box; margin: 1.875rem 0px 0px; padding: 0px 0px 1rem; position: relative; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);\\\"><h2 class=\\\"section__title section__title--dashed\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px 0px 0.2rem; font-weight: 400; font-size: 1.5rem; background-image: repeating-linear-gradient(to right, rgb(221, 221, 221) 0px, rgb(221, 221, 221) 50%, transparent 50%, transparent 100%); background-position: left bottom; background-repeat: repeat-x; background-size: 8px 2px; line-height: 1.6;\\\">Ingredients<\\/h2><\\/header><ul style=\\\"list-style-type: none;\\\" class=\\\" list-paddingleft-2\\\"><li><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">5<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">cloves<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">garlic<\\/span>, minced<\\/p><\\/li><li><p>&nbsp;options.<\\/p><\\/li><\\/ul><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Super garlic<br\\/><\\/p>\",\"_token\":\"qeJb7ZfykBaL9kxprLFQn2TMxwyREiTAC1t4srHW\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-25 23:53:26', '2021-12-25 23:53:26'),
(268, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-25 23:53:26', '2021-12-25 23:53:26'),
(269, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-25 23:53:34', '2021-12-25 23:53:34'),
(270, 1, 'admin/places/1', 'PUT', '180.175.17.8', '{\"name\":\"Nutritious fruit meal\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<header class=\\\"section__header \\\" style=\\\"box-sizing: border-box; margin: 1.875rem 0px 0px; padding: 0px 0px 1rem; position: relative; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);\\\"><h2 class=\\\"section__title section__title--dashed\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px 0px 0.2rem; font-weight: 400; font-size: 1.5rem; background-image: repeating-linear-gradient(to right, rgb(221, 221, 221) 0px, rgb(221, 221, 221) 50%, transparent 50%, transparent 100%); background-position: left bottom; background-repeat: repeat-x; background-size: 8px 2px; line-height: 1.6;\\\">Ingredients<\\/h2><\\/header><ul style=\\\"list-style-type: none;\\\" class=\\\" list-paddingleft-2\\\"><li><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">5<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">cloves<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">garlic<\\/span>, minced<\\/p><\\/li><li><p>&nbsp;options.<\\/p><\\/li><\\/ul><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Super garlic<br\\/><\\/p>\",\"_token\":\"qeJb7ZfykBaL9kxprLFQn2TMxwyREiTAC1t4srHW\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-25 23:59:27', '2021-12-25 23:59:27'),
(271, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-25 23:59:27', '2021-12-25 23:59:27'),
(272, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-26 00:06:57', '2021-12-26 00:06:57'),
(273, 1, 'admin/places/1', 'PUT', '180.175.17.8', '{\"name\":\"Nutritious fruit meal in china\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<header class=\\\"section__header \\\" style=\\\"box-sizing: border-box; margin: 1.875rem 0px 0px; padding: 0px 0px 1rem; position: relative; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);\\\"><h2 class=\\\"section__title section__title--dashed\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px 0px 0.2rem; font-weight: 400; font-size: 1.5rem; background-image: repeating-linear-gradient(to right, rgb(221, 221, 221) 0px, rgb(221, 221, 221) 50%, transparent 50%, transparent 100%); background-position: left bottom; background-repeat: repeat-x; background-size: 8px 2px; line-height: 1.6;\\\">Ingredients<\\/h2><\\/header><ul style=\\\"list-style-type: none;\\\" class=\\\" list-paddingleft-2\\\"><li><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">5<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">cloves<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">garlic<\\/span>, minced<\\/p><\\/li><li><p>&nbsp;options.<\\/p><\\/li><\\/ul><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Super garlic<br\\/><\\/p>\",\"_token\":\"qeJb7ZfykBaL9kxprLFQn2TMxwyREiTAC1t4srHW\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-26 00:07:01', '2021-12-26 00:07:01'),
(274, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-26 00:07:01', '2021-12-26 00:07:01'),
(275, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-26 00:13:50', '2021-12-26 00:13:50'),
(276, 1, 'admin/places/1', 'PUT', '180.175.17.8', '{\"name\":\"Nutritious fruit meal\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<header class=\\\"section__header \\\" style=\\\"box-sizing: border-box; margin: 1.875rem 0px 0px; padding: 0px 0px 1rem; position: relative; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);\\\"><h2 class=\\\"section__title section__title--dashed\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px 0px 0.2rem; font-weight: 400; font-size: 1.5rem; background-image: repeating-linear-gradient(to right, rgb(221, 221, 221) 0px, rgb(221, 221, 221) 50%, transparent 50%, transparent 100%); background-position: left bottom; background-repeat: repeat-x; background-size: 8px 2px; line-height: 1.6;\\\">Ingredients<\\/h2><\\/header><ul style=\\\"list-style-type: none;\\\" class=\\\" list-paddingleft-2\\\"><li><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">5<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">cloves<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">garlic<\\/span>, minced<\\/p><\\/li><li><p>&nbsp;options.<\\/p><\\/li><\\/ul><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Super garlic<br\\/><\\/p>\",\"_token\":\"qeJb7ZfykBaL9kxprLFQn2TMxwyREiTAC1t4srHW\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-26 00:13:56', '2021-12-26 00:13:56'),
(277, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-26 00:13:56', '2021-12-26 00:13:56'),
(278, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-26 00:14:55', '2021-12-26 00:14:55'),
(279, 1, 'admin/places/1', 'PUT', '180.175.17.8', '{\"name\":\"Nutritious fruit meal in china\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<header class=\\\"section__header \\\" style=\\\"box-sizing: border-box; margin: 1.875rem 0px 0px; padding: 0px 0px 1rem; position: relative; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);\\\"><h2 class=\\\"section__title section__title--dashed\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px 0px 0.2rem; font-weight: 400; font-size: 1.5rem; background-image: repeating-linear-gradient(to right, rgb(221, 221, 221) 0px, rgb(221, 221, 221) 50%, transparent 50%, transparent 100%); background-position: left bottom; background-repeat: repeat-x; background-size: 8px 2px; line-height: 1.6;\\\">Ingredients<\\/h2><\\/header><ul style=\\\"list-style-type: none;\\\" class=\\\" list-paddingleft-2\\\"><li><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">5<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">cloves<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">garlic<\\/span>, minced<\\/p><\\/li><li><p>&nbsp;options.<\\/p><\\/li><\\/ul><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Super garlic<br\\/><\\/p><p>&nbsp;&nbsp;&nbsp;&nbsp;big oninions<br\\/><\\/p>\",\"_token\":\"qeJb7ZfykBaL9kxprLFQn2TMxwyREiTAC1t4srHW\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-26 00:15:07', '2021-12-26 00:15:07'),
(280, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-26 00:15:07', '2021-12-26 00:15:07'),
(281, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-26 00:16:32', '2021-12-26 00:16:32'),
(282, 1, 'admin/places/1', 'PUT', '180.175.17.8', '{\"name\":\"Nutritious fruit meal\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<header class=\\\"section__header \\\" style=\\\"box-sizing: border-box; margin: 1.875rem 0px 0px; padding: 0px 0px 1rem; position: relative; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: medium; white-space: normal; background-color: rgb(255, 255, 255);\\\"><h2 class=\\\"section__title section__title--dashed\\\" style=\\\"box-sizing: border-box; margin: 0px; padding: 0px 0px 0.2rem; font-weight: 400; font-size: 1.5rem; background-image: repeating-linear-gradient(to right, rgb(221, 221, 221) 0px, rgb(221, 221, 221) 50%, transparent 50%, transparent 100%); background-position: left bottom; background-repeat: repeat-x; background-size: 8px 2px; line-height: 1.6;\\\">Ingredients<\\/h2><\\/header><ul style=\\\"list-style-type: none;\\\" class=\\\" list-paddingleft-2\\\"><li><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 0px; letter-spacing: -0.1px; display: inline-block;\\\"><span data-ingredient-quantity=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">5<\\/span>&nbsp;<span data-ingredient-unit=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">cloves<\\/span>&nbsp;<span data-ingredient-name=\\\"true\\\" style=\\\"box-sizing: border-box;\\\">garlic<\\/span>, minced<\\/p><\\/li><li><p>&nbsp;options.<\\/p><\\/li><\\/ul><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Super garlic<br\\/><\\/p><p><br\\/><\\/p>\",\"_token\":\"qeJb7ZfykBaL9kxprLFQn2TMxwyREiTAC1t4srHW\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-26 00:16:43', '2021-12-26 00:16:43'),
(283, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-26 00:16:43', '2021-12-26 00:16:43'),
(284, 1, 'admin/places/1/edit', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-26 08:17:47', '2021-12-26 08:17:47'),
(285, 1, 'admin/places/1', 'PUT', '58.39.14.207', '{\"name\":\"Nutritious fruit meal\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">Of five red bases, two are dedicated to salami (fennel and regular), and there&#39;s a classic capricciosa or beef carpaccio. Blanco options include a mushroom, and a four-cheese extravaganza featuring great lobes of a tangy fior di latte they make in house every day (more on this later). Classic, precise, good.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">I think it&#39;s still better to think of this venue not as a pizzeria, but as Pizza, by Di Stasio.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">Rinaldo Di Stasio and Mallory Wall&#39;s empire, including the original restaurant and bar in St Kilda, Citta and now Carlton, is a designer label for dining.<\\/p><p><br\\/><\\/p>\",\"_token\":\"JFWwRalUx4l7yXvLG6jEhHpXjZR6EHhvfIwX2wR9\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-26 08:17:55', '2021-12-26 08:17:55'),
(286, 1, 'admin/places', 'GET', '58.39.14.207', '[]', '2021-12-26 08:17:55', '2021-12-26 08:17:55'),
(287, 1, 'admin/places/6/edit', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-26 18:09:04', '2021-12-26 18:09:04'),
(288, 1, 'admin/places/6', 'PUT', '58.39.14.207', '{\"name\":\"Creole Rice Side Dish Recipe\",\"price\":\"12\",\"location\":\"china\",\"stars\":\"4\",\"people\":\"3\",\"selected_people\":\"3\",\"description\":\"<p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p>\",\"_token\":\"tFxmWiAvFsrB5gBB49iGh8okAF3XDNOXog3nZZCe\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-26 18:09:09', '2021-12-26 18:09:09'),
(289, 1, 'admin/places', 'GET', '58.39.14.207', '[]', '2021-12-26 18:09:09', '2021-12-26 18:09:09'),
(290, 1, 'admin/places/7/edit', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-26 18:09:16', '2021-12-26 18:09:16'),
(291, 1, 'admin/places/7', 'PUT', '58.39.14.207', '{\"name\":\"Cuban Fufu\",\"price\":\"10\",\"location\":\"Cuba\",\"stars\":\"5\",\"people\":\"0\",\"selected_people\":\"0\",\"description\":\"<p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p>\",\"_token\":\"tFxmWiAvFsrB5gBB49iGh8okAF3XDNOXog3nZZCe\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-26 18:09:23', '2021-12-26 18:09:23'),
(292, 1, 'admin/places', 'GET', '58.39.14.207', '[]', '2021-12-26 18:09:24', '2021-12-26 18:09:24'),
(293, 1, 'admin/places/2/edit', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-26 18:10:08', '2021-12-26 18:10:08'),
(294, 1, 'admin/places/2', 'PUT', '58.39.14.207', '{\"name\":\"Sweet Dessert\",\"price\":\"2153\",\"location\":\"Icefields, Alberta\",\"stars\":\"5\",\"people\":\"5\",\"selected_people\":\"3\",\"description\":\"<p>The best sweet dessert<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p>\",\"_token\":\"tFxmWiAvFsrB5gBB49iGh8okAF3XDNOXog3nZZCe\",\"_method\":\"PUT\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-26 18:10:14', '2021-12-26 18:10:14'),
(295, 1, 'admin/places', 'GET', '58.39.14.207', '[]', '2021-12-26 18:10:14', '2021-12-26 18:10:14'),
(296, 1, 'admin', 'GET', '58.39.14.207', '[]', '2021-12-26 22:24:07', '2021-12-26 22:24:07'),
(297, 1, 'admin/places', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-26 22:24:09', '2021-12-26 22:24:09'),
(298, 1, 'admin/places/create', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-26 22:24:12', '2021-12-26 22:24:12'),
(299, 1, 'admin/places', 'POST', '58.39.14.207', '{\"name\":\"Biriani\",\"price\":\"8\",\"location\":\"BD\",\"stars\":\"4\",\"people\":\"3\",\"selected_people\":\"3\",\"description\":\"<p style=\\\"box-sizing: inherit; padding: 0px; margin-top: 16px; margin-bottom: 16px; color: rgb(61, 61, 61); font-family: Raleway, sans-serif; font-size: 18px; white-space: normal;\\\">Chicken marinated in a spiced yoghurt is placed in a large pot, then layered with fried onions (cheeky easy sub below!), fresh coriander\\/cilantro, then par boiled lightly spiced rice.<\\/p><p style=\\\"box-sizing: inherit; padding: 0px; margin-top: 16px; margin-bottom: 16px; color: rgb(61, 61, 61); font-family: Raleway, sans-serif; font-size: 18px; white-space: normal;\\\">The crowning glory is to finish it off with a drizzle of saffron infused water to give it the signature patches of bright yellow rice, as well as ghee (or melted butter) for buttery richness.<\\/p><p style=\\\"box-sizing: inherit; padding: 0px; margin-top: 16px; margin-bottom: 16px; color: rgb(61, 61, 61); font-family: Raleway, sans-serif; font-size: 18px; white-space: normal;\\\">The pot is then covered and cooked over a low heat for about 25 minutes during which time the rice absorbs the aromas and flavours of the curry underneath, whilst still being beautifully fluffy.<\\/p><p><br\\/><\\/p>\",\"_token\":\"DSevs3ByBGwx5oOQgMnKjFvBh0zg3CuqAdi32Lbn\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-26 22:27:38', '2021-12-26 22:27:38'),
(300, 1, 'admin/places', 'GET', '58.39.14.207', '[]', '2021-12-26 22:27:38', '2021-12-26 22:27:38'),
(301, 1, 'admin/places/create', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-26 22:28:12', '2021-12-26 22:28:12'),
(302, 1, 'admin/places', 'POST', '58.39.14.207', '{\"name\":\"Chicken biriani\",\"price\":\"12\",\"location\":\"china\",\"stars\":\"4\",\"people\":\"3\",\"selected_people\":\"3\",\"description\":\"<p><span style=\\\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;\\u30d2\\u30e9\\u30ae\\u30ce\\u89d2\\u30b4 Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, \\u30e1\\u30a4\\u30ea\\u30aa, Meiryo, &quot;\\uff2d\\uff33 \\uff30\\u30b4\\u30b7\\u30c3\\u30af&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\\\">Chicken Biryani Served in a Bowl Close Up Photo. Indian Food, Indian Style Rice and Chicken. #Biryani #ChickenBiryani #IndianFood #StockPhoto<\\/span><\\/p>\",\"_token\":\"DSevs3ByBGwx5oOQgMnKjFvBh0zg3CuqAdi32Lbn\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-26 22:29:47', '2021-12-26 22:29:47'),
(303, 1, 'admin/places', 'GET', '58.39.14.207', '[]', '2021-12-26 22:29:47', '2021-12-26 22:29:47'),
(304, 1, 'admin/places/create', 'GET', '58.39.14.207', '{\"_pjax\":\"#pjax-container\"}', '2021-12-26 22:35:07', '2021-12-26 22:35:07'),
(305, 1, 'admin/places', 'POST', '58.39.14.207', '{\"name\":\"Hilsha fish\",\"price\":\"12\",\"location\":\"china\",\"stars\":\"5\",\"people\":\"3\",\"selected_people\":\"3\",\"description\":\"<p><span style=\\\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;\\u30d2\\u30e9\\u30ae\\u30ce\\u89d2\\u30b4 Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, \\u30e1\\u30a4\\u30ea\\u30aa, Meiryo, &quot;\\uff2d\\uff33 \\uff30\\u30b4\\u30b7\\u30c3\\u30af&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\\\">Ilish Mach aka Hilsa fish is in the season and needless to say, I cooked it a few times this year as well. This year, however, I have used Ilish mach to make simple delicacies mostly. Ilish Beguner Jhol is probably the simplest of the lot, well, after Ilish Mach Bhaja.<\\/span><\\/p><p><span style=\\\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;\\u30d2\\u30e9\\u30ae\\u30ce\\u89d2\\u30b4 Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, \\u30e1\\u30a4\\u30ea\\u30aa, Meiryo, &quot;\\uff2d\\uff33 \\uff30\\u30b4\\u30b7\\u30c3\\u30af&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\\\"><span style=\\\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;\\u30d2\\u30e9\\u30ae\\u30ce\\u89d2\\u30b4 Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, \\u30e1\\u30a4\\u30ea\\u30aa, Meiryo, &quot;\\uff2d\\uff33 \\uff30\\u30b4\\u30b7\\u30c3\\u30af&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\\\">Ilish Mach aka Hilsa fish is in the season and needless to say, I cooked it a few times this year as well. This year, however, I have used Ilish mach to make simple delicacies mostly. Ilish Beguner Jhol is probably the simplest of the lot, well, after Ilish Mach Bhaja.<\\/span><\\/span><\\/p><p><span style=\\\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;\\u30d2\\u30e9\\u30ae\\u30ce\\u89d2\\u30b4 Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, \\u30e1\\u30a4\\u30ea\\u30aa, Meiryo, &quot;\\uff2d\\uff33 \\uff30\\u30b4\\u30b7\\u30c3\\u30af&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\\\"><span style=\\\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;\\u30d2\\u30e9\\u30ae\\u30ce\\u89d2\\u30b4 Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, \\u30e1\\u30a4\\u30ea\\u30aa, Meiryo, &quot;\\uff2d\\uff33 \\uff30\\u30b4\\u30b7\\u30c3\\u30af&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\\\"><span style=\\\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;\\u30d2\\u30e9\\u30ae\\u30ce\\u89d2\\u30b4 Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, \\u30e1\\u30a4\\u30ea\\u30aa, Meiryo, &quot;\\uff2d\\uff33 \\uff30\\u30b4\\u30b7\\u30c3\\u30af&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\\\">Ilish Mach aka Hilsa fish is in the season and needless to say, I cooked it a few times this year as well. This year, however, I have used Ilish mach to make simple delicacies mostly. Ilish Beguner Jhol is probably the simplest of the lot, well, after Ilish Mach Bhaja.<\\/span><\\/span><\\/span><\\/p>\",\"_token\":\"DSevs3ByBGwx5oOQgMnKjFvBh0zg3CuqAdi32Lbn\",\"_previous_\":\"https:\\/\\/shop.dbestech.com\\/admin\\/places\"}', '2021-12-26 22:35:34', '2021-12-26 22:35:34'),
(306, 1, 'admin/places', 'GET', '58.39.14.207', '[]', '2021-12-26 22:35:34', '2021-12-26 22:35:34'),
(307, 1, 'admin', 'GET', '180.175.17.8', '[]', '2021-12-28 00:30:14', '2021-12-28 00:30:14'),
(308, 1, 'admin', 'GET', '180.175.17.8', '[]', '2021-12-28 00:32:00', '2021-12-28 00:32:00'),
(309, 1, 'admin/places', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-28 00:32:55', '2021-12-28 00:32:55'),
(310, 1, 'admin', 'GET', '180.175.17.8', '[]', '2021-12-28 00:37:50', '2021-12-28 00:37:50'),
(311, 1, 'admin/places', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-28 00:38:05', '2021-12-28 00:38:05'),
(312, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-28 00:38:08', '2021-12-28 00:38:08'),
(313, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '[]', '2021-12-28 00:38:23', '2021-12-28 00:38:23'),
(314, 1, 'admin/places/1', 'PUT', '180.175.17.8', '{\"name\":\"Nutritious fruit meal\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">This&nbsp;five red bases, two are dedicated to salami (fennel and regular), and there&#39;s a classic capricciosa or beef carpaccio. Blanco options include a mushroom, and a four-cheese extravaganza featuring great lobes of a tangy fior di latte they make in house every day (more on this later). Classic, precise, good.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">I think it&#39;s still better to think of this venue not as a pizzeria, but as Pizza, by Di Stasio.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">Rinaldo Di Stasio and Mallory Wall&#39;s empire, including the original restaurant and bar in St Kilda, Citta and now Carlton, is a designer label for dining.<\\/p><p><br\\/><\\/p>\",\"_token\":\"mW9sobVCPETMbDNxRhwi8qbb16F8LEZ6N5nQ8YgD\",\"_method\":\"PUT\"}', '2021-12-28 00:38:34', '2021-12-28 00:38:34'),
(315, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-28 00:38:34', '2021-12-28 00:38:34'),
(316, 1, 'admin/places/1/edit', 'GET', '180.175.17.8', '{\"_pjax\":\"#pjax-container\"}', '2021-12-28 00:40:14', '2021-12-28 00:40:14'),
(317, 1, 'admin/places/1', 'PUT', '180.175.17.8', '{\"name\":\"Nutritious fruit meal in china\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">This&nbsp;five red bases, two are dedicated to salami (fennel and regular), and there&#39;s a classic capricciosa or beef carpaccio. Blanco options include a mushroom, and a four-cheese extravaganza featuring great lobes of a tangy fior di latte they make in house every day (more on this later). Classic, precise, good.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">I think it&#39;s still better to think of this venue not as a pizzeria, but as Pizza, by Di Stasio.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">Rinaldo Di Stasio and Mallory Wall&#39;s empire, including the original restaurant and bar in St Kilda, Citta and now Carlton, is a designer label for dining.<\\/p><p><br\\/><\\/p>\",\"_token\":\"mW9sobVCPETMbDNxRhwi8qbb16F8LEZ6N5nQ8YgD\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.dbestech.com\\/admin\\/places\"}', '2021-12-28 00:40:19', '2021-12-28 00:40:19'),
(318, 1, 'admin/places', 'GET', '180.175.17.8', '[]', '2021-12-28 00:40:19', '2021-12-28 00:40:19'),
(319, 1, 'admin/places', 'GET', '180.152.243.50', '[]', '2021-12-31 23:04:37', '2021-12-31 23:04:37'),
(320, 1, 'admin/places/3/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:15:18', '2021-12-31 23:15:18'),
(321, 1, 'admin/places/3', 'PUT', '180.152.243.50', '{\"name\":\"Chinese Side\",\"price\":\"3456\",\"location\":\"Moraine Lake, Alberta\",\"stars\":\"3\",\"people\":\"5\",\"selected_people\":\"4\",\"description\":\"<p style=\\\"border: 0px; margin-top: 0px; margin-bottom: 1.3em; padding: 0px; line-height: 1.8; color: rgb(58, 58, 58); font-family: Montserrat, sans-serif; font-size: 20px; white-space: normal; background-color: rgb(255, 255, 255);\\\">Enjoy these flavors any time of day.<\\/p><p><br\\/><\\/p>\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/places\"}', '2021-12-31 23:15:27', '2021-12-31 23:15:27'),
(322, 1, 'admin/places/3/edit', 'GET', '180.152.243.50', '[]', '2021-12-31 23:15:27', '2021-12-31 23:15:27'),
(323, 1, 'admin/places/3', 'PUT', '180.152.243.50', '{\"name\":\"Chinese Side\",\"price\":\"3456\",\"location\":\"Moraine Lake, Alberta\",\"stars\":\"3\",\"people\":\"5\",\"selected_people\":\"4\",\"description\":\"<p style=\\\"border: 0px; margin-top: 0px; margin-bottom: 1.3em; padding: 0px; line-height: 1.8; color: rgb(58, 58, 58); font-family: Montserrat, sans-serif; font-size: 20px; white-space: normal; background-color: rgb(255, 255, 255);\\\">Enjoy these flavors any time of day.<\\/p><p><br\\/><\\/p>\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\"}', '2021-12-31 23:16:26', '2021-12-31 23:16:26'),
(324, 1, 'admin/places', 'GET', '180.152.243.50', '[]', '2021-12-31 23:16:26', '2021-12-31 23:16:26'),
(325, 1, 'admin/places/6/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:16:46', '2021-12-31 23:16:46'),
(326, 1, 'admin/places/6', 'PUT', '180.152.243.50', '{\"name\":\"Creole Rice Side Dish Recipe\",\"price\":\"12\",\"location\":\"china\",\"stars\":\"4\",\"people\":\"3\",\"selected_people\":\"3\",\"description\":\"<p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p>\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/places\"}', '2021-12-31 23:16:53', '2021-12-31 23:16:53'),
(327, 1, 'admin/places', 'GET', '180.152.243.50', '[]', '2021-12-31 23:16:53', '2021-12-31 23:16:53'),
(328, 1, 'admin/places/3/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:20:14', '2021-12-31 23:20:14'),
(329, 1, 'admin/places/3', 'PUT', '180.152.243.50', '{\"name\":\"Chinese Side\",\"price\":\"3456\",\"location\":\"Moraine Lake, Alberta\",\"stars\":\"3\",\"people\":\"5\",\"selected_people\":\"4\",\"description\":\"<p style=\\\"border: 0px; margin-top: 0px; margin-bottom: 1.3em; padding: 0px; line-height: 1.8; color: rgb(58, 58, 58); font-family: Montserrat, sans-serif; font-size: 20px; white-space: normal; background-color: rgb(255, 255, 255);\\\">Enjoy these flavors any time of day.<\\/p><p><br\\/><\\/p>\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/places\"}', '2021-12-31 23:20:20', '2021-12-31 23:20:20'),
(330, 1, 'admin/places', 'GET', '180.152.243.50', '[]', '2021-12-31 23:20:20', '2021-12-31 23:20:20'),
(331, 1, 'admin/places/6/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:20:25', '2021-12-31 23:20:25');
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(332, 1, 'admin/places/6', 'PUT', '180.152.243.50', '{\"name\":\"Creole Rice Side Dish Recipe\",\"price\":\"12\",\"location\":\"china\",\"stars\":\"4\",\"people\":\"3\",\"selected_people\":\"3\",\"description\":\"<p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p>\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/places\"}', '2021-12-31 23:20:34', '2021-12-31 23:20:34'),
(333, 1, 'admin/places', 'GET', '180.152.243.50', '[]', '2021-12-31 23:20:34', '2021-12-31 23:20:34'),
(334, 1, 'admin/places/2/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:24:17', '2021-12-31 23:24:17'),
(335, 1, 'admin/places/2', 'PUT', '180.152.243.50', '{\"name\":\"Sweet Dessert\",\"price\":\"2153\",\"location\":\"Icefields, Alberta\",\"stars\":\"5\",\"people\":\"5\",\"selected_people\":\"3\",\"description\":\"<p>The best sweet dessert<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p>\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/places\"}', '2021-12-31 23:24:27', '2021-12-31 23:24:27'),
(336, 1, 'admin/places', 'GET', '180.152.243.50', '[]', '2021-12-31 23:24:27', '2021-12-31 23:24:27'),
(337, 1, 'admin/places', 'GET', '180.152.243.50', '[]', '2021-12-31 23:25:52', '2021-12-31 23:25:52'),
(338, 1, 'admin/article-types', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:25:56', '2021-12-31 23:25:56'),
(339, 1, 'admin/article-types/create', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:26:02', '2021-12-31 23:26:02'),
(340, 1, 'admin/article-types', 'POST', '180.152.243.50', '{\"parent_id\":\"0\",\"title\":\"Popular food\",\"description\":\"best food\",\"order\":\"1\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/article-types\"}', '2021-12-31 23:26:34', '2021-12-31 23:26:34'),
(341, 1, 'admin/article-types/create', 'GET', '180.152.243.50', '[]', '2021-12-31 23:26:34', '2021-12-31 23:26:34'),
(342, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:26:57', '2021-12-31 23:26:57'),
(343, 1, 'admin/auth/menu/11/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:27:01', '2021-12-31 23:27:01'),
(344, 1, 'admin/auth/menu/11', 'PUT', '180.152.243.50', '{\"parent_id\":\"0\",\"title\":\"Food\",\"icon\":\"fa-map-marker\",\"uri\":\"\\/places\",\"roles\":[\"1\",null],\"permission\":\"*\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/auth\\/menu\"}', '2021-12-31 23:27:12', '2021-12-31 23:27:12'),
(345, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '[]', '2021-12-31 23:27:13', '2021-12-31 23:27:13'),
(346, 1, 'admin/auth/menu/11/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:27:19', '2021-12-31 23:27:19'),
(347, 1, 'admin/auth/menu/11', 'PUT', '180.152.243.50', '{\"parent_id\":\"0\",\"title\":\"Food\",\"icon\":\"fa-beer\",\"uri\":\"\\/places\",\"roles\":[\"1\",null],\"permission\":\"*\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/auth\\/menu\"}', '2021-12-31 23:27:49', '2021-12-31 23:27:49'),
(348, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '[]', '2021-12-31 23:27:49', '2021-12-31 23:27:49'),
(349, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '[]', '2021-12-31 23:27:51', '2021-12-31 23:27:51'),
(350, 1, 'admin/places', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:27:53', '2021-12-31 23:27:53'),
(351, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:27:58', '2021-12-31 23:27:58'),
(352, 1, 'admin/auth/menu/11/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:28:02', '2021-12-31 23:28:02'),
(353, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:28:19', '2021-12-31 23:28:19'),
(354, 1, 'admin/auth/menu/9', 'DELETE', '180.152.243.50', '{\"_method\":\"delete\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\"}', '2021-12-31 23:28:24', '2021-12-31 23:28:24'),
(355, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:28:25', '2021-12-31 23:28:25'),
(356, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '[]', '2021-12-31 23:28:28', '2021-12-31 23:28:28'),
(357, 1, 'admin/article-types', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:28:35', '2021-12-31 23:28:35'),
(358, 1, 'admin/article-types', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:36:10', '2021-12-31 23:36:10'),
(359, 1, 'admin/article-types/create', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:37:05', '2021-12-31 23:37:05'),
(360, 1, 'admin/article-types', 'POST', '180.152.243.50', '{\"parent_id\":\"0\",\"title\":\"Popular food\",\"description\":\"best food\",\"order\":\"1\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/article-types\"}', '2021-12-31 23:37:20', '2021-12-31 23:37:20'),
(361, 1, 'admin/article-types/create', 'GET', '180.152.243.50', '[]', '2021-12-31 23:37:20', '2021-12-31 23:37:20'),
(362, 1, 'admin/article-types', 'POST', '180.152.243.50', '{\"parent_id\":\"0\",\"title\":\"Popular food\",\"description\":\"best food\",\"order\":\"1\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\"}', '2021-12-31 23:41:24', '2021-12-31 23:41:24'),
(363, 1, 'admin/article-types', 'GET', '180.152.243.50', '[]', '2021-12-31 23:41:24', '2021-12-31 23:41:24'),
(364, 1, 'admin/article-types/create', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:41:31', '2021-12-31 23:41:31'),
(365, 1, 'admin/article-types', 'POST', '180.152.243.50', '{\"parent_id\":\"0\",\"title\":\"Food\",\"description\":null,\"order\":\"1\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/article-types\"}', '2021-12-31 23:41:46', '2021-12-31 23:41:46'),
(366, 1, 'admin/article-types/create', 'GET', '180.152.243.50', '[]', '2021-12-31 23:41:46', '2021-12-31 23:41:46'),
(367, 1, 'admin/article-types', 'POST', '180.152.243.50', '{\"parent_id\":\"0\",\"title\":\"Food\",\"description\":\"all food\",\"order\":\"1\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\"}', '2021-12-31 23:41:54', '2021-12-31 23:41:54'),
(368, 1, 'admin/article-types', 'GET', '180.152.243.50', '[]', '2021-12-31 23:41:54', '2021-12-31 23:41:54'),
(369, 1, 'admin/article-types/create', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:42:03', '2021-12-31 23:42:03'),
(370, 1, 'admin/article-types', 'POST', '180.152.243.50', '{\"parent_id\":\"2\",\"title\":\"Recommended food\",\"description\":\"recommended food\",\"order\":\"1\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/article-types\"}', '2021-12-31 23:42:30', '2021-12-31 23:42:30'),
(371, 1, 'admin/article-types', 'GET', '180.152.243.50', '[]', '2021-12-31 23:42:30', '2021-12-31 23:42:30'),
(372, 1, 'admin/article-types', 'POST', '180.152.243.50', '{\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_order\":\"[{\\\"id\\\":2,\\\"children\\\":[{\\\"id\\\":1},{\\\"id\\\":3}]}]\"}', '2021-12-31 23:42:39', '2021-12-31 23:42:39'),
(373, 1, 'admin/article-types', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:42:40', '2021-12-31 23:42:40'),
(374, 1, 'admin/article-types', 'GET', '180.152.243.50', '[]', '2021-12-31 23:42:42', '2021-12-31 23:42:42'),
(375, 1, 'admin/places', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:42:46', '2021-12-31 23:42:46'),
(376, 1, 'admin/places/create', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:42:48', '2021-12-31 23:42:48'),
(377, 1, 'admin/users', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:43:19', '2021-12-31 23:43:19'),
(378, 1, 'admin/users', 'GET', '180.152.243.50', '[]', '2021-12-31 23:53:24', '2021-12-31 23:53:24'),
(379, 1, 'admin/users', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:53:26', '2021-12-31 23:53:26'),
(380, 1, 'admin/article-types', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2021-12-31 23:53:27', '2021-12-31 23:53:27'),
(381, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:05:58', '2022-01-01 00:05:58'),
(382, 1, 'admin/auth/menu/11/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:06:06', '2022-01-01 00:06:06'),
(383, 1, 'admin/auth/menu/11', 'PUT', '180.152.243.50', '{\"parent_id\":\"0\",\"title\":\"Food\",\"icon\":\"fa-beer\",\"uri\":\"\\/foods\",\"roles\":[\"1\",null],\"permission\":\"*\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/auth\\/menu\"}', '2022-01-01 00:06:15', '2022-01-01 00:06:15'),
(384, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '[]', '2022-01-01 00:06:16', '2022-01-01 00:06:16'),
(385, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '[]', '2022-01-01 00:06:38', '2022-01-01 00:06:38'),
(386, 1, 'admin/foods', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:06:47', '2022-01-01 00:06:47'),
(387, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:08:54', '2022-01-01 00:08:54'),
(388, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:09:10', '2022-01-01 00:09:10'),
(389, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:09:23', '2022-01-01 00:09:23'),
(390, 1, 'admin/auth/menu/8/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:09:28', '2022-01-01 00:09:28'),
(391, 1, 'admin/auth/menu/8', 'PUT', '180.152.243.50', '{\"parent_id\":\"0\",\"title\":\"Category\",\"icon\":\"fa-certificate\",\"uri\":\"\\/food-types\",\"roles\":[\"1\",null],\"permission\":\"*\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/auth\\/menu\"}', '2022-01-01 00:09:40', '2022-01-01 00:09:40'),
(392, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '[]', '2022-01-01 00:09:41', '2022-01-01 00:09:41'),
(393, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '[]', '2022-01-01 00:09:51', '2022-01-01 00:09:51'),
(394, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '[]', '2022-01-01 00:09:52', '2022-01-01 00:09:52'),
(395, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '[]', '2022-01-01 00:11:25', '2022-01-01 00:11:25'),
(396, 1, 'admin', 'GET', '180.152.243.50', '[]', '2022-01-01 00:14:55', '2022-01-01 00:14:55'),
(397, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:15:11', '2022-01-01 00:15:11'),
(398, 1, 'admin/auth/menu/11/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:15:14', '2022-01-01 00:15:14'),
(399, 1, 'admin/foods', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:15:52', '2022-01-01 00:15:52'),
(400, 1, 'admin/foods/1/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:15:56', '2022-01-01 00:15:56'),
(401, 1, 'admin/food-types', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:16:33', '2022-01-01 00:16:33'),
(402, 1, 'admin/foods/1/edit', 'GET', '180.152.243.50', '[]', '2022-01-01 00:16:33', '2022-01-01 00:16:33'),
(403, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:16:42', '2022-01-01 00:16:42'),
(404, 1, 'admin/auth/menu/8/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:16:47', '2022-01-01 00:16:47'),
(405, 1, 'admin/auth/menu/8', 'PUT', '180.152.243.50', '{\"parent_id\":\"0\",\"title\":\"Food Category\",\"icon\":\"fa-certificate\",\"uri\":\"\\/food-types\",\"roles\":[\"1\",null],\"permission\":\"*\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/auth\\/menu\"}', '2022-01-01 00:16:59', '2022-01-01 00:16:59'),
(406, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '[]', '2022-01-01 00:16:59', '2022-01-01 00:16:59'),
(407, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '[]', '2022-01-01 00:18:26', '2022-01-01 00:18:26'),
(408, 1, 'admin/food-types', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:18:28', '2022-01-01 00:18:28'),
(409, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '[]', '2022-01-01 00:18:28', '2022-01-01 00:18:28'),
(410, 1, 'admin/food-types', 'GET', '180.152.243.50', '[]', '2022-01-01 00:20:10', '2022-01-01 00:20:10'),
(411, 1, 'admin/food-types', 'GET', '180.152.243.50', '[]', '2022-01-01 00:20:12', '2022-01-01 00:20:12'),
(412, 1, 'admin/food-types', 'GET', '180.152.243.50', '[]', '2022-01-01 00:20:13', '2022-01-01 00:20:13'),
(413, 1, 'admin/auth/menu', 'GET', '180.152.243.50', '[]', '2022-01-01 00:22:00', '2022-01-01 00:22:00'),
(414, 1, 'admin/food-types', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:22:03', '2022-01-01 00:22:03'),
(415, 1, 'admin/food-types/create', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:22:06', '2022-01-01 00:22:06'),
(416, 1, 'admin/food-types', 'POST', '180.152.243.50', '{\"parent_id\":\"0\",\"title\":\"Food\",\"description\":null,\"order\":\"1\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/food-types\"}', '2022-01-01 00:22:15', '2022-01-01 00:22:15'),
(417, 1, 'admin/food-types/create', 'GET', '180.152.243.50', '[]', '2022-01-01 00:22:15', '2022-01-01 00:22:15'),
(418, 1, 'admin/food-types', 'POST', '180.152.243.50', '{\"parent_id\":\"0\",\"title\":\"Food\",\"description\":\"all about food\",\"order\":\"1\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\"}', '2022-01-01 00:22:27', '2022-01-01 00:22:27'),
(419, 1, 'admin/food-types/create', 'GET', '180.152.243.50', '[]', '2022-01-01 00:22:27', '2022-01-01 00:22:27'),
(420, 1, 'admin/food-types', 'POST', '180.152.243.50', '{\"parent_id\":\"0\",\"title\":\"Food\",\"description\":\"all about food\",\"order\":\"1\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\"}', '2022-01-01 00:22:55', '2022-01-01 00:22:55'),
(421, 1, 'admin/food-types', 'GET', '180.152.243.50', '[]', '2022-01-01 00:22:55', '2022-01-01 00:22:55'),
(422, 1, 'admin/food-types/create', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:22:58', '2022-01-01 00:22:58'),
(423, 1, 'admin/food-types', 'POST', '180.152.243.50', '{\"parent_id\":\"1\",\"title\":\"Popular food\",\"description\":\"popular food\",\"order\":\"1\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/food-types\"}', '2022-01-01 00:23:10', '2022-01-01 00:23:10'),
(424, 1, 'admin/food-types', 'GET', '180.152.243.50', '[]', '2022-01-01 00:23:11', '2022-01-01 00:23:11'),
(425, 1, 'admin/food-types/create', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:23:13', '2022-01-01 00:23:13'),
(426, 1, 'admin/food-types', 'POST', '180.152.243.50', '{\"parent_id\":\"1\",\"title\":\"Recommended food\",\"description\":\"Recommended food\",\"order\":\"1\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/food-types\"}', '2022-01-01 00:23:25', '2022-01-01 00:23:25'),
(427, 1, 'admin/food-types', 'GET', '180.152.243.50', '[]', '2022-01-01 00:23:26', '2022-01-01 00:23:26'),
(428, 1, 'admin/foods', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:25:06', '2022-01-01 00:25:06'),
(429, 1, 'admin/foods/create', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:25:08', '2022-01-01 00:25:08'),
(430, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:25:09', '2022-01-01 00:25:09'),
(431, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:25:36', '2022-01-01 00:25:36'),
(432, 1, 'admin/foods/create', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:25:38', '2022-01-01 00:25:38'),
(433, 1, 'admin/foods', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:25:46', '2022-01-01 00:25:46'),
(434, 1, 'admin/foods/1/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:25:48', '2022-01-01 00:25:48'),
(435, 1, 'admin/foods/1', 'PUT', '180.152.243.50', '{\"name\":\"Nutritious fruit meal in china\",\"type_id\":\"2\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">This&nbsp;five red bases, two are dedicated to salami (fennel and regular), and there&#39;s a classic capricciosa or beef carpaccio. Blanco options include a mushroom, and a four-cheese extravaganza featuring great lobes of a tangy fior di latte they make in house every day (more on this later). Classic, precise, good.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">I think it&#39;s still better to think of this venue not as a pizzeria, but as Pizza, by Di Stasio.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">Rinaldo Di Stasio and Mallory Wall&#39;s empire, including the original restaurant and bar in St Kilda, Citta and now Carlton, is a designer label for dining.<\\/p><p><br\\/><\\/p>\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/foods\"}', '2022-01-01 00:25:57', '2022-01-01 00:25:57'),
(436, 1, 'admin/foods/1/edit', 'GET', '180.152.243.50', '[]', '2022-01-01 00:25:58', '2022-01-01 00:25:58'),
(437, 1, 'admin/foods/1', 'PUT', '180.152.243.50', '{\"name\":\"Nutritious fruit meal in china\",\"type_id\":\"2\",\"price\":\"12\",\"location\":\"Canada, British Columbia\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"5\",\"description\":\"<p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">This&nbsp;five red bases, two are dedicated to salami (fennel and regular), and there&#39;s a classic capricciosa or beef carpaccio. Blanco options include a mushroom, and a four-cheese extravaganza featuring great lobes of a tangy fior di latte they make in house every day (more on this later). Classic, precise, good.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">I think it&#39;s still better to think of this venue not as a pizzeria, but as Pizza, by Di Stasio.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">Rinaldo Di Stasio and Mallory Wall&#39;s empire, including the original restaurant and bar in St Kilda, Citta and now Carlton, is a designer label for dining.<\\/p><p><br\\/><\\/p>\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\"}', '2022-01-01 00:27:22', '2022-01-01 00:27:22'),
(438, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:27:22', '2022-01-01 00:27:22'),
(439, 1, 'admin/foods/1/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:27:29', '2022-01-01 00:27:29'),
(440, 1, 'admin/foods', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:30:52', '2022-01-01 00:30:52'),
(441, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:33:03', '2022-01-01 00:33:03'),
(442, 1, 'admin/foods/1/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:33:15', '2022-01-01 00:33:15'),
(443, 1, 'admin/foods', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:33:20', '2022-01-01 00:33:20'),
(444, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:33:22', '2022-01-01 00:33:22'),
(445, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:34:06', '2022-01-01 00:34:06'),
(446, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:34:08', '2022-01-01 00:34:08'),
(447, 1, 'admin/food-types', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:34:11', '2022-01-01 00:34:11'),
(448, 1, 'admin/foods', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:34:15', '2022-01-01 00:34:15'),
(449, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:35:55', '2022-01-01 00:35:55'),
(450, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:42:38', '2022-01-01 00:42:38'),
(451, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:42:40', '2022-01-01 00:42:40'),
(452, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:44:43', '2022-01-01 00:44:43'),
(453, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:44:45', '2022-01-01 00:44:45'),
(454, 1, 'admin/foods/2/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:54:34', '2022-01-01 00:54:34'),
(455, 1, 'admin/foods/2', 'PUT', '180.152.243.50', '{\"name\":\"Sweet Dessert\",\"type_id\":\"2\",\"price\":\"2153\",\"location\":\"Icefields, Alberta\",\"stars\":\"5\",\"people\":\"5\",\"selected_people\":\"3\",\"description\":\"<p>The best sweet dessert<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p>\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/foods\"}', '2022-01-01 00:54:42', '2022-01-01 00:54:42'),
(456, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:54:42', '2022-01-01 00:54:42'),
(457, 1, 'admin/foods/3/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:54:48', '2022-01-01 00:54:48'),
(458, 1, 'admin/foods/3', 'PUT', '180.152.243.50', '{\"name\":\"Chinese Side\",\"type_id\":\"3\",\"price\":\"3456\",\"location\":\"Moraine Lake, Alberta\",\"stars\":\"3\",\"people\":\"5\",\"selected_people\":\"4\",\"description\":\"<p style=\\\"border: 0px; margin-top: 0px; margin-bottom: 1.3em; padding: 0px; line-height: 1.8; color: rgb(58, 58, 58); font-family: Montserrat, sans-serif; font-size: 20px; white-space: normal; background-color: rgb(255, 255, 255);\\\">Enjoy these flavors any time of day.<\\/p><p><br\\/><\\/p>\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/foods\"}', '2022-01-01 00:54:53', '2022-01-01 00:54:53'),
(459, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:54:54', '2022-01-01 00:54:54'),
(460, 1, 'admin/foods/4/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:54:58', '2022-01-01 00:54:58'),
(461, 1, 'admin/foods/4', 'PUT', '180.152.243.50', '{\"name\":\"Bitter Orange Marinade\",\"type_id\":\"3\",\"price\":\"33\",\"location\":\"Killarney Provincial Park\",\"stars\":\"4\",\"people\":\"5\",\"selected_people\":\"3\",\"description\":\"<p id=\\\"mntl-sc-block_1-0\\\" class=\\\"comp mntl-sc-block mntl-sc-block-html\\\" style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1rem; padding: 0px; letter-spacing: -0.1px; counter-reset: section 0; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; white-space: normal; background-color: rgb(255, 255, 255);\\\">Bitter oranges are often used in Caribbean&nbsp;<\\/p><p><br\\/><\\/p>\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/foods\"}', '2022-01-01 00:55:05', '2022-01-01 00:55:05'),
(462, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:55:06', '2022-01-01 00:55:06'),
(463, 1, 'admin/foods/5/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:55:10', '2022-01-01 00:55:10'),
(464, 1, 'admin/foods/5', 'PUT', '180.152.243.50', '{\"name\":\"Creamed Yuca (Cassava)\",\"type_id\":\"3\",\"price\":\"10\",\"location\":\"China\",\"stars\":\"5\",\"people\":\"5\",\"selected_people\":\"4\",\"description\":\"<p><span style=\\\"font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; background-color: rgb(255, 255, 255);\\\">Commonly used in soups, eaten boiled&nbsp;<\\/span><\\/p>\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/foods\"}', '2022-01-01 00:55:44', '2022-01-01 00:55:44'),
(465, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:55:45', '2022-01-01 00:55:45'),
(466, 1, 'admin/foods/6/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:55:53', '2022-01-01 00:55:53'),
(467, 1, 'admin/foods/6', 'PUT', '180.152.243.50', '{\"name\":\"Creole Rice Side Dish Recipe\",\"type_id\":\"2\",\"price\":\"12\",\"location\":\"china\",\"stars\":\"4\",\"people\":\"3\",\"selected_people\":\"3\",\"description\":\"<p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p>\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/foods\"}', '2022-01-01 00:56:02', '2022-01-01 00:56:02'),
(468, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:56:03', '2022-01-01 00:56:03'),
(469, 1, 'admin/foods/11/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:56:12', '2022-01-01 00:56:12'),
(470, 1, 'admin/foods/11', 'PUT', '180.152.243.50', '{\"name\":\"Hilsha fish\",\"type_id\":\"2\",\"price\":\"12\",\"location\":\"china\",\"stars\":\"5\",\"people\":\"3\",\"selected_people\":\"3\",\"description\":\"<p><span style=\\\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;\\u30d2\\u30e9\\u30ae\\u30ce\\u89d2\\u30b4 Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, \\u30e1\\u30a4\\u30ea\\u30aa, Meiryo, &quot;\\uff2d\\uff33 \\uff30\\u30b4\\u30b7\\u30c3\\u30af&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\\\">Ilish Mach aka Hilsa fish is in the season and needless to say, I cooked it a few times this year as well. This year, however, I have used Ilish mach to make simple delicacies mostly. Ilish Beguner Jhol is probably the simplest of the lot, well, after Ilish Mach Bhaja.<\\/span><\\/p><p><span style=\\\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;\\u30d2\\u30e9\\u30ae\\u30ce\\u89d2\\u30b4 Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, \\u30e1\\u30a4\\u30ea\\u30aa, Meiryo, &quot;\\uff2d\\uff33 \\uff30\\u30b4\\u30b7\\u30c3\\u30af&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\\\"><span style=\\\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;\\u30d2\\u30e9\\u30ae\\u30ce\\u89d2\\u30b4 Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, \\u30e1\\u30a4\\u30ea\\u30aa, Meiryo, &quot;\\uff2d\\uff33 \\uff30\\u30b4\\u30b7\\u30c3\\u30af&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\\\">Ilish Mach aka Hilsa fish is in the season and needless to say, I cooked it a few times this year as well. This year, however, I have used Ilish mach to make simple delicacies mostly. Ilish Beguner Jhol is probably the simplest of the lot, well, after Ilish Mach Bhaja.<\\/span><\\/span><\\/p><p><span style=\\\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;\\u30d2\\u30e9\\u30ae\\u30ce\\u89d2\\u30b4 Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, \\u30e1\\u30a4\\u30ea\\u30aa, Meiryo, &quot;\\uff2d\\uff33 \\uff30\\u30b4\\u30b7\\u30c3\\u30af&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\\\"><span style=\\\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;\\u30d2\\u30e9\\u30ae\\u30ce\\u89d2\\u30b4 Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, \\u30e1\\u30a4\\u30ea\\u30aa, Meiryo, &quot;\\uff2d\\uff33 \\uff30\\u30b4\\u30b7\\u30c3\\u30af&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\\\"><span style=\\\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;\\u30d2\\u30e9\\u30ae\\u30ce\\u89d2\\u30b4 Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, \\u30e1\\u30a4\\u30ea\\u30aa, Meiryo, &quot;\\uff2d\\uff33 \\uff30\\u30b4\\u30b7\\u30c3\\u30af&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\\\">Ilish Mach aka Hilsa fish is in the season and needless to say, I cooked it a few times this year as well. This year, however, I have used Ilish mach to make simple delicacies mostly. Ilish Beguner Jhol is probably the simplest of the lot, well, after Ilish Mach Bhaja.<\\/span><\\/span><\\/span><\\/p>\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/foods\"}', '2022-01-01 00:56:22', '2022-01-01 00:56:22'),
(471, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:56:22', '2022-01-01 00:56:22'),
(472, 1, 'admin/foods/10/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:56:27', '2022-01-01 00:56:27'),
(473, 1, 'admin/foods/10', 'PUT', '180.152.243.50', '{\"name\":\"Chicken biriani\",\"type_id\":\"2\",\"price\":\"12\",\"location\":\"china\",\"stars\":\"4\",\"people\":\"3\",\"selected_people\":\"3\",\"description\":\"<p><span style=\\\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;\\u30d2\\u30e9\\u30ae\\u30ce\\u89d2\\u30b4 Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, \\u30e1\\u30a4\\u30ea\\u30aa, Meiryo, &quot;\\uff2d\\uff33 \\uff30\\u30b4\\u30b7\\u30c3\\u30af&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\\\">Chicken Biryani Served in a Bowl Close Up Photo. Indian Food, Indian Style Rice and Chicken. #Biryani #ChickenBiryani #IndianFood #StockPhoto<\\/span><\\/p>\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/foods\"}', '2022-01-01 00:56:33', '2022-01-01 00:56:33'),
(474, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:56:34', '2022-01-01 00:56:34'),
(475, 1, 'admin/foods/7/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:56:38', '2022-01-01 00:56:38');
INSERT INTO `admin_operation_log` (`id`, `user_id`, `path`, `method`, `ip`, `input`, `created_at`, `updated_at`) VALUES
(476, 1, 'admin/foods/7', 'PUT', '180.152.243.50', '{\"name\":\"Cuban Fufu\",\"type_id\":\"2\",\"price\":\"10\",\"location\":\"Cuba\",\"stars\":\"5\",\"people\":\"0\",\"selected_people\":\"0\",\"description\":\"<p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p>\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/foods\"}', '2022-01-01 00:56:45', '2022-01-01 00:56:45'),
(477, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:56:45', '2022-01-01 00:56:45'),
(478, 1, 'admin/foods/8/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:56:51', '2022-01-01 00:56:51'),
(479, 1, 'admin/foods/8', 'PUT', '180.152.243.50', '{\"name\":\"Dessert\",\"type_id\":\"3\",\"price\":\"5\",\"location\":\"china\",\"stars\":\"4\",\"people\":\"3\",\"selected_people\":\"2\",\"description\":\"<p>Amazing food to eat with.<\\/p>\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/foods\"}', '2022-01-01 00:57:01', '2022-01-01 00:57:01'),
(480, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:57:01', '2022-01-01 00:57:01'),
(481, 1, 'admin/foods/9/edit', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-01 00:57:07', '2022-01-01 00:57:07'),
(482, 1, 'admin/foods/9', 'PUT', '180.152.243.50', '{\"name\":\"Biriani\",\"type_id\":\"3\",\"price\":\"8\",\"location\":\"BD\",\"stars\":\"4\",\"people\":\"3\",\"selected_people\":\"3\",\"description\":\"<p style=\\\"box-sizing: inherit; padding: 0px; margin-top: 16px; margin-bottom: 16px; color: rgb(61, 61, 61); font-family: Raleway, sans-serif; font-size: 18px; white-space: normal;\\\">Chicken marinated in a spiced yoghurt is placed in a large pot, then layered with fried onions (cheeky easy sub below!), fresh coriander\\/cilantro, then par boiled lightly spiced rice.<\\/p><p style=\\\"box-sizing: inherit; padding: 0px; margin-top: 16px; margin-bottom: 16px; color: rgb(61, 61, 61); font-family: Raleway, sans-serif; font-size: 18px; white-space: normal;\\\">The crowning glory is to finish it off with a drizzle of saffron infused water to give it the signature patches of bright yellow rice, as well as ghee (or melted butter) for buttery richness.<\\/p><p style=\\\"box-sizing: inherit; padding: 0px; margin-top: 16px; margin-bottom: 16px; color: rgb(61, 61, 61); font-family: Raleway, sans-serif; font-size: 18px; white-space: normal;\\\">The pot is then covered and cooked over a low heat for about 25 minutes during which time the rice absorbs the aromas and flavours of the curry underneath, whilst still being beautifully fluffy.<\\/p><p><br\\/><\\/p>\",\"_token\":\"RhrQGjMJOWd16hG4DatOkRZyu2QwiMqsrNxMU8kC\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/dbf.bslmeiyu.com\\/admin\\/foods\"}', '2022-01-01 00:57:16', '2022-01-01 00:57:16'),
(483, 1, 'admin/foods', 'GET', '180.152.243.50', '[]', '2022-01-01 00:57:17', '2022-01-01 00:57:17'),
(484, 1, 'admin', 'GET', '180.152.243.50', '[]', '2022-01-09 17:05:12', '2022-01-09 17:05:12'),
(485, 1, 'admin/foods', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-09 17:05:28', '2022-01-09 17:05:28'),
(486, 1, 'admin/users', 'GET', '180.152.243.50', '{\"_pjax\":\"#pjax-container\"}', '2022-01-09 17:05:31', '2022-01-09 17:05:31'),
(487, 1, 'admin', 'GET', '127.0.0.1', '[]', '2024-09-14 06:20:08', '2024-09-14 06:20:08'),
(488, 1, 'admin/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 06:20:23', '2024-09-14 06:20:23'),
(489, 1, 'admin/foods', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 06:20:31', '2024-09-14 06:20:31'),
(490, 1, 'admin/foods', 'GET', '127.0.0.1', '[]', '2024-09-14 06:20:52', '2024-09-14 06:20:52'),
(491, 1, 'admin/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 06:21:04', '2024-09-14 06:21:04'),
(492, 1, 'admin/food-types', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 06:21:08', '2024-09-14 06:21:08'),
(493, 1, 'admin/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 06:25:46', '2024-09-14 06:25:46'),
(494, 1, 'admin/users', 'GET', '127.0.0.1', '[]', '2024-09-14 12:52:36', '2024-09-14 12:52:36'),
(495, 1, 'admin/foods', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 12:52:40', '2024-09-14 12:52:40'),
(496, 1, 'admin/foods/create', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 12:52:52', '2024-09-14 12:52:52'),
(497, 1, 'admin/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 12:53:02', '2024-09-14 12:53:02'),
(498, 1, 'admin/users', 'GET', '127.0.0.1', '[]', '2024-09-14 12:54:14', '2024-09-14 12:54:14'),
(499, 1, 'admin/foods', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 12:54:18', '2024-09-14 12:54:18'),
(500, 1, 'admin/foods/create', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 12:54:23', '2024-09-14 12:54:23'),
(501, 1, 'admin/foods', 'POST', '127.0.0.1', '{\"name\":\"Ali Nazik Kebab\\u0131\",\"type_id\":\"2\",\"price\":\"200\",\"location\":\"Turkey\\/Gaziantep\",\"stars\":\"5\",\"people\":\"4\",\"selected_people\":\"4\",\"description\":\"Gaziantep city in Turkey southeast region\'s  favorite meals Ali Nazik Kebap. It\'s  called that it\'s inventor\'s name  Mr Ali Nazik who is the famous cooker in his life time. He prepared aubergine fried on mangal and peel them mix with yogurt garlic on dishes base after fried  in fire meat cutting tiny pieces than it on the base on dish. that is so simple but delicious taste in your mouth.\",\"_token\":\"xEC4P2LqinMDxzqTSbJGhjmQNL3n5JPuW5iDX1wd\",\"_previous_\":\"http:\\/\\/127.0.0.1:8000\\/admin\\/foods\"}', '2024-09-14 13:08:56', '2024-09-14 13:08:56'),
(502, 1, 'admin/foods', 'GET', '127.0.0.1', '[]', '2024-09-14 13:08:56', '2024-09-14 13:08:56'),
(503, 1, 'admin/foods/create', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 13:10:07', '2024-09-14 13:10:07'),
(504, 1, 'admin/foods', 'POST', '127.0.0.1', '{\"name\":\"Mercimek K\\u00f6ftesi\",\"type_id\":\"3\",\"price\":\"150\",\"location\":\"Ege ve Akdeniz\",\"stars\":\"5\",\"people\":\"4\",\"selected_people\":\"3\",\"description\":\"Eagean and Maditenean region\'s well known apereative meals is different taste and favorite chose for you. After first choose it wil be your\'s number one.\",\"_token\":\"xEC4P2LqinMDxzqTSbJGhjmQNL3n5JPuW5iDX1wd\",\"_previous_\":\"http:\\/\\/127.0.0.1:8000\\/admin\\/foods\"}', '2024-09-14 13:14:26', '2024-09-14 13:14:26'),
(505, 1, 'admin/foods', 'GET', '127.0.0.1', '[]', '2024-09-14 13:14:26', '2024-09-14 13:14:26'),
(506, 1, 'admin/foods/create', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 13:14:35', '2024-09-14 13:14:35'),
(507, 1, 'admin/foods', 'POST', '127.0.0.1', '{\"name\":\"\\u015eak\\u015fuka\",\"type_id\":\"3\",\"price\":\"100\",\"location\":\"Ege  ve Akdeniz B\\u00f6lgesi\",\"stars\":\"5\",\"people\":\"3\",\"selected_people\":\"3\",\"description\":\"\\u015eak\\u015fuka is the different and tasteful choose our regions peaople.\",\"_token\":\"xEC4P2LqinMDxzqTSbJGhjmQNL3n5JPuW5iDX1wd\",\"_previous_\":\"http:\\/\\/127.0.0.1:8000\\/admin\\/foods\"}', '2024-09-14 13:16:28', '2024-09-14 13:16:28'),
(508, 1, 'admin/foods', 'GET', '127.0.0.1', '[]', '2024-09-14 13:16:29', '2024-09-14 13:16:29'),
(509, 1, 'admin/foods/14/edit', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 13:17:10', '2024-09-14 13:17:10'),
(510, 1, 'admin/foods/14', 'PUT', '127.0.0.1', '{\"name\":\"\\u015eak\\u015fuka\",\"type_id\":\"3\",\"price\":\"100\",\"location\":\"Ege  ve Akdeniz B\\u00f6lgesi\",\"stars\":\"5\",\"people\":\"3\",\"selected_people\":\"3\",\"description\":\"\\u015eak\\u015fuka is the different and tasteful choose our regions peaople.\",\"_token\":\"xEC4P2LqinMDxzqTSbJGhjmQNL3n5JPuW5iDX1wd\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/127.0.0.1:8000\\/admin\\/foods\"}', '2024-09-14 13:17:17', '2024-09-14 13:17:17'),
(511, 1, 'admin/foods', 'GET', '127.0.0.1', '[]', '2024-09-14 13:17:17', '2024-09-14 13:17:17'),
(512, 1, 'admin/foods/14/edit', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 13:17:39', '2024-09-14 13:17:39'),
(513, 1, 'admin/foods/14', 'PUT', '127.0.0.1', '{\"name\":\"\\u015eak\\u015fuka\",\"type_id\":\"3\",\"price\":\"100\",\"location\":\"Ege  ve Akdeniz B\\u00f6lgesi\",\"stars\":\"5\",\"people\":\"3\",\"selected_people\":\"3\",\"description\":\"\\u015eak\\u015fuka is the different and tasteful choose our regions people.\",\"_token\":\"xEC4P2LqinMDxzqTSbJGhjmQNL3n5JPuW5iDX1wd\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/127.0.0.1:8000\\/admin\\/foods\"}', '2024-09-14 13:17:47', '2024-09-14 13:17:47'),
(514, 1, 'admin/foods', 'GET', '127.0.0.1', '[]', '2024-09-14 13:17:47', '2024-09-14 13:17:47'),
(515, 1, 'admin/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 13:53:58', '2024-09-14 13:53:58'),
(516, 1, 'admin/_handle_action_', 'POST', '127.0.0.1', '{\"_key\":\"18\",\"_model\":\"App_Models_User\",\"_token\":\"xEC4P2LqinMDxzqTSbJGhjmQNL3n5JPuW5iDX1wd\",\"_action\":\"Encore_Admin_Grid_Actions_Delete\",\"_input\":\"true\"}', '2024-09-14 13:54:03', '2024-09-14 13:54:03'),
(517, 1, 'admin/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 13:54:04', '2024-09-14 13:54:04'),
(518, 1, 'admin/_handle_action_', 'POST', '127.0.0.1', '{\"_key\":\"19\",\"_model\":\"App_Models_User\",\"_token\":\"xEC4P2LqinMDxzqTSbJGhjmQNL3n5JPuW5iDX1wd\",\"_action\":\"Encore_Admin_Grid_Actions_Delete\",\"_input\":\"true\"}', '2024-09-14 13:54:10', '2024-09-14 13:54:10'),
(519, 1, 'admin/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 13:54:10', '2024-09-14 13:54:10'),
(520, 1, 'admin/_handle_action_', 'POST', '127.0.0.1', '{\"_key\":\"20\",\"_model\":\"App_Models_User\",\"_token\":\"xEC4P2LqinMDxzqTSbJGhjmQNL3n5JPuW5iDX1wd\",\"_action\":\"Encore_Admin_Grid_Actions_Delete\",\"_input\":\"true\"}', '2024-09-14 13:54:16', '2024-09-14 13:54:16'),
(521, 1, 'admin/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 13:54:16', '2024-09-14 13:54:16'),
(522, 1, 'admin/_handle_action_', 'POST', '127.0.0.1', '{\"_key\":\"21\",\"_model\":\"App_Models_User\",\"_token\":\"xEC4P2LqinMDxzqTSbJGhjmQNL3n5JPuW5iDX1wd\",\"_action\":\"Encore_Admin_Grid_Actions_Delete\",\"_input\":\"true\"}', '2024-09-14 13:54:22', '2024-09-14 13:54:22'),
(523, 1, 'admin/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 13:54:23', '2024-09-14 13:54:23'),
(524, 1, 'admin/_handle_action_', 'POST', '127.0.0.1', '{\"_key\":\"22\",\"_model\":\"App_Models_User\",\"_token\":\"xEC4P2LqinMDxzqTSbJGhjmQNL3n5JPuW5iDX1wd\",\"_action\":\"Encore_Admin_Grid_Actions_Delete\",\"_input\":\"true\"}', '2024-09-14 13:54:28', '2024-09-14 13:54:28'),
(525, 1, 'admin/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 13:54:29', '2024-09-14 13:54:29'),
(526, 1, 'admin/users', 'GET', '127.0.0.1', '[]', '2024-09-14 13:58:37', '2024-09-14 13:58:37'),
(527, 1, 'admin', 'GET', '127.0.0.1', '[]', '2024-09-14 15:02:35', '2024-09-14 15:02:35'),
(528, 1, 'admin/auth/menu', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 15:02:45', '2024-09-14 15:02:45'),
(529, 1, 'admin/auth/menu/11/edit', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 15:02:51', '2024-09-14 15:02:51'),
(530, 1, 'admin/auth/menu/11', 'PUT', '127.0.0.1', '{\"parent_id\":\"0\",\"title\":\"Food\",\"icon\":\"fa-envira\",\"uri\":\"\\/foods\",\"roles\":[\"1\",null],\"permission\":\"*\",\"_token\":\"ZtNDQzIJz9tO1AbqI8Kwa7OUWQ9s4K9GxpONuJ1r\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/127.0.0.1:8000\\/admin\\/auth\\/menu\"}', '2024-09-14 15:09:09', '2024-09-14 15:09:09'),
(531, 1, 'admin/auth/menu', 'GET', '127.0.0.1', '[]', '2024-09-14 15:09:09', '2024-09-14 15:09:09'),
(532, 1, 'admin/auth/menu/8/edit', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 15:09:19', '2024-09-14 15:09:19'),
(533, 1, 'admin/auth/menu/8', 'PUT', '127.0.0.1', '{\"parent_id\":\"0\",\"title\":\"Food Category\",\"icon\":\"fa-cutlery\",\"uri\":\"\\/food-types\",\"roles\":[\"1\",null],\"permission\":\"*\",\"_token\":\"ZtNDQzIJz9tO1AbqI8Kwa7OUWQ9s4K9GxpONuJ1r\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/127.0.0.1:8000\\/admin\\/auth\\/menu\"}', '2024-09-14 15:10:03', '2024-09-14 15:10:03'),
(534, 1, 'admin/auth/menu', 'GET', '127.0.0.1', '[]', '2024-09-14 15:10:03', '2024-09-14 15:10:03'),
(535, 1, 'admin', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 15:10:09', '2024-09-14 15:10:09'),
(536, 1, 'admin', 'GET', '127.0.0.1', '[]', '2024-09-14 15:10:12', '2024-09-14 15:10:12'),
(537, 1, 'admin/auth/menu', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 15:10:23', '2024-09-14 15:10:23'),
(538, 1, 'admin/auth/menu/10/edit', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 15:10:27', '2024-09-14 15:10:27'),
(539, 1, 'admin/auth/menu/10', 'PUT', '127.0.0.1', '{\"parent_id\":\"0\",\"title\":\"Users\",\"icon\":\"fa-user-md\",\"uri\":\"\\/users\",\"roles\":[\"1\",null],\"permission\":\"*\",\"_token\":\"ZtNDQzIJz9tO1AbqI8Kwa7OUWQ9s4K9GxpONuJ1r\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/127.0.0.1:8000\\/admin\\/auth\\/menu\"}', '2024-09-14 15:12:04', '2024-09-14 15:12:04'),
(540, 1, 'admin/auth/menu', 'GET', '127.0.0.1', '[]', '2024-09-14 15:12:05', '2024-09-14 15:12:05'),
(541, 1, 'admin', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 15:12:11', '2024-09-14 15:12:11'),
(542, 1, 'admin', 'GET', '127.0.0.1', '[]', '2024-09-14 15:12:15', '2024-09-14 15:12:15'),
(543, 1, 'admin/auth/menu', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 15:12:26', '2024-09-14 15:12:26'),
(544, 1, 'admin/auth/menu/2/edit', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 15:12:30', '2024-09-14 15:12:30'),
(545, 1, 'admin/auth/menu/2', 'PUT', '127.0.0.1', '{\"parent_id\":\"0\",\"title\":\"Admin\",\"icon\":\"fa-cogs\",\"uri\":null,\"roles\":[\"1\",null],\"permission\":null,\"_token\":\"ZtNDQzIJz9tO1AbqI8Kwa7OUWQ9s4K9GxpONuJ1r\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/127.0.0.1:8000\\/admin\\/auth\\/menu\"}', '2024-09-14 15:19:06', '2024-09-14 15:19:06'),
(546, 1, 'admin/auth/menu', 'GET', '127.0.0.1', '[]', '2024-09-14 15:19:06', '2024-09-14 15:19:06'),
(547, 1, 'admin/auth/menu/1/edit', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 15:19:11', '2024-09-14 15:19:11'),
(548, 1, 'admin/auth/menu/1', 'PUT', '127.0.0.1', '{\"parent_id\":\"0\",\"title\":\"Dashboard\",\"icon\":\"fa-building-o\",\"uri\":\"\\/\",\"roles\":[null],\"permission\":null,\"_token\":\"ZtNDQzIJz9tO1AbqI8Kwa7OUWQ9s4K9GxpONuJ1r\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/127.0.0.1:8000\\/admin\\/auth\\/menu\"}', '2024-09-14 15:19:36', '2024-09-14 15:19:36'),
(549, 1, 'admin/auth/menu', 'GET', '127.0.0.1', '[]', '2024-09-14 15:19:37', '2024-09-14 15:19:37'),
(550, 1, 'admin/auth/menu', 'GET', '127.0.0.1', '[]', '2024-09-14 15:19:39', '2024-09-14 15:19:39'),
(551, 1, 'admin', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 15:19:56', '2024-09-14 15:19:56'),
(552, 1, 'admin/auth/menu', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 15:20:14', '2024-09-14 15:20:14'),
(553, 1, 'admin/auth/menu/11/edit', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 15:20:22', '2024-09-14 15:20:22'),
(554, 1, 'admin/auth/menu/11', 'PUT', '127.0.0.1', '{\"parent_id\":\"0\",\"title\":\"Food\",\"icon\":\"fa-cutlery\",\"uri\":\"\\/foods\",\"roles\":[\"1\",null],\"permission\":\"*\",\"_token\":\"ZtNDQzIJz9tO1AbqI8Kwa7OUWQ9s4K9GxpONuJ1r\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/127.0.0.1:8000\\/admin\\/auth\\/menu\"}', '2024-09-14 15:20:36', '2024-09-14 15:20:36'),
(555, 1, 'admin/auth/menu', 'GET', '127.0.0.1', '[]', '2024-09-14 15:20:36', '2024-09-14 15:20:36'),
(556, 1, 'admin/auth/menu/8/edit', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 15:20:40', '2024-09-14 15:20:40'),
(557, 1, 'admin/auth/menu/8', 'PUT', '127.0.0.1', '{\"parent_id\":\"0\",\"title\":\"Food Category\",\"icon\":\"fa-envira\",\"uri\":\"\\/food-types\",\"roles\":[\"1\",null],\"permission\":\"*\",\"_token\":\"ZtNDQzIJz9tO1AbqI8Kwa7OUWQ9s4K9GxpONuJ1r\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/127.0.0.1:8000\\/admin\\/auth\\/menu\"}', '2024-09-14 15:20:49', '2024-09-14 15:20:49'),
(558, 1, 'admin/auth/menu', 'GET', '127.0.0.1', '[]', '2024-09-14 15:20:50', '2024-09-14 15:20:50'),
(559, 1, 'admin/auth/menu', 'GET', '127.0.0.1', '[]', '2024-09-14 15:20:53', '2024-09-14 15:20:53'),
(560, 1, 'admin', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 15:21:00', '2024-09-14 15:21:00'),
(561, 1, 'admin/foods', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 15:21:06', '2024-09-14 15:21:06'),
(562, 1, 'admin/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-14 16:24:22', '2024-09-14 16:24:22'),
(563, 1, 'admin/users', 'GET', '127.0.0.1', '[]', '2024-09-14 16:29:42', '2024-09-14 16:29:42'),
(564, 1, 'admin/users', 'GET', '127.0.0.1', '[]', '2024-09-15 09:01:54', '2024-09-15 09:01:54'),
(565, 1, 'admin/users', 'GET', '127.0.0.1', '[]', '2024-09-15 09:23:11', '2024-09-15 09:23:11'),
(566, 1, 'admin/users', 'GET', '127.0.0.1', '[]', '2024-09-16 15:01:44', '2024-09-16 15:01:44'),
(567, 1, 'admin/users', 'GET', '127.0.0.1', '[]', '2024-09-16 15:12:33', '2024-09-16 15:12:33'),
(568, 1, 'admin/users', 'GET', '127.0.0.1', '[]', '2024-09-16 15:12:51', '2024-09-16 15:12:51'),
(569, 1, 'admin/users', 'GET', '127.0.0.1', '[]', '2024-09-16 16:24:21', '2024-09-16 16:24:21'),
(570, 1, 'admin/users', 'GET', '127.0.0.1', '[]', '2024-09-16 16:26:29', '2024-09-16 16:26:29'),
(571, 1, 'admin/users', 'GET', '127.0.0.1', '[]', '2024-09-16 16:28:52', '2024-09-16 16:28:52'),
(572, 1, 'admin', 'GET', '127.0.0.1', '[]', '2024-09-21 12:36:45', '2024-09-21 12:36:45'),
(573, 1, 'admin/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-21 12:36:56', '2024-09-21 12:36:56'),
(574, 1, 'admin/users', 'GET', '127.0.0.1', '[]', '2024-09-22 17:00:42', '2024-09-22 17:00:42'),
(575, 1, 'admin/food-types', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-23 13:22:07', '2024-09-23 13:22:07'),
(576, 1, 'admin/food-types', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-23 13:22:36', '2024-09-23 13:22:36'),
(577, 1, 'admin/foods', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-23 13:22:48', '2024-09-23 13:22:48'),
(578, 1, 'admin/foods', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-23 13:23:02', '2024-09-23 13:23:02'),
(579, 1, 'admin', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-23 13:23:20', '2024-09-23 13:23:20'),
(580, 1, 'admin', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-23 13:23:24', '2024-09-23 13:23:24'),
(581, 1, 'admin/auth/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-23 13:23:39', '2024-09-23 13:23:39'),
(582, 1, 'admin/auth/menu', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-23 13:23:46', '2024-09-23 13:23:46'),
(583, 1, 'admin/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-23 13:24:08', '2024-09-23 13:24:08'),
(584, 1, 'admin/food-types', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-26 16:21:31', '2024-09-26 16:21:31'),
(585, 1, 'admin/food-types/create', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-26 16:21:38', '2024-09-26 16:21:38'),
(586, 1, 'admin/food-types', 'POST', '127.0.0.1', '{\"parent_id\":\"1\",\"title\":\"Healthy Drinks\",\"description\":\"Organic and Fresh Drinks\",\"order\":\"1\",\"_token\":\"IL5uGacjd6ncnF74wAjGkObk1YRQ6IRuOGs2tEjn\",\"_previous_\":\"http:\\/\\/127.0.0.1:8000\\/admin\\/food-types\"}', '2024-09-26 16:23:13', '2024-09-26 16:23:13'),
(587, 1, 'admin/food-types', 'GET', '127.0.0.1', '[]', '2024-09-26 16:23:13', '2024-09-26 16:23:13'),
(588, 1, 'admin/foods', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-26 16:23:21', '2024-09-26 16:23:21'),
(589, 1, 'admin/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-26 16:24:00', '2024-09-26 16:24:00'),
(590, 1, 'admin/foods', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-26 16:24:06', '2024-09-26 16:24:06'),
(591, 1, 'admin/food-types', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-09-26 16:24:08', '2024-09-26 16:24:08'),
(592, 1, 'admin/foods', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-10-01 18:26:08', '2024-10-01 18:26:08'),
(593, 1, 'admin/users', 'GET', '127.0.0.1', '[]', '2024-10-02 05:43:27', '2024-10-02 05:43:27'),
(594, 1, 'admin/foods', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-10-02 05:46:29', '2024-10-02 05:46:29'),
(595, 1, 'admin/foods/13/edit', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-10-02 05:46:42', '2024-10-02 05:46:42'),
(596, 1, 'admin/foods/13', 'PUT', '127.0.0.1', '{\"name\":\"Mercimek K\\u00f6ftesi\",\"type_id\":\"3\",\"price\":\"150\",\"location\":\"Ege ve Akdeniz\",\"stars\":\"5\",\"people\":\"4\",\"selected_people\":\"3\",\"description\":\"Eagean and Maditerenean region\'s well known apereative meals is different taste and favorite chose for you. After first choose it wil be your\'s number one.\",\"_token\":\"j0oO4YzcSnsA5Yl698JjGFqYYmhmH4k2iP5ALISZ\",\"_method\":\"PUT\",\"_previous_\":\"http:\\/\\/127.0.0.1:8000\\/admin\\/foods\"}', '2024-10-02 05:46:57', '2024-10-02 05:46:57'),
(597, 1, 'admin/foods', 'GET', '127.0.0.1', '[]', '2024-10-02 05:46:58', '2024-10-02 05:46:58'),
(598, 1, 'admin/foods', 'GET', '127.0.0.1', '[]', '2024-10-03 11:05:16', '2024-10-03 11:05:16'),
(599, 1, 'admin/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-10-03 11:05:41', '2024-10-03 11:05:41'),
(600, 1, 'admin/food-types', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-10-03 11:06:58', '2024-10-03 11:06:58'),
(601, 1, 'admin/food-types', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-10-03 11:07:01', '2024-10-03 11:07:01'),
(602, 1, 'admin/foods', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-10-03 11:07:03', '2024-10-03 11:07:03'),
(603, 1, 'admin/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-10-03 11:07:09', '2024-10-03 11:07:09'),
(604, 1, 'admin', 'GET', '127.0.0.1', '[]', '2024-10-13 13:29:32', '2024-10-13 13:29:32'),
(605, 1, 'admin/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-10-13 13:29:38', '2024-10-13 13:29:38'),
(606, 1, 'admin/foods', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-10-13 13:30:40', '2024-10-13 13:30:40'),
(607, 1, 'admin', 'GET', '127.0.0.1', '[]', '2024-10-28 13:35:40', '2024-10-28 13:35:40'),
(608, 1, 'admin/food-types', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-10-28 13:35:46', '2024-10-28 13:35:46'),
(609, 1, 'admin/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-10-28 13:35:52', '2024-10-28 13:35:52'),
(610, 1, 'admin/foods', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-10-28 13:35:58', '2024-10-28 13:35:58'),
(611, 1, 'admin/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-10-28 13:42:53', '2024-10-28 13:42:53'),
(612, 1, 'admin', 'GET', '127.0.0.1', '[]', '2024-10-29 07:33:14', '2024-10-29 07:33:14'),
(613, 1, 'admin/users', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-10-29 07:33:18', '2024-10-29 07:33:18'),
(614, 1, 'admin/users', 'GET', '127.0.0.1', '[]', '2024-10-29 16:39:59', '2024-10-29 16:39:59'),
(615, 1, 'admin/auth/login', 'GET', '127.0.0.1', '[]', '2024-10-29 17:04:16', '2024-10-29 17:04:16'),
(616, 1, 'admin', 'GET', '127.0.0.1', '[]', '2024-10-29 17:04:16', '2024-10-29 17:04:16'),
(617, 1, 'admin', 'GET', '127.0.0.1', '[]', '2024-10-30 08:29:38', '2024-10-30 08:29:38'),
(618, 1, 'admin/foods', 'GET', '127.0.0.1', '{\"_pjax\":\"#pjax-container\"}', '2024-10-30 08:29:51', '2024-10-30 08:29:51');

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

--
-- Tablo için tablo yapısı `admin_permissions`
--

CREATE TABLE `admin_permissions` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(50) NOT NULL,
  `slug` varchar(50) NOT NULL,
  `http_method` varchar(255) DEFAULT NULL,
  `http_path` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `admin_permissions`
--

INSERT INTO `admin_permissions` (`id`, `name`, `slug`, `http_method`, `http_path`, `created_at`, `updated_at`) VALUES
(1, 'All permission', '*', '', '*', NULL, NULL),
(2, 'Dashboard', 'dashboard', 'GET', '/', NULL, NULL),
(3, 'Login', 'auth.login', '', '/auth/login\r\n/auth/logout', NULL, NULL),
(4, 'User setting', 'auth.setting', 'GET,PUT', '/auth/setting', NULL, NULL),
(5, 'Auth management', 'auth.management', '', '/auth/roles\r\n/auth/permissions\r\n/auth/menu\r\n/auth/logs', NULL, NULL);

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

--
-- Tablo için tablo yapısı `admin_roles`
--

CREATE TABLE `admin_roles` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(50) NOT NULL,
  `slug` varchar(50) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `admin_roles`
--

INSERT INTO `admin_roles` (`id`, `name`, `slug`, `created_at`, `updated_at`) VALUES
(1, 'Administrator', 'administrator', '2021-11-08 03:39:48', '2021-11-08 03:39:48');

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

--
-- Tablo için tablo yapısı `admin_role_menu`
--

CREATE TABLE `admin_role_menu` (
  `role_id` int(11) NOT NULL,
  `menu_id` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `admin_role_menu`
--

INSERT INTO `admin_role_menu` (`role_id`, `menu_id`, `created_at`, `updated_at`) VALUES
(1, 2, NULL, NULL),
(1, 8, NULL, NULL),
(1, 10, NULL, NULL),
(1, 11, NULL, NULL);

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

--
-- Tablo için tablo yapısı `admin_role_permissions`
--

CREATE TABLE `admin_role_permissions` (
  `role_id` int(11) NOT NULL,
  `permission_id` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `admin_role_permissions`
--

INSERT INTO `admin_role_permissions` (`role_id`, `permission_id`, `created_at`, `updated_at`) VALUES
(1, 1, NULL, NULL);

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

--
-- Tablo için tablo yapısı `admin_role_users`
--

CREATE TABLE `admin_role_users` (
  `role_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `admin_role_users`
--

INSERT INTO `admin_role_users` (`role_id`, `user_id`, `created_at`, `updated_at`) VALUES
(1, 1, NULL, NULL);

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

--
-- Tablo için tablo yapısı `admin_users`
--

CREATE TABLE `admin_users` (
  `id` int(10) UNSIGNED NOT NULL,
  `username` varchar(190) NOT NULL,
  `password` varchar(60) NOT NULL,
  `name` varchar(255) NOT NULL,
  `avatar` varchar(255) DEFAULT 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;

--
-- Tablo döküm verisi `admin_users`
--

INSERT INTO `admin_users` (`id`, `username`, `password`, `name`, `avatar`, `remember_token`, `created_at`, `updated_at`) VALUES
(1, 'admin', '$2y$12$fyi78NHJgMLjWs2lcLkbAeP1iHSSyZx1GD6EayD7w62aC3p4AQ5ui', 'Administrator', NULL, 'isC2i6h3iyaSE64FCyJ8iowPPUieRkKGG2UtFqqyLx6GczJ896aOl2VY5OvT', '2021-11-08 03:39:48', '2024-09-14 06:20:07');

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

--
-- Tablo için tablo yapısı `admin_user_permissions`
--

CREATE TABLE `admin_user_permissions` (
  `user_id` int(11) NOT NULL,
  `permission_id` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Tablo için tablo yapısı `customer_addresses`
--

CREATE TABLE `customer_addresses` (
  `id` bigint(20) NOT NULL,
  `address_type` varchar(100) DEFAULT NULL,
  `contact_person_number` varchar(20) NOT NULL,
  `address` text NOT NULL,
  `latitude` varchar(200) DEFAULT NULL,
  `longitude` varchar(200) DEFAULT NULL,
  `user_id` bigint(20) NOT NULL,
  `contact_person_name` varchar(100) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Tablo döküm verisi `customer_addresses`
--

INSERT INTO `customer_addresses` (`id`, `address_type`, `contact_person_number`, `address`, `latitude`, `longitude`, `user_id`, `contact_person_name`, `created_at`, `updated_at`) VALUES
(97, NULL, '05336352796', 'Kızılay, 511/1. Sk. NO:18, 35030 Bornova/İzmir, Türkiye', '38.471496672571', '27.215584293008', 11, 'Ertanozetken', '2024-09-27 14:34:13', '2024-09-27 14:34:13'),
(99, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47216471576389', '27.188711240887642', 12, 'Ertan Hoca', '2024-09-27 14:48:02', '2024-09-27 14:48:02'),
(100, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.472128491969485', '27.18863144516945', 12, 'Ertan Hoca', '2024-09-27 15:06:12', '2024-09-27 15:06:12'),
(101, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.472128491969485', '27.18863144516945', 12, 'Ertan Hoca', '2024-09-27 15:07:21', '2024-09-27 15:07:21'),
(102, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.472143716465006', '27.188732028007507', 12, 'Ertan Hoca', '2024-09-27 15:22:27', '2024-09-27 15:22:27'),
(105, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-09-27 18:46:20', '2024-09-27 18:46:20'),
(106, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-09-27 18:48:24', '2024-09-27 18:48:24'),
(107, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-09-28 07:33:03', '2024-09-28 07:33:03'),
(108, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-09-28 07:48:53', '2024-09-28 07:48:53'),
(109, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208649334451', '27.188588194549084', 12, 'Ertan Hoca', '2024-09-28 08:04:34', '2024-09-28 08:04:34'),
(110, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208649334451', '27.188588194549084', 12, 'Ertan Hoca', '2024-09-28 08:04:47', '2024-09-28 08:04:47'),
(111, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-09-28 08:35:16', '2024-09-28 08:35:16'),
(112, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47221406409217', '27.188711240887642', 12, 'Ertan Hoca', '2024-09-28 11:58:46', '2024-09-28 11:58:46'),
(113, NULL, '05336352796', 'Kızılay, 511/1. Sk. NO:18, 35030 Bornova/İzmir, Türkiye', '38.47147252315292', '27.215481027960777', 12, 'Ertan Hoca', '2024-09-28 12:14:04', '2024-09-28 12:14:04'),
(114, NULL, '05336352796', 'Kızılay, 511/1. Sk. NO:18, 35030 Bornova/İzmir, Türkiye', '38.47147252315292', '27.215481027960777', 12, 'Ertan Hoca', '2024-09-28 12:14:31', '2024-09-28 12:14:31'),
(115, NULL, '05336352796', 'Kızılay, 511/1. Sk. NO:18, 35030 Bornova/İzmir, Türkiye', '38.47156964576305', '27.215440794825554', 12, 'Ertan Hoca', '2024-09-28 12:32:49', '2024-09-28 12:32:49'),
(116, NULL, '05336352796', 'Kızılay, 511/1. Sk. NO:18, 35030 Bornova/İzmir, Türkiye', '38.47156964576305', '27.215440794825554', 12, 'Ertan Hoca', '2024-09-28 12:36:16', '2024-09-28 12:36:16'),
(117, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208360593815', '27.18858651816845', 12, 'Ertan Hoca', '2024-09-29 15:36:38', '2024-09-29 15:36:38'),
(118, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208360593815', '27.18858651816845', 12, 'Ertan Hoca', '2024-09-29 15:38:05', '2024-09-29 15:38:05'),
(119, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-09-29 18:44:36', '2024-09-29 18:44:36'),
(120, NULL, '05336352796', 'Osmangazi, Yavuz Cd. 264 A, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-09-29 18:57:27', '2024-09-29 18:57:27'),
(121, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-09-29 18:59:16', '2024-09-29 18:59:16'),
(122, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-09-29 19:06:31', '2024-09-29 19:06:31'),
(123, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-09-29 19:10:33', '2024-09-29 19:10:33'),
(124, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-09-29 19:10:37', '2024-09-29 19:10:37'),
(125, NULL, '05336352796', 'Osmangazi, Yavuz Cd. 316 A, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-09-29 20:05:21', '2024-09-29 20:05:21'),
(126, NULL, '05336352796', 'Osmangazi, 606. Sk. No:35, 35535 Bayraklı/İzmir, Türkiye', '38.4725474269145', '27.18353122472763', 12, 'Ertan Hoca', '2024-09-29 20:06:12', '2024-09-29 20:06:12'),
(127, NULL, '05336352796', 'Osmangazi, 606. Sk. No:35, 35535 Bayraklı/İzmir, Türkiye', '38.4725474269145', '27.18353122472763', 12, 'Ertan Hoca', '2024-09-29 20:06:47', '2024-09-29 20:06:47'),
(128, NULL, '05336352796', 'Çay, 2093. Sk. No:18, 35530 Bayraklı/İzmir, Türkiye', '38.4725474269145', '27.18353122472763', 12, 'Ertan Hoca', '2024-09-29 20:11:44', '2024-09-29 20:11:44'),
(129, NULL, '05336352796', 'Osmangazi, 616. Sk. No:27, 35535 Bayraklı/İzmir, Türkiye', '38.4725474269145', '27.18353122472763', 12, 'Ertan Hoca', '2024-09-29 20:13:51', '2024-09-29 20:13:51'),
(130, NULL, '05336352796', 'Osmangazi, 616. Sk. No:27, 35535 Bayraklı/İzmir, Türkiye', '38.4725474269145', '27.18353122472763', 12, 'Ertan Hoca', '2024-09-29 20:13:53', '2024-09-29 20:13:53'),
(131, NULL, '05336352796', 'Osmangazi, Yavuz Cd. No:310, 35030 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-09-29 20:20:51', '2024-09-29 20:20:51'),
(132, NULL, '05336352796', 'Osmangazi, Yavuz Cd. 301-3, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-09-29 20:24:45', '2024-09-29 20:24:45'),
(133, NULL, '05336352796', 'Osmangazi, 592. Sk. No:30, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-09-29 20:25:51', '2024-09-29 20:25:51'),
(134, NULL, '05336352796', 'Osmangazi, Osmangazi Cd. 24 B, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-09-29 20:29:46', '2024-09-29 20:29:46'),
(135, NULL, '5336352796', 'Osmangazi, 574. Sk. No:9, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 13, 'Ertanozetken', '2024-09-30 16:37:27', '2024-09-30 16:37:27'),
(136, NULL, '5336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 13, 'Ertanozetken', '2024-09-30 16:41:11', '2024-09-30 16:41:11'),
(137, NULL, '5336352796', 'Osmangazi, 574/4. Sk. No:14, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 13, 'Ertanozetken', '2024-09-30 16:48:27', '2024-09-30 16:48:27'),
(138, NULL, '5336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 13, 'Ertanozetken', '2024-09-30 16:48:40', '2024-09-30 16:48:40'),
(139, NULL, '5336352796', 'Osmangazi, Dumlupınar Cd. 221 A, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 13, 'Ertanozetken', '2024-09-30 16:52:39', '2024-09-30 16:52:39'),
(140, NULL, '5336352796', 'Osmangazi, Yavuz Cd. No: 295, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 13, 'Ertanozetken', '2024-09-30 16:53:07', '2024-09-30 16:53:07'),
(141, NULL, '5336352796', 'Osmangazi, 616. Sk. No:14, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 13, 'Ertanozetken', '2024-09-30 16:53:35', '2024-09-30 16:53:35'),
(142, NULL, '5336352796', 'Osmangazi, 595. Sk. No:24, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 13, 'Ertanozetken', '2024-09-30 16:54:50', '2024-09-30 16:54:50'),
(143, NULL, '5336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 13, 'Ertanozetken', '2024-09-30 17:40:27', '2024-09-30 17:40:27'),
(144, NULL, '5336352796', 'Osmangazi, 576. Sk. No:21, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 13, 'Ertanozetken', '2024-09-30 17:40:51', '2024-09-30 17:40:51'),
(145, NULL, '5336352796', 'Osmangazi, Yavuz Cd. No:226, 35535 Bayraklı/İzmir, Türkiye', '38.476130848672334', '27.188131883740425', 13, 'Ertanozetken', '2024-09-30 19:01:41', '2024-09-30 19:01:41'),
(146, NULL, '05336352796', 'Osmangazi, 596. Sk. No:5, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-10-01 16:26:24', '2024-10-01 16:26:24'),
(147, NULL, '05336352796', 'Osmangazi, Dumlupınar Cd. 220 A, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-10-01 16:27:51', '2024-10-01 16:27:51'),
(148, NULL, '05336352796', 'Osmangazi, Dumlupınar Cd. 220 A, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-10-01 16:28:00', '2024-10-01 16:28:00'),
(149, NULL, '05336352796', 'Osmangazi, 597/5. Sk. No:5, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-10-01 16:38:50', '2024-10-01 16:38:50'),
(150, NULL, '05336352796', 'Osmangazi, 616. Sk. No:19, 35535 Bayraklı/İzmir, Türkiye', '38.469964743474385', '27.18626741319895', 12, 'Ertan Hoca', '2024-10-01 17:41:22', '2024-10-01 17:41:22'),
(151, NULL, '05336352796', 'Osmangazi, 616. Sk. No:19, 35535 Bayraklı/İzmir, Türkiye', '38.469964743474385', '27.18626741319895', 12, 'Ertan Hoca', '2024-10-01 17:41:37', '2024-10-01 17:41:37'),
(152, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-10-01 18:23:25', '2024-10-01 18:23:25'),
(153, NULL, '05336352796', 'Osmangazi, 598. Sk. 1/1, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-10-01 18:23:59', '2024-10-01 18:23:59'),
(154, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-10-01 18:24:45', '2024-10-01 18:24:45'),
(155, NULL, '05336352796', 'Osmangazi, 597/5. Sk. No:3, 35000 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-10-01 18:28:56', '2024-10-01 18:28:56'),
(156, NULL, '5336352796', 'Osmangazi, 616. Sk. No:19, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 13, 'Ertanozetken', '2024-10-02 05:44:45', '2024-10-02 05:44:45'),
(157, NULL, '5336352796', 'Osmangazi, 597/4. Sk. 10 B, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 13, 'Ertanozetken', '2024-10-02 16:07:08', '2024-10-02 16:07:08'),
(158, NULL, '5336352796', 'Osmangazi, 597/3. Sk. No:9, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 13, 'Ertanozetken', '2024-10-02 18:21:27', '2024-10-02 18:21:27'),
(159, NULL, '5336352796', 'Osmangazi, 597. Sk. No:17, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 13, 'Ertanozetken', '2024-10-03 17:01:46', '2024-10-03 17:01:46'),
(160, NULL, '5336352796', 'Osmangazi, 597. Sk. No:17, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 13, 'Ertanozetken', '2024-10-04 18:31:46', '2024-10-04 18:31:46'),
(161, NULL, '5336352796', 'Osmangazi, 597. Sk. No:17, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 13, 'Ertanozetken', '2024-10-04 18:31:46', '2024-10-04 18:31:46'),
(162, NULL, '5336352796', 'Osmangazi, 574. Sk. No: 37/B, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 13, 'Ertanozetken', '2024-10-05 06:44:23', '2024-10-05 06:44:23'),
(163, NULL, '5336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 13, 'Ertanozetken', '2024-10-05 12:37:11', '2024-10-05 12:37:11'),
(164, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-10-06 00:38:54', '2024-10-06 00:38:54'),
(165, NULL, '05336352796', 'Osmangazi, Yavuz Cd. 331/A, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-10-06 04:29:13', '2024-10-06 04:29:13'),
(166, NULL, '05336352796', 'Osmangazi, 574. Sk. No:21, 35535 Bayraklı/İzmir, Türkiye', '38.4690058274968', '27.190387286245823', 12, 'Ertan Hoca', '2024-10-06 07:06:52', '2024-10-06 07:06:52'),
(167, NULL, '05336352796', 'Osmangazi Mh., 617/10. Sk No:1, 35535 Bayraklı/İzmir, Türkiye', '38.46537479877489', '27.186182253062725', 12, 'Ertan Hoca', '2024-10-06 07:26:15', '2024-10-06 07:26:15'),
(168, NULL, '05336352796', 'Osmangazi, İbrahim Etem Cd. No:81, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-10-06 07:53:50', '2024-10-06 07:53:50'),
(169, NULL, '05336352796', 'Osmangazi, İbrahim Galip Cd. No:16, 35535 Bayraklı/İzmir, Türkiye', '38.470897659619645', '27.187940776348114', 12, 'Ertan Hoca', '2024-10-06 08:36:27', '2024-10-06 08:36:27'),
(170, NULL, '05336352796', 'Osmangazi, Ahmet Taner Kışlalı Parkı İçi Yolu No:321/A, 35535 Bayraklı/İzmir, Türkiye', '38.46953686849816', '27.185996174812317', 12, 'Ertan Hoca', '2024-10-06 08:39:05', '2024-10-06 08:39:05'),
(171, NULL, '05336352796', 'Osmangazi, 597/2. Sk. No:13, 35535 Bayraklı/İzmir, Türkiye', '38.47044144045788', '27.189950421452522', 12, 'Ertan Hoca', '2024-10-06 11:39:00', '2024-10-06 11:39:00'),
(172, NULL, '05336352796', 'Osmangazi, 578. Sk. No:12, 35535 Bayraklı/İzmir, Türkiye', '38.47044144045788', '27.189950421452522', 12, 'Ertan Hoca', '2024-10-06 11:39:09', '2024-10-06 11:39:09'),
(173, NULL, '05336352796', 'Osmangazi, İbrahim Galip Cd. No:32, 35535 Bayraklı/İzmir, Türkiye', '38.47272460731481', '27.1885459497571', 12, 'Ertan Hoca', '2024-10-06 13:55:48', '2024-10-06 13:55:48'),
(174, NULL, '05336352796', 'Osmangazi, 582. Sokak No:8, Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-10-06 16:20:11', '2024-10-06 16:20:11'),
(175, NULL, '05336352796', 'Osmangazi, 582. Sokak no 8, Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-10-06 17:28:47', '2024-10-06 17:28:47'),
(176, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-10-06 17:46:50', '2024-10-06 17:46:50'),
(177, NULL, '05336352796', 'Kültür, İzmir Atatürk Lisesi, Lozan Meydanı, Konak/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-10-07 14:46:25', '2024-10-07 14:46:25'),
(178, NULL, '05336352796', 'Kültür, İzmir Atatürk Lisesi, Lozan Meydanı, Konak/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-10-07 14:48:35', '2024-10-07 14:48:35'),
(179, NULL, '05336352796', 'Osmangazi, 582. Sokak No:8, Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-10-07 15:05:48', '2024-10-07 15:05:48'),
(180, NULL, '05336352796', 'Osmangazi, 582. Sokak No:8, Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-10-07 15:06:01', '2024-10-07 15:06:01'),
(181, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 12, 'Ertan Hoca', '2024-10-07 17:06:38', '2024-10-07 17:06:38'),
(182, NULL, '05336352796', 'Osmangazi, İbrahim Galip Cd. 7 A, 35535 Bayraklı/İzmir, Türkiye', '38.47063700080878', '27.187828794121742', 12, 'Ertan Hoca', '2024-10-07 17:08:31', '2024-10-07 17:08:31'),
(183, NULL, '05336352796', 'Osmangazi, 582. Sokak No:8, Bayraklı/İzmir, Türkiye', '38.47063700080878', '27.187828794121742', 12, 'Ertan Hoca', '2024-10-07 17:24:11', '2024-10-07 17:24:11'),
(184, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.472061294157804', '27.18865592032671', 12, 'Ertan Hoca', '2024-10-07 17:25:30', '2024-10-07 17:25:30'),
(185, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.472061294157804', '27.18865592032671', 12, 'Ertan Hoca', '2024-10-07 17:37:39', '2024-10-07 17:37:39'),
(186, NULL, '05336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.472061294157804', '27.18865592032671', 12, 'Ertan Hoca', '2024-10-07 17:37:41', '2024-10-07 17:37:41'),
(187, NULL, '05336352796', 'İstiklal, Ali Kabuli Cd. No:63, 34440 Beyoğlu/İstanbul, Türkiye', '38.47216471576389', '27.188711240887642', 12, 'Ertan Hoca', '2024-10-29 07:03:29', '2024-10-29 07:03:29'),
(188, NULL, '5336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 13, 'Ertanozetken', '2024-10-29 09:04:38', '2024-10-29 09:04:38'),
(189, NULL, '5336352796', 'Osmangazi, Dumlupınar Cd. 169 B, 35535 Bayraklı/İzmir, Türkiye', '38.46981118127502', '27.191567793488503', 13, 'Ertanozetken', '2024-10-29 09:05:46', '2024-10-29 09:05:46'),
(190, NULL, '5336352796', 'Osmangazi, 582. Sk. No:8, 35535 Bayraklı/İzmir, Türkiye', '38.47208754331045', '27.188568077981472', 13, 'Ertanozetken', '2024-10-29 16:34:02', '2024-10-29 16:34:02');

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

--
-- Tablo için tablo yapısı `failed_jobs`
--

CREATE TABLE `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;

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

--
-- Tablo için tablo yapısı `food-shop.sessions`
--

CREATE TABLE `food-shop.sessions` (
  `id` int(80) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Tablo için tablo yapısı `foods`
--

CREATE TABLE `foods` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `price` int(11) NOT NULL,
  `stars` int(11) NOT NULL,
  `people` int(11) NOT NULL,
  `selected_people` int(11) NOT NULL,
  `img` varchar(255) NOT NULL,
  `location` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `type_id` tinyint(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=COMPACT;

--
-- Tablo döküm verisi `foods`
--

INSERT INTO `foods` (`id`, `name`, `description`, `price`, `stars`, `people`, `selected_people`, `img`, `location`, `created_at`, `updated_at`, `type_id`) VALUES
(1, 'Nutritious fruit meal in china', '<p style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\">This&nbsp;five red bases, two are dedicated to salami (fennel and regular), and there&#39;s a classic capricciosa or beef carpaccio. Blanco options include a mushroom, and a four-cheese extravaganza featuring great lobes of a tangy fior di latte they make in house every day (more on this later). Classic, precise, good.</p><p style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\">I think it&#39;s still better to think of this venue not as a pizzeria, but as Pizza, by Di Stasio.</p><p style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\">Rinaldo Di Stasio and Mallory Wall&#39;s empire, including the original restaurant and bar in St Kilda, Citta and now Carlton, is a designer label for dining.</p><p><br/></p>', 12, 4, 5, 5, 'images/ea9367e8a16f1d3e41d4a3ae9af2baff.png', 'Canada, British Columbia', '2021-11-17 02:09:08', '2022-01-01 00:27:22', 2),
(2, 'Sweet Dessert', '<p>The best sweet dessert</p><p style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.</p><p style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull – equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">Genesis</em>, goes straight for the jugular of unceded sovereignty.</p><p><br/></p><p style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.</p><p style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull – equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">Genesis</em>, goes straight for the jugular of unceded sovereignty.</p><p><br/></p><p style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.</p><p style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull – equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">Genesis</em>, goes straight for the jugular of unceded sovereignty.</p><p><br/></p>', 2153, 5, 5, 3, 'images/27567f904a64ba79ae95672e4ddf10c8.png', 'Icefields, Alberta', '2021-11-17 02:10:43', '2022-01-01 00:54:42', 2),
(3, 'Chinese Side', '<p style=\"border: 0px; margin-top: 0px; margin-bottom: 1.3em; padding: 0px; line-height: 1.8; color: rgb(58, 58, 58); font-family: Montserrat, sans-serif; font-size: 20px; white-space: normal; background-color: rgb(255, 255, 255);\">Enjoy these flavors any time of day.</p><p><br/></p>', 3456, 3, 5, 4, 'images/fe978d4b2a6e311efc53370bad41c302.jpg', 'Moraine Lake, Alberta', '2021-11-17 02:16:31', '2022-01-01 00:54:54', 3),
(4, 'Bitter Orange Marinade', '<p id=\"mntl-sc-block_1-0\" class=\"comp mntl-sc-block mntl-sc-block-html\" style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1rem; padding: 0px; letter-spacing: -0.1px; counter-reset: section 0; font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; white-space: normal; background-color: rgb(255, 255, 255);\">Bitter oranges are often used in Caribbean&nbsp;</p><p><br/></p>', 33, 4, 5, 3, 'images/f38f470cc1972c270320c222c3aca9fb.jpg', 'Killarney Provincial Park', '2021-11-17 02:18:46', '2022-01-01 00:55:05', 3),
(5, 'Creamed Yuca (Cassava)', '<p><span style=\"font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; background-color: rgb(255, 255, 255);\">Commonly used in soups, eaten boiled&nbsp;</span></p>', 10, 5, 5, 4, 'images/acaa4cdee4b8aa7bf33f2140ce36860c.jpg', 'China', '2021-12-08 04:29:53', '2022-01-01 00:55:44', 3),
(6, 'Creole Rice Side Dish Recipe', '<p style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.</p><p style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull – equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">Genesis</em>, goes straight for the jugular of unceded sovereignty.</p><p><br/></p>', 12, 4, 3, 3, 'images/d6648f1f920d6bbc89988d75b3bed5b3.jpg', 'china', '2021-12-23 07:03:24', '2022-01-01 00:56:03', 2),
(7, 'Cuban Fufu', '<p style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.</p><p style=\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull – equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\">Genesis</em>, goes straight for the jugular of unceded sovereignty.</p><p><br/></p>', 10, 5, 0, 0, 'images/f937dbd76381d1c10fdfcfd90688cb96.png', 'Cuba', '2021-12-23 07:04:49', '2022-01-01 00:56:45', 2),
(8, 'Dessert', '<p>Amazing food to eat with.</p>', 5, 4, 3, 2, 'images/34b0eaad01e8a95a02df1d934517591c.png', 'china', '2021-12-25 17:36:29', '2022-01-01 00:57:01', 3),
(9, 'Biriani', '<p style=\"box-sizing: inherit; padding: 0px; margin-top: 16px; margin-bottom: 16px; color: rgb(61, 61, 61); font-family: Raleway, sans-serif; font-size: 18px; white-space: normal;\">Chicken marinated in a spiced yoghurt is placed in a large pot, then layered with fried onions (cheeky easy sub below!), fresh coriander/cilantro, then par boiled lightly spiced rice.</p><p style=\"box-sizing: inherit; padding: 0px; margin-top: 16px; margin-bottom: 16px; color: rgb(61, 61, 61); font-family: Raleway, sans-serif; font-size: 18px; white-space: normal;\">The crowning glory is to finish it off with a drizzle of saffron infused water to give it the signature patches of bright yellow rice, as well as ghee (or melted butter) for buttery richness.</p><p style=\"box-sizing: inherit; padding: 0px; margin-top: 16px; margin-bottom: 16px; color: rgb(61, 61, 61); font-family: Raleway, sans-serif; font-size: 18px; white-space: normal;\">The pot is then covered and cooked over a low heat for about 25 minutes during which time the rice absorbs the aromas and flavours of the curry underneath, whilst still being beautifully fluffy.</p><p><br/></p>', 8, 4, 3, 3, 'images/0f61cb5dd19d38a11e5a9133333eca07.jpeg', 'BD', '2021-12-26 22:27:38', '2022-01-01 00:57:16', 3),
(10, 'Chicken biriani', '<p><span style=\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;ヒラギノ角ゴ Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, メイリオ, Meiryo, &quot;ＭＳ Ｐゴシック&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\">Chicken Biryani Served in a Bowl Close Up Photo. Indian Food, Indian Style Rice and Chicken. #Biryani #ChickenBiryani #IndianFood #StockPhoto</span></p>', 12, 4, 3, 3, 'images/9447a79793a4b7f832d981f975c0abc4.jpeg', 'china', '2021-12-26 22:29:47', '2022-01-01 00:56:33', 2),
(11, 'Hilsha fish', '<p><span style=\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;ヒラギノ角ゴ Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, メイリオ, Meiryo, &quot;ＭＳ Ｐゴシック&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\">Ilish Mach aka Hilsa fish is in the season and needless to say, I cooked it a few times this year as well. This year, however, I have used Ilish mach to make simple delicacies mostly. Ilish Beguner Jhol is probably the simplest of the lot, well, after Ilish Mach Bhaja.</span></p><p><span style=\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;ヒラギノ角ゴ Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, メイリオ, Meiryo, &quot;ＭＳ Ｐゴシック&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\"><span style=\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;ヒラギノ角ゴ Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, メイリオ, Meiryo, &quot;ＭＳ Ｐゴシック&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\">Ilish Mach aka Hilsa fish is in the season and needless to say, I cooked it a few times this year as well. This year, however, I have used Ilish mach to make simple delicacies mostly. Ilish Beguner Jhol is probably the simplest of the lot, well, after Ilish Mach Bhaja.</span></span></p><p><span style=\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;ヒラギノ角ゴ Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, メイリオ, Meiryo, &quot;ＭＳ Ｐゴシック&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\"><span style=\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;ヒラギノ角ゴ Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, メイリオ, Meiryo, &quot;ＭＳ Ｐゴシック&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\"><span style=\"color: rgb(17, 17, 17); font-family: -apple-system, &quot;system-ui&quot;, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Fira Sans&quot;, &quot;Droid Sans&quot;, &quot;Helvetica Neue&quot;, Helvetica, &quot;ヒラギノ角ゴ Pro W3&quot;, &quot;Hiragino Kaku Gothic Pro&quot;, メイリオ, Meiryo, &quot;ＭＳ Ｐゴシック&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;; font-size: 14px; background-color: rgb(255, 255, 255);\">Ilish Mach aka Hilsa fish is in the season and needless to say, I cooked it a few times this year as well. This year, however, I have used Ilish mach to make simple delicacies mostly. Ilish Beguner Jhol is probably the simplest of the lot, well, after Ilish Mach Bhaja.</span></span></span></p>', 12, 5, 3, 3, 'images/1343ce6cf6792383dfc071727afd5c46.jpeg', 'china', '2021-12-26 22:35:34', '2022-01-01 00:56:22', 2),
(12, 'Ali Nazik Kebabı', 'Gaziantep city in Turkey southeast region\'s  favorite meals Ali Nazik Kebap. It\'s  called that it\'s inventor\'s name  Mr Ali Nazik who is the famous cooker in his life time. He prepared aubergine fried on mangal and peel them mix with yogurt garlic on dishes base after fried  in fire meat cutting tiny pieces than it on the base on dish. that is so simple but delicious taste in your mouth.', 200, 5, 4, 4, 'images/21cbdad19eaa7454b7a9a0f61429efc2.jpg', 'Turkey/Gaziantep', '2024-09-14 13:08:56', '2024-09-14 13:08:56', 2),
(13, 'Mercimek Köftesi', 'Eagean and Maditerenean region\'s well known apereative meals is different taste and favorite chose for you. After first choose it wil be your\'s number one.', 150, 5, 4, 3, 'images/435238e37ed5970a7030a00b5d629897.jpg', 'Ege ve Akdeniz', '2024-09-14 13:14:26', '2024-10-02 05:46:57', 3),
(14, 'Şakşuka', 'Şakşuka is the different and tasteful choose our regions people.', 100, 5, 3, 3, 'images/5dc39a5fb8c18e9f456eb3d0fe025b12.jpg', 'Ege  ve Akdeniz Bölgesi', '2024-09-14 13:16:28', '2024-09-14 13:17:47', 3);

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

--
-- Tablo için tablo yapısı `food_types`
--

CREATE TABLE `food_types` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(255) NOT NULL,
  `parent_id` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `order` int(10) DEFAULT NULL,
  `description` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `food_types`
--

INSERT INTO `food_types` (`id`, `title`, `parent_id`, `created_at`, `updated_at`, `order`, `description`) VALUES
(1, 'Food', 0, '2022-01-01 00:22:55', '2022-01-01 00:22:55', 1, 'all about food'),
(2, 'Popular food', 1, '2022-01-01 00:23:10', '2022-01-01 00:23:10', 1, 'popular food'),
(3, 'Recommended food', 1, '2022-01-01 00:23:25', '2022-01-01 00:23:25', 1, 'Recommended food'),
(4, 'Healthy Drinks', 1, '2024-09-26 16:23:13', '2024-09-26 16:23:13', 1, 'Organic and Fresh Drinks');

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

--
-- Tablo için tablo yapısı `migrations`
--

CREATE TABLE `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;

--
-- Tablo döküm verisi `migrations`
--

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2019_08_19_000000_create_failed_jobs_table', 1),
(4, '2019_12_14_000001_create_personal_access_tokens_table', 1),
(5, '2016_01_04_173148_create_admin_tables', 2),
(6, '2021_11_08_125401_create_article_types_table', 3),
(7, '2021_11_08_125420_create_articles_table', 3),
(8, '2021_11_17_092846_create_place_table', 4),
(9, '2016_06_01_000001_create_oauth_auth_codes_table', 5),
(10, '2016_06_01_000002_create_oauth_access_tokens_table', 5),
(11, '2016_06_01_000003_create_oauth_refresh_tokens_table', 5),
(12, '2016_06_01_000004_create_oauth_clients_table', 5),
(13, '2016_06_01_000005_create_oauth_personal_access_clients_table', 5),
(14, '2022_01_01_075013_create_food_type_table', 6);

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

--
-- Tablo için tablo yapısı `oauth_access_tokens`
--

CREATE TABLE `oauth_access_tokens` (
  `id` varchar(100) NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `client_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `scopes` text DEFAULT NULL,
  `revoked` tinyint(1) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `expires_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `oauth_access_tokens`
--

INSERT INTO `oauth_access_tokens` (`id`, `user_id`, `client_id`, `name`, `scopes`, `revoked`, `created_at`, `updated_at`, `expires_at`) VALUES
('04f92951fb5344eaf9db57ee3344575278727c50049064ccb30d132eaf0ebc8c80f3e1ce1bf277b3', 11, 1, 'RestaurantCustomerAuth', '[]', 0, '2024-10-29 07:33:59', '2024-10-29 07:33:59', '2025-10-29 10:33:59'),
('1d92e3e41140e05c977b725c159599082b148b1219ffb5717048233e3c1a748b420fc24809043e34', 12, 1, 'RestaurantCustomerAuth', '[]', 0, '2024-10-26 19:47:11', '2024-10-26 19:47:12', '2025-10-26 22:47:11'),
('3bdd32c165a0aa939bdaaaee16d695ebc5e05e441253f15a38fcb2a67746a6cdaa520c7e9e5e2f83', 12, 1, 'RestaurantCustomerAuth', '[]', 0, '2024-10-13 13:16:38', '2024-10-13 13:16:39', '2025-10-13 16:16:38'),
('52b96cabf643f4cb8f7a172b39ec5aded9174fe852eb905f48007a60baef972f61591c2cd9d8e537', 13, 1, 'RestaurantCustomerAuth', '[]', 0, '2024-10-29 11:44:40', '2024-10-29 11:44:41', '2025-10-29 14:44:40'),
('54b6793d035a4e7422902c37675e45f8c9400c8db007a626f5ad2e250b60631f64bafcfa7b5885c1', 12, 1, 'RestaurantCustomerAuth', '[]', 0, '2024-10-01 14:51:34', '2024-10-01 14:51:35', '2025-10-01 17:51:34'),
('8b57315e7fea7c151505f94a8fa710aee0a262c83045587f852853e9b020f389824f705fb9f75b3f', 13, 1, 'RestaurantCustomerAuth', '[]', 0, '2024-10-29 07:54:13', '2024-10-29 07:54:13', '2025-10-29 10:54:13'),
('902edad924eb73acdf826b83252ce6c51f12e30a5734065f713122b811a463cdd15a03064bc66c46', 13, 1, 'RestaurantCustomerAuth', '[]', 0, '2024-09-30 16:36:29', '2024-09-30 16:36:30', '2025-09-30 19:36:29'),
('a5a14362bf5bcfc037573f8d3d955663e7892d9b201ef72767d2f5c03ef71ce71644a620f9d6c9e8', 12, 1, 'RestaurantCustomerAuth', '[]', 0, '2024-10-28 13:43:33', '2024-10-28 13:43:34', '2025-10-28 16:43:33'),
('b5814c79b10daf2fa4fbb9fba8d98142497941d296d5a48f6eb9062ce0359e0a48cdd33fe389939b', 13, 1, 'RestaurantCustomerAuth', '[]', 0, '2024-10-29 08:53:41', '2024-10-29 08:53:41', '2025-10-29 11:53:41'),
('c903531393dd2d2e172f817a05b7a1c1955c5adcef9265a2e9c1868274fda5b3f58fde963d05fa62', 12, 1, 'RestaurantCustomerAuth', '[]', 0, '2024-10-06 00:37:25', '2024-10-06 00:37:25', '2025-10-06 03:37:25'),
('d616a846cefeb0e4224f0afb0647ba5c4292aff9bc84b301772c9649b5d56124e32461899274aace', 13, 1, 'RestaurantCustomerAuth', '[]', 0, '2024-10-02 05:43:50', '2024-10-02 05:43:51', '2025-10-02 08:43:50'),
('e5da174ab35699c6aed4463b46221a4d8c6de64b155babd330c8706559e545faafcc3693d8066b50', 12, 1, 'RestaurantCustomerAuth', '[]', 0, '2024-09-27 14:54:06', '2024-09-27 14:54:07', '2025-09-27 17:54:06');

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

--
-- Tablo için tablo yapısı `oauth_auth_codes`
--

CREATE TABLE `oauth_auth_codes` (
  `id` varchar(100) NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `client_id` bigint(20) UNSIGNED NOT NULL,
  `scopes` text DEFAULT NULL,
  `revoked` tinyint(1) NOT NULL,
  `expires_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Tablo için tablo yapısı `oauth_clients`
--

CREATE TABLE `oauth_clients` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `name` varchar(255) NOT NULL,
  `secret` varchar(100) DEFAULT NULL,
  `provider` varchar(255) DEFAULT NULL,
  `redirect` text NOT NULL,
  `personal_access_client` tinyint(1) NOT NULL,
  `password_client` tinyint(1) NOT NULL,
  `revoked` tinyint(1) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `oauth_clients`
--

INSERT INTO `oauth_clients` (`id`, `user_id`, `name`, `secret`, `provider`, `redirect`, `personal_access_client`, `password_client`, `revoked`, `created_at`, `updated_at`) VALUES
(1, NULL, 'ahmed', 'YTU2JKogY8Mo8n14mxL5yLaO5Tc7tjKCWdVtrXDN', NULL, 'http://localhost', 1, 0, 0, '2021-12-28 08:14:11', '2021-12-28 08:14:11');

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

--
-- Tablo için tablo yapısı `oauth_personal_access_clients`
--

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

--
-- Tablo döküm verisi `oauth_personal_access_clients`
--

INSERT INTO `oauth_personal_access_clients` (`id`, `client_id`, `created_at`, `updated_at`) VALUES
(1, 1, '2021-12-28 08:14:11', '2021-12-28 08:14:11');

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

--
-- Tablo için tablo yapısı `oauth_refresh_tokens`
--

CREATE TABLE `oauth_refresh_tokens` (
  `id` varchar(100) NOT NULL,
  `access_token_id` varchar(100) NOT NULL,
  `revoked` tinyint(1) NOT NULL,
  `expires_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Tablo için tablo yapısı `orders`
--

CREATE TABLE `orders` (
  `id` bigint(20) NOT NULL,
  `user_id` bigint(20) NOT NULL,
  `order_amount` decimal(8,2) NOT NULL,
  `payment_status` varchar(191) DEFAULT 'pending',
  `order_status` varchar(191) NOT NULL DEFAULT 'pending',
  `confirmed` timestamp NULL DEFAULT NULL,
  `accepted` timestamp NULL DEFAULT NULL,
  `scheduled` tinyint(1) NOT NULL DEFAULT 0,
  `processing` timestamp NULL DEFAULT NULL,
  `handover` timestamp NULL DEFAULT NULL,
  `failed` timestamp NULL DEFAULT NULL,
  `scheduled_at` timestamp NULL DEFAULT NULL,
  `delivery_address_id` bigint(20) DEFAULT NULL,
  `order_note` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `delivery_charge` decimal(6,2) DEFAULT NULL,
  `delivery_address` text NOT NULL,
  `otp` varchar(191) NOT NULL,
  `pending` timestamp NULL DEFAULT NULL,
  `picked_up` timestamp NULL DEFAULT NULL,
  `delivered` timestamp NULL DEFAULT NULL,
  `canceled` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Tablo döküm verisi `orders`
--

INSERT INTO `orders` (`id`, `user_id`, `order_amount`, `payment_status`, `order_status`, `confirmed`, `accepted`, `scheduled`, `processing`, `handover`, `failed`, `scheduled_at`, `delivery_address_id`, `order_note`, `created_at`, `updated_at`, `delivery_charge`, `delivery_address`, `otp`, `pending`, `picked_up`, `delivered`, `canceled`) VALUES
(100001, 22, 36.00, NULL, 'pending', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'Note about food', '2022-01-08 06:35:12', '2022-01-08 06:35:12', NULL, '{\"contact_person_name\":\"as\",\"contact_person_number\":\"1\",\"address\":\"test\",\"longitude\":\"\",\"latitude\":\"\"}', '4976', '2022-01-08 06:35:12', NULL, NULL, NULL),
(100002, 22, 6479.00, NULL, 'pending', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'Note about food', '2022-01-08 06:43:27', '2022-01-08 06:43:27', NULL, '{\"contact_person_name\":\"as\",\"contact_person_number\":\"1\",\"address\":\"test\",\"longitude\":\"\",\"latitude\":\"\"}', '2115', '2022-01-08 06:43:27', NULL, NULL, NULL),
(100003, 18, 20.00, NULL, 'pending', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'Note about food', '2022-01-08 06:48:56', '2022-01-08 06:48:56', NULL, '{\"contact_person_name\":\"as\",\"contact_person_number\":\"123456\",\"address\":\"Testing aread\",\"longitude\":\"\",\"latitude\":\"\"}', '3031', '2022-01-08 06:48:56', NULL, NULL, NULL),
(100004, 18, 12.00, NULL, 'pending', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'Note about food', '2022-01-08 06:51:02', '2022-01-08 06:51:02', NULL, '{\"contact_person_name\":\"as\",\"contact_person_number\":\"123456\",\"address\":\"Testing aread\",\"longitude\":\"\",\"latitude\":\"\"}', '6503', '2022-01-08 06:51:02', NULL, NULL, NULL),
(100005, 18, 12.00, NULL, 'pending', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'Note about food', '2022-01-08 06:52:43', '2022-01-08 06:52:43', NULL, '{\"contact_person_name\":\"as\",\"contact_person_number\":\"123456\",\"address\":\"Testing aread\",\"longitude\":\"\",\"latitude\":\"\"}', '1585', '2022-01-08 06:52:43', NULL, NULL, NULL),
(100006, 18, 14674.00, NULL, 'pending', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'Note about food', '2022-01-08 06:54:06', '2022-01-08 06:54:06', NULL, '{\"contact_person_name\":\"as\",\"contact_person_number\":\"123456\",\"address\":\"Testing aread\",\"longitude\":\"\",\"latitude\":\"\"}', '3546', '2022-01-08 06:54:06', NULL, NULL, NULL),
(100007, 18, 24.00, 'pending', 'pending', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'Note about food', '2022-01-08 15:06:48', '2022-01-08 15:06:48', NULL, '{\"contact_person_name\":\"as\",\"contact_person_number\":\"123456\",\"address\":\"Testing aread\",\"longitude\":\"\",\"latitude\":\"\"}', '6358', '2022-01-08 15:06:48', NULL, NULL, NULL),
(100008, 12, 0.00, 'pending', 'pending', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'Not about the food', '2024-10-26 20:03:40', '2024-10-26 20:03:40', NULL, '{\"contact_person_name\":\"Ertan Hoca\",\"contact_person_number\":\"05336352796\",\"address\":\"Osmangazi, 582. Sk. No:8, 35535 Bayrakl\\u0131\\/\\u0130zmir, T\\u00fcrkiye\",\"longitude\":\"27.188711240887642\",\"latitude\":\"38.47216471576389\"}', '9358', '2024-10-26 20:03:40', NULL, NULL, NULL),
(100009, 12, 0.00, 'pending', 'pending', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'Not about the food', '2024-10-26 20:06:29', '2024-10-26 20:06:29', NULL, '{\"contact_person_name\":\"Ertan Hoca\",\"contact_person_number\":\"05336352796\",\"address\":\"Osmangazi, 582. Sk. No:8, 35535 Bayrakl\\u0131\\/\\u0130zmir, T\\u00fcrkiye\",\"longitude\":\"27.188711240887642\",\"latitude\":\"38.47216471576389\"}', '3438', '2024-10-26 20:06:29', NULL, NULL, NULL),
(100010, 12, 0.00, 'pending', 'pending', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'Not about the food', '2024-10-28 13:44:41', '2024-10-28 13:44:41', NULL, '{\"contact_person_name\":\"Ertan Hoca\",\"contact_person_number\":\"05336352796\",\"address\":\"Osmangazi, 582. Sk. No:8, 35535 Bayrakl\\u0131\\/\\u0130zmir, T\\u00fcrkiye\",\"longitude\":\"27.188711240887642\",\"latitude\":\"38.47216471576389\"}', '3656', '2024-10-28 13:44:41', NULL, NULL, NULL),
(100011, 12, 0.00, 'pending', 'pending', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'Not about the food', '2024-10-29 07:04:55', '2024-10-29 07:04:55', NULL, '{\"contact_person_name\":\"Ertan Hoca\",\"contact_person_number\":\"05336352796\",\"address\":\"\\u0130stiklal, Ali Kabuli Cd. No:63, 34440 Beyo\\u011flu\\/\\u0130stanbul, T\\u00fcrkiye\",\"longitude\":\"27.188711240887642\",\"latitude\":\"38.47216471576389\"}', '1075', '2024-10-29 07:04:55', NULL, NULL, NULL),
(100012, 11, 0.00, 'pending', 'pending', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'Not about the food', '2024-10-29 07:49:35', '2024-10-29 07:49:35', NULL, '{\"contact_person_name\":\"Ertan\",\"contact_person_number\":\"123456789\",\"address\":\"K\\u0131z\\u0131lay, 511\\/1. Sk. NO:18, 35030 Bornova\\/\\u0130zmir, T\\u00fcrkiye\",\"longitude\":\"27.215584293008\",\"latitude\":\"38.471496672571\"}', '1644', '2024-10-29 07:49:35', NULL, NULL, NULL),
(100013, 13, 0.00, 'pending', 'pending', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 'Not about the food', '2024-10-29 11:47:27', '2024-10-29 11:47:27', NULL, '{\"contact_person_name\":\"Ertanozetken\",\"contact_person_number\":\"5336352796\",\"address\":\"Osmangazi, 574. Sk. No:9, 35535 Bayrakl\\u0131\\/\\u0130zmir, T\\u00fcrkiye\",\"longitude\":\"27.188568077981472\",\"latitude\":\"38.47208754331045\"}', '8899', '2024-10-29 11:47:27', NULL, NULL, NULL);

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

--
-- Tablo için tablo yapısı `order_details`
--

CREATE TABLE `order_details` (
  `id` bigint(20) NOT NULL,
  `order_id` bigint(20) NOT NULL,
  `food_id` bigint(20) NOT NULL,
  `price` decimal(8,2) NOT NULL,
  `food_details` text NOT NULL,
  `quantity` int(11) NOT NULL,
  `tax_amount` decimal(8,2) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `test` int(11) NOT NULL DEFAULT 7
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

--
-- Tablo döküm verisi `order_details`
--

INSERT INTO `order_details` (`id`, `order_id`, `food_id`, `price`, `food_details`, `quantity`, `tax_amount`, `created_at`, `updated_at`, `test`) VALUES
(11, 100001, 1, 12.00, '{\"id\":1,\"name\":\"Nutritious fruit meal in china\",\"description\":\"<p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">This&nbsp;five red bases, two are dedicated to salami (fennel and regular), and there&#39;s a classic capricciosa or beef carpaccio. Blanco options include a mushroom, and a four-cheese extravaganza featuring great lobes of a tangy fior di latte they make in house every day (more on this later). Classic, precise, good.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">I think it&#39;s still better to think of this venue not as a pizzeria, but as Pizza, by Di Stasio.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">Rinaldo Di Stasio and Mallory Wall&#39;s empire, including the original restaurant and bar in St Kilda, Citta and now Carlton, is a designer label for dining.<\\/p><p><br\\/><\\/p>\",\"price\":12,\"stars\":4,\"people\":5,\"selected_people\":5,\"img\":\"images\\/ea9367e8a16f1d3e41d4a3ae9af2baff.png\",\"location\":\"Canada, British Columbia\",\"created_at\":\"2021-11-17 10:09:08\",\"updated_at\":\"2022-01-01 08:27:22\",\"type_id\":2}', 3, 10.00, '2022-01-08 06:35:12', '2022-01-08 06:35:12', 7),
(12, 100001, 3, 3456.00, '{\"id\":3,\"name\":\"Chinese Side\",\"description\":\"<p style=\\\"border: 0px; margin-top: 0px; margin-bottom: 1.3em; padding: 0px; line-height: 1.8; color: rgb(58, 58, 58); font-family: Montserrat, sans-serif; font-size: 20px; white-space: normal; background-color: rgb(255, 255, 255);\\\">Enjoy these flavors any time of day.<\\/p><p><br\\/><\\/p>\",\"price\":3456,\"stars\":3,\"people\":5,\"selected_people\":4,\"img\":\"images\\/fe978d4b2a6e311efc53370bad41c302.jpg\",\"location\":\"Moraine Lake, Alberta\",\"created_at\":\"2021-11-17 10:16:31\",\"updated_at\":\"2022-01-01 08:54:54\",\"type_id\":3}', 0, 10.00, '2022-01-08 06:35:12', '2022-01-08 06:35:12', 7),
(13, 100002, 5, 10.00, '{\"id\":5,\"name\":\"Creamed Yuca (Cassava)\",\"description\":\"<p><span style=\\\"font-family: &quot;Work Sans&quot;, Arial, sans-serif; font-size: 17px; letter-spacing: -0.1px; background-color: rgb(255, 255, 255);\\\">Commonly used in soups, eaten boiled&nbsp;<\\/span><\\/p>\",\"price\":10,\"stars\":5,\"people\":5,\"selected_people\":4,\"img\":\"images\\/acaa4cdee4b8aa7bf33f2140ce36860c.jpg\",\"location\":\"China\",\"created_at\":\"2021-12-08 12:29:53\",\"updated_at\":\"2022-01-01 08:55:44\",\"type_id\":3}', 2, 10.00, '2022-01-08 06:43:27', '2022-01-08 06:43:27', 7),
(14, 100002, 2, 2153.00, '{\"id\":2,\"name\":\"Sweet Dessert\",\"description\":\"<p>The best sweet dessert<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p>\",\"price\":2153,\"stars\":5,\"people\":5,\"selected_people\":3,\"img\":\"images\\/27567f904a64ba79ae95672e4ddf10c8.png\",\"location\":\"Icefields, Alberta\",\"created_at\":\"2021-11-17 10:10:43\",\"updated_at\":\"2022-01-01 08:54:42\",\"type_id\":2}', 3, 10.00, '2022-01-08 06:43:27', '2022-01-08 06:43:27', 7),
(15, 100003, 7, 10.00, '{\"id\":7,\"name\":\"Cuban Fufu\",\"description\":\"<p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p>\",\"price\":10,\"stars\":5,\"people\":0,\"selected_people\":0,\"img\":\"images\\/f937dbd76381d1c10fdfcfd90688cb96.png\",\"location\":\"Cuba\",\"created_at\":\"2021-12-23 15:04:49\",\"updated_at\":\"2022-01-01 08:56:45\",\"type_id\":2}', 2, 10.00, '2022-01-08 06:48:56', '2022-01-08 06:48:56', 7),
(16, 100004, 1, 12.00, '{\"id\":1,\"name\":\"Nutritious fruit meal in china\",\"description\":\"<p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">This&nbsp;five red bases, two are dedicated to salami (fennel and regular), and there&#39;s a classic capricciosa or beef carpaccio. Blanco options include a mushroom, and a four-cheese extravaganza featuring great lobes of a tangy fior di latte they make in house every day (more on this later). Classic, precise, good.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">I think it&#39;s still better to think of this venue not as a pizzeria, but as Pizza, by Di Stasio.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">Rinaldo Di Stasio and Mallory Wall&#39;s empire, including the original restaurant and bar in St Kilda, Citta and now Carlton, is a designer label for dining.<\\/p><p><br\\/><\\/p>\",\"price\":12,\"stars\":4,\"people\":5,\"selected_people\":5,\"img\":\"images\\/ea9367e8a16f1d3e41d4a3ae9af2baff.png\",\"location\":\"Canada, British Columbia\",\"created_at\":\"2021-11-17 10:09:08\",\"updated_at\":\"2022-01-01 08:27:22\",\"type_id\":2}', 1, 10.00, '2022-01-08 06:51:02', '2022-01-08 06:51:02', 7),
(17, 100005, 1, 12.00, '{\"id\":1,\"name\":\"Nutritious fruit meal in china\",\"description\":\"<p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">This&nbsp;five red bases, two are dedicated to salami (fennel and regular), and there&#39;s a classic capricciosa or beef carpaccio. Blanco options include a mushroom, and a four-cheese extravaganza featuring great lobes of a tangy fior di latte they make in house every day (more on this later). Classic, precise, good.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">I think it&#39;s still better to think of this venue not as a pizzeria, but as Pizza, by Di Stasio.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">Rinaldo Di Stasio and Mallory Wall&#39;s empire, including the original restaurant and bar in St Kilda, Citta and now Carlton, is a designer label for dining.<\\/p><p><br\\/><\\/p>\",\"price\":12,\"stars\":4,\"people\":5,\"selected_people\":5,\"img\":\"images\\/ea9367e8a16f1d3e41d4a3ae9af2baff.png\",\"location\":\"Canada, British Columbia\",\"created_at\":\"2021-11-17 10:09:08\",\"updated_at\":\"2022-01-01 08:27:22\",\"type_id\":2}', 1, 10.00, '2022-01-08 06:52:43', '2022-01-08 06:52:43', 7),
(18, 100006, 2, 2153.00, '{\"id\":2,\"name\":\"Sweet Dessert\",\"description\":\"<p>The best sweet dessert<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">The quality and craftsmanship is on full show. The waiters&#39; signature white tunics are of loosely rumpled linen here versus the crisp whites of the city. The thick galleria walls of the restaurant&#39;s three distinct areas are cast in gentle neon so that even your worst&nbsp;wine-fuelled photos turn into atmospheric still lifes. The art, typically, lands a gut punch.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">From the Bill Henson portraits at the St Kilda restaurant to Shaun Gladwell&#39;s beautiful video artworks at Citta, Di Stasio doesn&#39;t use pieces to decorate but to provoke. On entry, a bronze cast of Di Stasio&#39;s hands jutt out of the wall, immortalised in the sign of the bull \\u2013 equal parts a rock star welcome and a warning. A trio of powerful works by Kamilaroi artist Reko Rennie, titled&nbsp;<em style=\\\"box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline;\\\">Genesis<\\/em>, goes straight for the jugular of unceded sovereignty.<\\/p><p><br\\/><\\/p>\",\"price\":2153,\"stars\":5,\"people\":5,\"selected_people\":3,\"img\":\"images\\/27567f904a64ba79ae95672e4ddf10c8.png\",\"location\":\"Icefields, Alberta\",\"created_at\":\"2021-11-17 10:10:43\",\"updated_at\":\"2022-01-01 08:54:42\",\"type_id\":2}', 2, 10.00, '2022-01-08 06:54:06', '2022-01-08 06:54:06', 7),
(19, 100006, 3, 3456.00, '{\"id\":3,\"name\":\"Chinese Side\",\"description\":\"<p style=\\\"border: 0px; margin-top: 0px; margin-bottom: 1.3em; padding: 0px; line-height: 1.8; color: rgb(58, 58, 58); font-family: Montserrat, sans-serif; font-size: 20px; white-space: normal; background-color: rgb(255, 255, 255);\\\">Enjoy these flavors any time of day.<\\/p><p><br\\/><\\/p>\",\"price\":3456,\"stars\":3,\"people\":5,\"selected_people\":4,\"img\":\"images\\/fe978d4b2a6e311efc53370bad41c302.jpg\",\"location\":\"Moraine Lake, Alberta\",\"created_at\":\"2021-11-17 10:16:31\",\"updated_at\":\"2022-01-01 08:54:54\",\"type_id\":3}', 3, 10.00, '2022-01-08 06:54:06', '2022-01-08 06:54:06', 7),
(20, 100007, 1, 12.00, '{\"id\":1,\"name\":\"Nutritious fruit meal in china\",\"description\":\"<p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">This&nbsp;five red bases, two are dedicated to salami (fennel and regular), and there&#39;s a classic capricciosa or beef carpaccio. Blanco options include a mushroom, and a four-cheese extravaganza featuring great lobes of a tangy fior di latte they make in house every day (more on this later). Classic, precise, good.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">I think it&#39;s still better to think of this venue not as a pizzeria, but as Pizza, by Di Stasio.<\\/p><p style=\\\"box-sizing: border-box; margin-top: 0px; margin-bottom: 1em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; font-size: 17px; line-height: inherit; font-family: Karla, Helvetica, Arial, Verdana, sans-serif; vertical-align: baseline; color: rgb(38, 38, 38); white-space: normal; background-color: rgb(255, 255, 255);\\\">Rinaldo Di Stasio and Mallory Wall&#39;s empire, including the original restaurant and bar in St Kilda, Citta and now Carlton, is a designer label for dining.<\\/p><p><br\\/><\\/p>\",\"price\":12,\"stars\":4,\"people\":5,\"selected_people\":5,\"img\":\"images\\/ea9367e8a16f1d3e41d4a3ae9af2baff.png\",\"location\":\"Canada, British Columbia\",\"created_at\":\"2021-11-17 10:09:08\",\"updated_at\":\"2022-01-01 08:27:22\",\"type_id\":2}', 2, 10.00, '2022-01-08 15:06:48', '2022-01-08 15:06:48', 7);

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

--
-- Tablo için tablo yapısı `password_resets`
--

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

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

--
-- Tablo için tablo yapısı `personal_access_tokens`
--

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

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

--
-- Tablo için tablo yapısı `users`
--

CREATE TABLE `users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `f_name` varchar(255) NOT NULL,
  `phone` varchar(20) NOT NULL,
  `email` varchar(255) NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `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,
  `order_count` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Tablo döküm verisi `users`
--

INSERT INTO `users` (`id`, `f_name`, `phone`, `email`, `status`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`, `order_count`) VALUES
(11, 'Ertan', '123456789', 'e@e.com', 1, NULL, '$2y$12$z9Ad8N8oNjG0URt9hBYeKeLUpN7OPHdF375tsE3dfsI3MMGoAWppW', NULL, '2024-09-16 16:40:43', '2024-09-16 16:40:43', 0),
(12, 'Ertan Hoca', '05336352796', 'ertanozetken@hotmail.com', 1, NULL, '$2y$12$9YgapqRBYShGQXKts5s.yO87R5.YVxQGHAfVxdDrkSeuk4Ui1T9uS', NULL, '2024-09-17 14:15:21', '2024-09-17 14:15:21', 0),
(13, 'Ertanozetken', '5336352796', 'ert@e.com', 1, NULL, '$2y$12$gkAVVmfwA1WBH2DYKc72wOaLzk9ZWFArlDMdFgZDB0XVi6p68dG0m', NULL, '2024-09-26 14:14:46', '2024-09-26 14:14:46', 0);

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

--
-- Tablo için tablo yapısı `zones`
--

CREATE TABLE `zones` (
  `id` bigint(100) NOT NULL,
  `name` varchar(255) NOT NULL,
  `coordinates` polygon NOT NULL,
  `status` tinyint(50) NOT NULL DEFAULT 1,
  `created_at` timestamp(6) NULL DEFAULT NULL,
  `updated_at` timestamp(6) NULL DEFAULT NULL,
  `restaurant_wise_topic` varchar(255) DEFAULT NULL,
  `customer_wise_topic` varchar(255) DEFAULT NULL,
  `deliveryman_wise_topic` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dökümü yapılmış tablolar için indeksler
--

--
-- Tablo için indeksler `admin_menu`
--
ALTER TABLE `admin_menu`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `admin_operation_log`
--
ALTER TABLE `admin_operation_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `admin_operation_log_user_id_index` (`user_id`);

--
-- Tablo için indeksler `admin_permissions`
--
ALTER TABLE `admin_permissions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `admin_permissions_name_unique` (`name`),
  ADD UNIQUE KEY `admin_permissions_slug_unique` (`slug`);

--
-- Tablo için indeksler `admin_roles`
--
ALTER TABLE `admin_roles`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `admin_roles_name_unique` (`name`),
  ADD UNIQUE KEY `admin_roles_slug_unique` (`slug`);

--
-- Tablo için indeksler `admin_role_menu`
--
ALTER TABLE `admin_role_menu`
  ADD KEY `admin_role_menu_role_id_menu_id_index` (`role_id`,`menu_id`);

--
-- Tablo için indeksler `admin_role_permissions`
--
ALTER TABLE `admin_role_permissions`
  ADD KEY `admin_role_permissions_role_id_permission_id_index` (`role_id`,`permission_id`);

--
-- Tablo için indeksler `admin_role_users`
--
ALTER TABLE `admin_role_users`
  ADD KEY `admin_role_users_role_id_user_id_index` (`role_id`,`user_id`);

--
-- Tablo için indeksler `admin_users`
--
ALTER TABLE `admin_users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `admin_users_username_unique` (`username`);

--
-- Tablo için indeksler `admin_user_permissions`
--
ALTER TABLE `admin_user_permissions`
  ADD KEY `admin_user_permissions_user_id_permission_id_index` (`user_id`,`permission_id`);

--
-- Tablo için indeksler `customer_addresses`
--
ALTER TABLE `customer_addresses`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `failed_jobs`
--
ALTER TABLE `failed_jobs`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`);

--
-- Tablo için indeksler `food-shop.sessions`
--
ALTER TABLE `food-shop.sessions`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `foods`
--
ALTER TABLE `foods`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `food_types`
--
ALTER TABLE `food_types`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `migrations`
--
ALTER TABLE `migrations`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `oauth_access_tokens`
--
ALTER TABLE `oauth_access_tokens`
  ADD PRIMARY KEY (`id`),
  ADD KEY `oauth_access_tokens_user_id_index` (`user_id`);

--
-- Tablo için indeksler `oauth_auth_codes`
--
ALTER TABLE `oauth_auth_codes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `oauth_auth_codes_user_id_index` (`user_id`);

--
-- Tablo için indeksler `oauth_clients`
--
ALTER TABLE `oauth_clients`
  ADD PRIMARY KEY (`id`),
  ADD KEY `oauth_clients_user_id_index` (`user_id`);

--
-- Tablo için indeksler `oauth_personal_access_clients`
--
ALTER TABLE `oauth_personal_access_clients`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `oauth_refresh_tokens`
--
ALTER TABLE `oauth_refresh_tokens`
  ADD PRIMARY KEY (`id`),
  ADD KEY `oauth_refresh_tokens_access_token_id_index` (`access_token_id`);

--
-- Tablo için indeksler `orders`
--
ALTER TABLE `orders`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `order_details`
--
ALTER TABLE `order_details`
  ADD PRIMARY KEY (`id`);

--
-- Tablo için indeksler `password_resets`
--
ALTER TABLE `password_resets`
  ADD KEY `password_resets_email_index` (`email`);

--
-- Tablo için indeksler `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`),
  ADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`);

--
-- Tablo için indeksler `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `users_email_unique` (`email`);

--
-- Tablo için indeksler `zones`
--
ALTER TABLE `zones`
  ADD PRIMARY KEY (`id`);

--
-- Dökümü yapılmış tablolar için AUTO_INCREMENT değeri
--

--
-- Tablo için AUTO_INCREMENT değeri `admin_menu`
--
ALTER TABLE `admin_menu`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- Tablo için AUTO_INCREMENT değeri `admin_operation_log`
--
ALTER TABLE `admin_operation_log`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=619;

--
-- Tablo için AUTO_INCREMENT değeri `admin_permissions`
--
ALTER TABLE `admin_permissions`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- Tablo için AUTO_INCREMENT değeri `admin_roles`
--
ALTER TABLE `admin_roles`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `admin_users`
--
ALTER TABLE `admin_users`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `customer_addresses`
--
ALTER TABLE `customer_addresses`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=191;

--
-- Tablo için AUTO_INCREMENT değeri `failed_jobs`
--
ALTER TABLE `failed_jobs`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `food-shop.sessions`
--
ALTER TABLE `food-shop.sessions`
  MODIFY `id` int(80) NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `foods`
--
ALTER TABLE `foods`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- Tablo için AUTO_INCREMENT değeri `food_types`
--
ALTER TABLE `food_types`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- Tablo için AUTO_INCREMENT değeri `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- Tablo için AUTO_INCREMENT değeri `oauth_clients`
--
ALTER TABLE `oauth_clients`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `oauth_personal_access_clients`
--
ALTER TABLE `oauth_personal_access_clients`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- Tablo için AUTO_INCREMENT değeri `orders`
--
ALTER TABLE `orders`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=100023;

--
-- Tablo için AUTO_INCREMENT değeri `order_details`
--
ALTER TABLE `order_details`
  MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;

--
-- Tablo için AUTO_INCREMENT değeri `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- Tablo için AUTO_INCREMENT değeri `users`
--
ALTER TABLE `users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- Tablo için AUTO_INCREMENT değeri `zones`
--
ALTER TABLE `zones`
  MODIFY `id` bigint(100) NOT NULL AUTO_INCREMENT;
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 */;
