-- MySQL dump 10.13  Distrib 9.4.0, for macos15.4 (arm64)
--
-- Host: localhost    Database: wh_kurumsal
-- ------------------------------------------------------
-- Server version	9.4.0

/*!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 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `accounting_ledger_entries`
--

DROP TABLE IF EXISTS `accounting_ledger_entries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `accounting_ledger_entries` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `customer_id` bigint unsigned DEFAULT NULL,
  `date` date NOT NULL,
  `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `amount` decimal(10,2) NOT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `reference_id` bigint unsigned DEFAULT NULL,
  `reference_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `invoice_id` bigint unsigned DEFAULT NULL,
  `payment_id` bigint unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `accounting_ledger_entries_date_index` (`date`),
  KEY `accounting_ledger_entries_type_index` (`type`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `accounting_ledger_entries`
--

LOCK TABLES `accounting_ledger_entries` WRITE;
/*!40000 ALTER TABLE `accounting_ledger_entries` DISABLE KEYS */;
/*!40000 ALTER TABLE `accounting_ledger_entries` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cache` (
  `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `expiration` int NOT NULL,
  PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cache`
--

LOCK TABLES `cache` WRITE;
/*!40000 ALTER TABLE `cache` DISABLE KEYS */;
INSERT INTO `cache` VALUES ('laravel-cache-dashboard.invoiceStats','a:7:{s:15:\"issuedThisMonth\";d:21125.02;s:13:\"paidThisMonth\";d:13085.02;s:16:\"pendingThisMonth\";d:8040;s:12:\"overdueCount\";i:0;s:9:\"sentCount\";i:1;s:12:\"totalRevenue\";d:13085.02;s:14:\"currencySymbol\";s:3:\"₺\";}',1756574581),('laravel-cache-dashboard.revenueSeries.12m','O:29:\"Illuminate\\Support\\Collection\":2:{s:8:\"\0*\0items\";a:11:{s:7:\"2024-09\";i:0;s:7:\"2024-10\";i:0;s:7:\"2024-11\";i:0;s:7:\"2024-12\";i:0;s:7:\"2025-01\";i:0;s:7:\"2025-03\";i:0;s:7:\"2025-04\";i:0;s:7:\"2025-05\";i:0;s:7:\"2025-06\";i:0;s:7:\"2025-07\";i:0;s:7:\"2025-08\";d:13085.02;}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}',1756574581),('laravel-cache-dashboard.totals','a:6:{s:9:\"customers\";i:1;s:15:\"activeCustomers\";i:1;s:9:\"providers\";i:1;s:8:\"services\";i:4;s:14:\"activeServices\";i:4;s:15:\"expiredServices\";i:0;}',1756574581),('laravel-cache-mrr_by_type','a:3:{s:6:\"domain\";d:0;s:7:\"hosting\";d:132.42;s:5:\"email\";d:0;}',1756576081),('laravel-cache-mrr_current','a:2:{s:9:\"total_mrr\";d:132.416667;s:13:\"calculated_at\";s:27:\"2025-08-30T17:18:01.525622Z\";}',1756576081),('laravel-cache-setting.cache_enabled','s:1:\"1\";',1756577775),('laravel-cache-setting.content_security_policy','s:1:\"1\";',1756577881),('laravel-cache-setting.content_type_options','s:7:\"nosniff\";',1756577881),('laravel-cache-setting.csp_policy','s:290:\"default-src \'self\'; script-src \'self\' \'unsafe-inline\' \'unsafe-eval\'; style-src \'self\' \'unsafe-inline\' https://fonts.googleapis.com; img-src \'self\' data: https:; font-src \'self\' data: https://fonts.gstatic.com; connect-src \'self\'; frame-ancestors \'none\'; base-uri \'self\'; form-action \'self\';\";',1756577881),('laravel-cache-setting.currency_symbol','s:3:\"₺\";',1756577881),('laravel-cache-setting.date_format','s:5:\"d.m.Y\";',1756577775),('laravel-cache-setting.frame_options','s:4:\"DENY\";',1756577881),('laravel-cache-setting.hsts_enabled','b:1;',1756577881),('laravel-cache-setting.hsts_max_age','i:31536000;',1756577881),('laravel-cache-setting.http_only_cookies','s:1:\"1\";',1756577775),('laravel-cache-setting.https_required','s:1:\"0\";',1756577775),('laravel-cache-setting.locale','s:2:\"tr\";',1756577775),('laravel-cache-setting.log_level','s:4:\"info\";',1756577775),('laravel-cache-setting.mail_encryption','s:3:\"tls\";',1756577775),('laravel-cache-setting.mail_from_address','s:19:\"info@whkurumsal.com\";',1756577775),('laravel-cache-setting.mail_from_name','s:11:\"WH Kurumsal\";',1756577775),('laravel-cache-setting.mail_host','s:14:\"smtp.gmail.com\";',1756577774),('laravel-cache-setting.mail_mailer','s:4:\"smtp\";',1756577774),('laravel-cache-setting.mail_password','s:0:\"\";',1756577775),('laravel-cache-setting.mail_port','s:3:\"587\";',1756577774),('laravel-cache-setting.mail_username','s:0:\"\";',1756577774),('laravel-cache-setting.maintenance_mode','s:1:\"0\";',1756577775),('laravel-cache-setting.permissions_policy','s:589:\"geolocation=(), microphone=(), camera=(), payment=(), usb=(), magnetometer=(), gyroscope=(), accelerometer=(), ambient-light-sensor=(), autoplay=(), encrypted-media=(), fullscreen=(), picture-in-picture=(), publickey-credentials-get=(), sync-xhr=(), clipboard-read=(), clipboard-write=(), display-capture=(), document-domain=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), focus-without-user-activation=(), cross-origin-isolated=(), identity-credentials-get=(), payment=(), publickey-credentials-create=(), screen-wake-lock=(), web-share=(), xr-spatial-tracking=()\";',1756577881),('laravel-cache-setting.referrer_policy','s:31:\"strict-origin-when-cross-origin\";',1756577881),('laravel-cache-setting.same_site_policy','s:3:\"lax\";',1756577775),('laravel-cache-setting.secure_cookies','s:1:\"1\";',1756577775),('laravel-cache-setting.session_timeout','s:3:\"120\";',1756577775),('laravel-cache-setting.site_favicon','s:53:\"settings/kGIvya3iXs5DkttvwG6I2lNffwTiHPVzMDe7mmYN.png\";',1756577881),('laravel-cache-setting.site_logo','s:53:\"settings/zJu6utki0ojXBdInUEPZ8bKBuqbpIkNRF5FXJOuq.png\";',1756577881),('laravel-cache-setting.site_name','s:11:\"WH Kurumsal\";',1756577881),('laravel-cache-setting.time_format','s:3:\"H:i\";',1756577775),('laravel-cache-setting.timezone','s:15:\"Europe/Istanbul\";',1756577775),('laravel-cache-setting.xss_protection','s:1:\"1\";',1756577881),('laravel-cache-settings.group.advanced','O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:7:{s:18:\"notification_sound\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:89;s:3:\"key\";s:18:\"notification_sound\";s:5:\"group\";s:8:\"advanced\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:13:\"Bildirim Sesi\";s:11:\"description\";s:26:\"Bildirimlerde ses çalsın\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:89;s:3:\"key\";s:18:\"notification_sound\";s:5:\"group\";s:8:\"advanced\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:13:\"Bildirim Sesi\";s:11:\"description\";s:26:\"Bildirimlerde ses çalsın\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:11:\"api_enabled\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:90;s:3:\"key\";s:11:\"api_enabled\";s:5:\"group\";s:8:\"advanced\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:9:\"API Aktif\";s:11:\"description\";s:20:\"REST API aktif olsun\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:90;s:3:\"key\";s:11:\"api_enabled\";s:5:\"group\";s:8:\"advanced\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:9:\"API Aktif\";s:11:\"description\";s:20:\"REST API aktif olsun\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:14:\"api_rate_limit\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:91;s:3:\"key\";s:14:\"api_rate_limit\";s:5:\"group\";s:8:\"advanced\";s:5:\"value\";s:3:\"100\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:15:\"API Hız Limiti\";s:11:\"description\";s:29:\"Dakikada maksimum API isteği\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:91;s:3:\"key\";s:14:\"api_rate_limit\";s:5:\"group\";s:8:\"advanced\";s:5:\"value\";s:3:\"100\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:15:\"API Hız Limiti\";s:11:\"description\";s:29:\"Dakikada maksimum API isteği\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:19:\"api_key_expiry_days\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:92;s:3:\"key\";s:19:\"api_key_expiry_days\";s:5:\"group\";s:8:\"advanced\";s:5:\"value\";s:3:\"365\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:30:\"API Anahtar Geçerlilik (Gün)\";s:11:\"description\";s:40:\"API anahtarlarının geçerlilik süresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:92;s:3:\"key\";s:19:\"api_key_expiry_days\";s:5:\"group\";s:8:\"advanced\";s:5:\"value\";s:3:\"365\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:30:\"API Anahtar Geçerlilik (Gün)\";s:11:\"description\";s:40:\"API anahtarlarının geçerlilik süresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:15:\"webhook_enabled\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:93;s:3:\"key\";s:15:\"webhook_enabled\";s:5:\"group\";s:8:\"advanced\";s:5:\"value\";s:1:\"0\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:13:\"Webhook Aktif\";s:11:\"description\";s:32:\"Webhook bildirimleri aktif olsun\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:93;s:3:\"key\";s:15:\"webhook_enabled\";s:5:\"group\";s:8:\"advanced\";s:5:\"value\";s:1:\"0\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:13:\"Webhook Aktif\";s:11:\"description\";s:32:\"Webhook bildirimleri aktif olsun\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:11:\"webhook_url\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:94;s:3:\"key\";s:11:\"webhook_url\";s:5:\"group\";s:8:\"advanced\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:11:\"Webhook URL\";s:11:\"description\";s:30:\"Webhook bildirimleri için URL\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:94;s:3:\"key\";s:11:\"webhook_url\";s:5:\"group\";s:8:\"advanced\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:11:\"Webhook URL\";s:11:\"description\";s:30:\"Webhook bildirimleri için URL\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:14:\"webhook_secret\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:95;s:3:\"key\";s:14:\"webhook_secret\";s:5:\"group\";s:8:\"advanced\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:21:\"Webhook Gizli Anahtar\";s:11:\"description\";s:38:\"Webhook doğrulama için gizli anahtar\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:95;s:3:\"key\";s:14:\"webhook_secret\";s:5:\"group\";s:8:\"advanced\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:21:\"Webhook Gizli Anahtar\";s:11:\"description\";s:38:\"Webhook doğrulama için gizli anahtar\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}',1756577910),('laravel-cache-settings.group.email','O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:13:{s:11:\"mail_mailer\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:73;s:3:\"key\";s:11:\"mail_mailer\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:4:\"smtp\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:18:\"E-posta Gönderici\";s:11:\"description\";s:26:\"E-posta gönderim yöntemi\";s:7:\"options\";s:81:\"{\"log\": \"Log (Test)\", \"mail\": \"PHP Mail\", \"smtp\": \"SMTP\", \"sendmail\": \"Sendmail\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:73;s:3:\"key\";s:11:\"mail_mailer\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:4:\"smtp\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:18:\"E-posta Gönderici\";s:11:\"description\";s:26:\"E-posta gönderim yöntemi\";s:7:\"options\";s:81:\"{\"log\": \"Log (Test)\", \"mail\": \"PHP Mail\", \"smtp\": \"SMTP\", \"sendmail\": \"Sendmail\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:9:\"mail_host\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:74;s:3:\"key\";s:9:\"mail_host\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:14:\"smtp.gmail.com\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:11:\"SMTP Sunucu\";s:11:\"description\";s:18:\"SMTP sunucu adresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:74;s:3:\"key\";s:9:\"mail_host\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:14:\"smtp.gmail.com\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:11:\"SMTP Sunucu\";s:11:\"description\";s:18:\"SMTP sunucu adresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:9:\"mail_port\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:75;s:3:\"key\";s:9:\"mail_port\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:3:\"587\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:9:\"SMTP Port\";s:11:\"description\";s:19:\"SMTP port numarası\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:75;s:3:\"key\";s:9:\"mail_port\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:3:\"587\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:9:\"SMTP Port\";s:11:\"description\";s:19:\"SMTP port numarası\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:13:\"mail_username\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:76;s:3:\"key\";s:13:\"mail_username\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:21:\"SMTP Kullanıcı Adı\";s:11:\"description\";s:21:\"SMTP kullanıcı adı\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:76;s:3:\"key\";s:13:\"mail_username\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:21:\"SMTP Kullanıcı Adı\";s:11:\"description\";s:21:\"SMTP kullanıcı adı\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:13:\"mail_password\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:77;s:3:\"key\";s:13:\"mail_password\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:11:\"SMTP Şifre\";s:11:\"description\";s:13:\"SMTP şifresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:77;s:3:\"key\";s:13:\"mail_password\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:11:\"SMTP Şifre\";s:11:\"description\";s:13:\"SMTP şifresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:15:\"mail_encryption\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:78;s:3:\"key\";s:15:\"mail_encryption\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:3:\"tls\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:15:\"SMTP Şifreleme\";s:11:\"description\";s:28:\"SMTP bağlantı şifrelemesi\";s:7:\"options\";s:43:\"{\"ssl\": \"SSL\", \"tls\": \"TLS\", \"none\": \"Yok\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:78;s:3:\"key\";s:15:\"mail_encryption\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:3:\"tls\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:15:\"SMTP Şifreleme\";s:11:\"description\";s:28:\"SMTP bağlantı şifrelemesi\";s:7:\"options\";s:43:\"{\"ssl\": \"SSL\", \"tls\": \"TLS\", \"none\": \"Yok\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:17:\"mail_from_address\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:79;s:3:\"key\";s:17:\"mail_from_address\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:19:\"info@whkurumsal.com\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:17:\"Gönderen E-posta\";s:11:\"description\";s:24:\"Gönderen e-posta adresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:79;s:3:\"key\";s:17:\"mail_from_address\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:19:\"info@whkurumsal.com\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:17:\"Gönderen E-posta\";s:11:\"description\";s:24:\"Gönderen e-posta adresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:14:\"mail_from_name\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:80;s:3:\"key\";s:14:\"mail_from_name\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:11:\"WH Kurumsal\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"Gönderen Adı\";s:11:\"description\";s:14:\"Gönderen adı\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:80;s:3:\"key\";s:14:\"mail_from_name\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:11:\"WH Kurumsal\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"Gönderen Adı\";s:11:\"description\";s:14:\"Gönderen adı\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:13:\"mail_reply_to\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:81;s:3:\"key\";s:13:\"mail_reply_to\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:21:\"destek@whkurumsal.com\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:14:\"Yanıt E-posta\";s:11:\"description\";s:27:\"Yanıt için e-posta adresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:81;s:3:\"key\";s:13:\"mail_reply_to\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:21:\"destek@whkurumsal.com\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:14:\"Yanıt E-posta\";s:11:\"description\";s:27:\"Yanıt için e-posta adresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:14:\"mail_signature\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:82;s:3:\"key\";s:14:\"mail_signature\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:17:\"WH Kurumsal Ekibi\";s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:16:\"E-posta İmzası\";s:11:\"description\";s:31:\"E-postalarda kullanılacak imza\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:82;s:3:\"key\";s:14:\"mail_signature\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:17:\"WH Kurumsal Ekibi\";s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:16:\"E-posta İmzası\";s:11:\"description\";s:31:\"E-postalarda kullanılacak imza\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:18:\"mail_queue_enabled\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:83;s:3:\"key\";s:18:\"mail_queue_enabled\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:1:\"0\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:16:\"E-posta Kuyruğu\";s:11:\"description\";s:31:\"E-postaları kuyruk ile gönder\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:83;s:3:\"key\";s:18:\"mail_queue_enabled\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:1:\"0\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:16:\"E-posta Kuyruğu\";s:11:\"description\";s:31:\"E-postaları kuyruk ile gönder\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:16:\"mail_max_retries\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:84;s:3:\"key\";s:16:\"mail_max_retries\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:1:\"3\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:23:\"Maksimum Yeniden Deneme\";s:11:\"description\";s:53:\"Başarısız e-postalar için yeniden deneme sayısı\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:84;s:3:\"key\";s:16:\"mail_max_retries\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:1:\"3\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:23:\"Maksimum Yeniden Deneme\";s:11:\"description\";s:53:\"Başarısız e-postalar için yeniden deneme sayısı\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:19:\"email_notifications\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:86;s:3:\"key\";s:19:\"email_notifications\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:20:\"E-posta Bildirimleri\";s:11:\"description\";s:28:\"E-posta ile bildirim gönder\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:86;s:3:\"key\";s:19:\"email_notifications\";s:5:\"group\";s:5:\"email\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:20:\"E-posta Bildirimleri\";s:11:\"description\";s:28:\"E-posta ile bildirim gönder\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}',1756577910),('laravel-cache-settings.group.financial','O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:12:{s:15:\"currency_symbol\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:6;s:3:\"key\";s:15:\"currency_symbol\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:3:\"₺\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Para Birimi Sembolü\";s:11:\"description\";s:20:\"Para birimi sembolü\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-28 23:30:33\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:6;s:3:\"key\";s:15:\"currency_symbol\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:3:\"₺\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:20:\"Para Birimi Sembolü\";s:11:\"description\";s:20:\"Para birimi sembolü\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-28 23:30:33\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:8:\"tax_rate\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:7;s:3:\"key\";s:8:\"tax_rate\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:2:\"18\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:14:\"KDV Oranı (%)\";s:11:\"description\";s:22:\"Varsayılan KDV oranı\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-28 23:30:33\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:7;s:3:\"key\";s:8:\"tax_rate\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:2:\"18\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:14:\"KDV Oranı (%)\";s:11:\"description\";s:22:\"Varsayılan KDV oranı\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-28 23:30:33\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:14:\"invoice_prefix\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:8;s:3:\"key\";s:14:\"invoice_prefix\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:3:\"INV\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Fatura Öneki\";s:11:\"description\";s:30:\"Fatura numaraları için önek\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-28 23:30:33\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:8;s:3:\"key\";s:14:\"invoice_prefix\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:3:\"INV\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Fatura Öneki\";s:11:\"description\";s:30:\"Fatura numaraları için önek\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-28 23:30:33\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:12:\"quote_prefix\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:9;s:3:\"key\";s:12:\"quote_prefix\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:3:\"QUO\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Teklif Öneki\";s:11:\"description\";s:30:\"Teklif numaraları için önek\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-28 23:30:33\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:9;s:3:\"key\";s:12:\"quote_prefix\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:3:\"QUO\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Teklif Öneki\";s:11:\"description\";s:30:\"Teklif numaraları için önek\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-28 23:30:33\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:8:\"currency\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:32;s:3:\"key\";s:8:\"currency\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:3:\"TRY\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:11:\"Para Birimi\";s:11:\"description\";s:15:\"Ana para birimi\";s:7:\"options\";s:66:\"{\"EUR\": \"Euro\", \"TRY\": \"Türk Lirası\", \"USD\": \"Amerikan Doları\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:32;s:3:\"key\";s:8:\"currency\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:3:\"TRY\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:11:\"Para Birimi\";s:11:\"description\";s:15:\"Ana para birimi\";s:7:\"options\";s:66:\"{\"EUR\": \"Euro\", \"TRY\": \"Türk Lirası\", \"USD\": \"Amerikan Doları\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:10:\"tax_number\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:34;s:3:\"key\";s:10:\"tax_number\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:10:\"1234567890\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:15:\"Vergi Numarası\";s:11:\"description\";s:23:\"Şirket vergi numarası\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:34;s:3:\"key\";s:10:\"tax_number\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:10:\"1234567890\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:15:\"Vergi Numarası\";s:11:\"description\";s:23:\"Şirket vergi numarası\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:9:\"bank_name\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:35;s:3:\"key\";s:9:\"bank_name\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:22:\"Türkiye İş Bankası\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"Banka Adı\";s:11:\"description\";s:14:\"Ana banka adı\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:35;s:3:\"key\";s:9:\"bank_name\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:22:\"Türkiye İş Bankası\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"Banka Adı\";s:11:\"description\";s:14:\"Ana banka adı\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:9:\"bank_iban\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:36;s:3:\"key\";s:9:\"bank_iban\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:32:\"TR33 0006 4000 0001 2345 6789 01\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"Banka IBAN\";s:11:\"description\";s:20:\"Banka IBAN numarası\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:36;s:3:\"key\";s:9:\"bank_iban\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:32:\"TR33 0006 4000 0001 2345 6789 01\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"Banka IBAN\";s:11:\"description\";s:20:\"Banka IBAN numarası\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:19:\"bank_account_number\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:37;s:3:\"key\";s:19:\"bank_account_number\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:10:\"1234567890\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"Banka Hesap No\";s:11:\"description\";s:21:\"Banka hesap numarası\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:37;s:3:\"key\";s:19:\"bank_account_number\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:10:\"1234567890\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"Banka Hesap No\";s:11:\"description\";s:21:\"Banka hesap numarası\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:15:\"payment_methods\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:38;s:3:\"key\";s:15:\"payment_methods\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:38:\"[\"bank_transfer\",\"credit_card\",\"cash\"]\";s:4:\"type\";s:4:\"json\";s:5:\"label\";s:18:\"Ödeme Yöntemleri\";s:11:\"description\";s:31:\"Kabul edilen ödeme yöntemleri\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:38;s:3:\"key\";s:15:\"payment_methods\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:38:\"[\"bank_transfer\",\"credit_card\",\"cash\"]\";s:4:\"type\";s:4:\"json\";s:5:\"label\";s:18:\"Ödeme Yöntemleri\";s:11:\"description\";s:31:\"Kabul edilen ödeme yöntemleri\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:20:\"invoice_start_number\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:39;s:3:\"key\";s:20:\"invoice_start_number\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:4:\"1000\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:22:\"Fatura Başlangıç No\";s:11:\"description\";s:39:\"Fatura numaraları başlangıç değeri\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:39;s:3:\"key\";s:20:\"invoice_start_number\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:4:\"1000\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:22:\"Fatura Başlangıç No\";s:11:\"description\";s:39:\"Fatura numaraları başlangıç değeri\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:18:\"quote_start_number\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:40;s:3:\"key\";s:18:\"quote_start_number\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:4:\"1000\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:22:\"Teklif Başlangıç No\";s:11:\"description\";s:39:\"Teklif numaraları başlangıç değeri\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:40;s:3:\"key\";s:18:\"quote_start_number\";s:5:\"group\";s:9:\"financial\";s:5:\"value\";s:4:\"1000\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:22:\"Teklif Başlangıç No\";s:11:\"description\";s:39:\"Teklif numaraları başlangıç değeri\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}',1756577910),('laravel-cache-settings.group.security','O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:17:{s:19:\"password_min_length\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:43;s:3:\"key\";s:19:\"password_min_length\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"8\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:24:\"Minimum Şifre Uzunluğu\";s:11:\"description\";s:41:\"Şifreler için minimum karakter sayısı\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:43;s:3:\"key\";s:19:\"password_min_length\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"8\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:24:\"Minimum Şifre Uzunluğu\";s:11:\"description\";s:41:\"Şifreler için minimum karakter sayısı\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:26:\"password_require_uppercase\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:44;s:3:\"key\";s:26:\"password_require_uppercase\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:20:\"Büyük Harf Zorunlu\";s:11:\"description\";s:38:\"Şifrelerde büyük harf zorunlu olsun\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:44;s:3:\"key\";s:26:\"password_require_uppercase\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:20:\"Büyük Harf Zorunlu\";s:11:\"description\";s:38:\"Şifrelerde büyük harf zorunlu olsun\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:24:\"password_require_numbers\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:45;s:3:\"key\";s:24:\"password_require_numbers\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:13:\"Rakam Zorunlu\";s:11:\"description\";s:31:\"Şifrelerde rakam zorunlu olsun\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:45;s:3:\"key\";s:24:\"password_require_numbers\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:13:\"Rakam Zorunlu\";s:11:\"description\";s:31:\"Şifrelerde rakam zorunlu olsun\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:24:\"password_require_symbols\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:46;s:3:\"key\";s:24:\"password_require_symbols\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"0\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:22:\"Özel Karakter Zorunlu\";s:11:\"description\";s:40:\"Şifrelerde özel karakter zorunlu olsun\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:46;s:3:\"key\";s:24:\"password_require_symbols\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"0\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:22:\"Özel Karakter Zorunlu\";s:11:\"description\";s:40:\"Şifrelerde özel karakter zorunlu olsun\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:20:\"password_expiry_days\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:47;s:3:\"key\";s:20:\"password_expiry_days\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:2:\"90\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:33:\"Şifre Geçerlilik Süresi (Gün)\";s:11:\"description\";s:31:\"Şifrelerin geçerlilik süresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:47;s:3:\"key\";s:20:\"password_expiry_days\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:2:\"90\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:33:\"Şifre Geçerlilik Süresi (Gün)\";s:11:\"description\";s:31:\"Şifrelerin geçerlilik süresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:15:\"session_timeout\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:48;s:3:\"key\";s:15:\"session_timeout\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:3:\"120\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:30:\"Oturum Zaman Aşımı (Dakika)\";s:11:\"description\";s:29:\"Oturum zaman aşımı süresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:48;s:3:\"key\";s:15:\"session_timeout\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:3:\"120\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:30:\"Oturum Zaman Aşımı (Dakika)\";s:11:\"description\";s:29:\"Oturum zaman aşımı süresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:18:\"max_login_attempts\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:49;s:3:\"key\";s:18:\"max_login_attempts\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"5\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:24:\"Maksimum Giriş Denemesi\";s:11:\"description\";s:39:\"Hesap kilitleme öncesi maksimum deneme\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:49;s:3:\"key\";s:18:\"max_login_attempts\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"5\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:24:\"Maksimum Giriş Denemesi\";s:11:\"description\";s:39:\"Hesap kilitleme öncesi maksimum deneme\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:16:\"lockout_duration\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:50;s:3:\"key\";s:16:\"lockout_duration\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:2:\"30\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:32:\"Hesap Kilitleme Süresi (Dakika)\";s:11:\"description\";s:23:\"Hesap kilitleme süresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:50;s:3:\"key\";s:16:\"lockout_duration\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:2:\"30\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:32:\"Hesap Kilitleme Süresi (Dakika)\";s:11:\"description\";s:23:\"Hesap kilitleme süresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:15:\"two_factor_auth\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:51;s:3:\"key\";s:15:\"two_factor_auth\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"0\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:26:\"İki Faktörlü Doğrulama\";s:11:\"description\";s:38:\"İki faktörlü doğrulama aktif olsun\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:51;s:3:\"key\";s:15:\"two_factor_auth\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"0\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:26:\"İki Faktörlü Doğrulama\";s:11:\"description\";s:38:\"İki faktörlü doğrulama aktif olsun\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:11:\"allowed_ips\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:52;s:3:\"key\";s:11:\"allowed_ips\";s:5:\"group\";s:8:\"security\";s:5:\"value\";N;s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:26:\"İzin Verilen IP Adresleri\";s:11:\"description\";s:39:\"Sadece belirli IP adreslerinden erişim\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:52;s:3:\"key\";s:11:\"allowed_ips\";s:5:\"group\";s:8:\"security\";s:5:\"value\";N;s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:26:\"İzin Verilen IP Adresleri\";s:11:\"description\";s:39:\"Sadece belirli IP adreslerinden erişim\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:14:\"secure_cookies\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:53;s:3:\"key\";s:14:\"secure_cookies\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:18:\"Güvenli Çerezler\";s:11:\"description\";s:34:\"HTTPS üzerinden çerez gönderimi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:53;s:3:\"key\";s:14:\"secure_cookies\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:18:\"Güvenli Çerezler\";s:11:\"description\";s:34:\"HTTPS üzerinden çerez gönderimi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:16:\"same_site_policy\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:54;s:3:\"key\";s:16:\"same_site_policy\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:3:\"lax\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:28:\"Same-Site Çerez Politikası\";s:11:\"description\";s:28:\"Çerez same-site politikası\";s:7:\"options\";s:50:\"{\"lax\": \"Lax\", \"none\": \"None\", \"strict\": \"Strict\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:54;s:3:\"key\";s:16:\"same_site_policy\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:3:\"lax\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:28:\"Same-Site Çerez Politikası\";s:11:\"description\";s:28:\"Çerez same-site politikası\";s:7:\"options\";s:50:\"{\"lax\": \"Lax\", \"none\": \"None\", \"strict\": \"Strict\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:17:\"http_only_cookies\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:55;s:3:\"key\";s:17:\"http_only_cookies\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:19:\"HTTP-Only Çerezler\";s:11:\"description\";s:29:\"JavaScript erişimini engelle\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:55;s:3:\"key\";s:17:\"http_only_cookies\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:19:\"HTTP-Only Çerezler\";s:11:\"description\";s:29:\"JavaScript erişimini engelle\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:14:\"https_required\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:56;s:3:\"key\";s:14:\"https_required\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"0\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:13:\"HTTPS Zorunlu\";s:11:\"description\";s:30:\"Tüm bağlantılar HTTPS olsun\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:56;s:3:\"key\";s:14:\"https_required\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"0\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:13:\"HTTPS Zorunlu\";s:11:\"description\";s:30:\"Tüm bağlantılar HTTPS olsun\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:15:\"csrf_protection\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:57;s:3:\"key\";s:15:\"csrf_protection\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:14:\"CSRF Koruması\";s:11:\"description\";s:26:\"CSRF token koruması aktif\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:57;s:3:\"key\";s:15:\"csrf_protection\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:14:\"CSRF Koruması\";s:11:\"description\";s:26:\"CSRF token koruması aktif\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:14:\"xss_protection\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:58;s:3:\"key\";s:14:\"xss_protection\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:13:\"XSS Koruması\";s:11:\"description\";s:19:\"XSS koruması aktif\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:58;s:3:\"key\";s:14:\"xss_protection\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:13:\"XSS Koruması\";s:11:\"description\";s:19:\"XSS koruması aktif\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:23:\"content_security_policy\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:59;s:3:\"key\";s:23:\"content_security_policy\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:15:\"CSP Politikası\";s:11:\"description\";s:29:\"Content Security Policy aktif\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:59;s:3:\"key\";s:23:\"content_security_policy\";s:5:\"group\";s:8:\"security\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:15:\"CSP Politikası\";s:11:\"description\";s:29:\"Content Security Policy aktif\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}',1756577910),('laravel-cache-settings.group.site','O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:17:{s:9:\"site_name\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:15;s:3:\"key\";s:9:\"site_name\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:11:\"WH Kurumsal\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Site Adı\";s:11:\"description\";s:24:\"Sitenizin görünen adı\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:05\";s:10:\"updated_at\";s:19:\"2025-08-29 21:08:57\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:15;s:3:\"key\";s:9:\"site_name\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:11:\"WH Kurumsal\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Site Adı\";s:11:\"description\";s:24:\"Sitenizin görünen adı\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:05\";s:10:\"updated_at\";s:19:\"2025-08-29 21:08:57\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:16:\"site_description\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:16;s:3:\"key\";s:16:\"site_description\";s:5:\"group\";s:4:\"site\";s:5:\"value\";N;s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:18:\"Site Açıklaması\";s:11:\"description\";s:28:\"Sitenizin meta açıklaması\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:05\";s:10:\"updated_at\";s:19:\"2025-08-29 21:05:49\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:16;s:3:\"key\";s:16:\"site_description\";s:5:\"group\";s:4:\"site\";s:5:\"value\";N;s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:18:\"Site Açıklaması\";s:11:\"description\";s:28:\"Sitenizin meta açıklaması\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:05\";s:10:\"updated_at\";s:19:\"2025-08-29 21:05:49\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:13:\"site_keywords\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:17;s:3:\"key\";s:13:\"site_keywords\";s:5:\"group\";s:4:\"site\";s:5:\"value\";N;s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:23:\"Site Anahtar Kelimeleri\";s:11:\"description\";s:27:\"SEO için anahtar kelimeler\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:05\";s:10:\"updated_at\";s:19:\"2025-08-29 21:05:49\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:17;s:3:\"key\";s:13:\"site_keywords\";s:5:\"group\";s:4:\"site\";s:5:\"value\";N;s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:23:\"Site Anahtar Kelimeleri\";s:11:\"description\";s:27:\"SEO için anahtar kelimeler\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:05\";s:10:\"updated_at\";s:19:\"2025-08-29 21:05:49\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:9:\"site_logo\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:18;s:3:\"key\";s:9:\"site_logo\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:53:\"settings/zJu6utki0ojXBdInUEPZ8bKBuqbpIkNRF5FXJOuq.png\";s:4:\"type\";s:4:\"file\";s:5:\"label\";s:9:\"Site Logo\";s:11:\"description\";s:28:\"Ana logo dosyası (PNG, JPG)\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:05\";s:10:\"updated_at\";s:19:\"2025-08-29 21:05:49\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:18;s:3:\"key\";s:9:\"site_logo\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:53:\"settings/zJu6utki0ojXBdInUEPZ8bKBuqbpIkNRF5FXJOuq.png\";s:4:\"type\";s:4:\"file\";s:5:\"label\";s:9:\"Site Logo\";s:11:\"description\";s:28:\"Ana logo dosyası (PNG, JPG)\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:05\";s:10:\"updated_at\";s:19:\"2025-08-29 21:05:49\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:12:\"site_favicon\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:19;s:3:\"key\";s:12:\"site_favicon\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:53:\"settings/kGIvya3iXs5DkttvwG6I2lNffwTiHPVzMDe7mmYN.png\";s:4:\"type\";s:4:\"file\";s:5:\"label\";s:12:\"Site Favicon\";s:11:\"description\";s:27:\"Favicon dosyası (ICO, PNG)\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 21:06:13\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:19;s:3:\"key\";s:12:\"site_favicon\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:53:\"settings/kGIvya3iXs5DkttvwG6I2lNffwTiHPVzMDe7mmYN.png\";s:4:\"type\";s:4:\"file\";s:5:\"label\";s:12:\"Site Favicon\";s:11:\"description\";s:27:\"Favicon dosyası (ICO, PNG)\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 21:06:13\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:10:\"site_theme\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:20;s:3:\"key\";s:10:\"site_theme\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:7:\"default\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:12:\"Site Teması\";s:11:\"description\";s:18:\"Kullanılacak tema\";s:7:\"options\";s:71:\"{\"dark\": \"Koyu Tema\", \"light\": \"Açık Tema\", \"default\": \"Varsayılan\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:20;s:3:\"key\";s:10:\"site_theme\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:7:\"default\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:12:\"Site Teması\";s:11:\"description\";s:18:\"Kullanılacak tema\";s:7:\"options\";s:71:\"{\"dark\": \"Koyu Tema\", \"light\": \"Açık Tema\", \"default\": \"Varsayılan\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:13:\"contact_email\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:21;s:3:\"key\";s:13:\"contact_email\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:19:\"info@whkurumsal.com\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:18:\"İletişim E-posta\";s:11:\"description\";s:28:\"Ana iletişim e-posta adresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:21;s:3:\"key\";s:13:\"contact_email\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:19:\"info@whkurumsal.com\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:18:\"İletişim E-posta\";s:11:\"description\";s:28:\"Ana iletişim e-posta adresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:13:\"contact_phone\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:22;s:3:\"key\";s:13:\"contact_phone\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:16:\"+90 212 123 4567\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"İletişim Telefon\";s:11:\"description\";s:31:\"Ana iletişim telefon numarası\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:22;s:3:\"key\";s:13:\"contact_phone\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:16:\"+90 212 123 4567\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"İletişim Telefon\";s:11:\"description\";s:31:\"Ana iletişim telefon numarası\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:15:\"contact_address\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:23;s:3:\"key\";s:15:\"contact_address\";s:5:\"group\";s:4:\"site\";s:5:\"value\";N;s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:17:\"İletişim Adresi\";s:11:\"description\";s:14:\"Şirket adresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 21:05:49\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:23;s:3:\"key\";s:15:\"contact_address\";s:5:\"group\";s:4:\"site\";s:5:\"value\";N;s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:17:\"İletişim Adresi\";s:11:\"description\";s:14:\"Şirket adresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 21:05:49\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:21:\"contact_working_hours\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:24;s:3:\"key\";s:21:\"contact_working_hours\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:31:\"Pazartesi - Cuma: 09:00 - 18:00\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:19:\"Çalışma Saatleri\";s:11:\"description\";s:27:\"Şirket çalışma saatleri\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:24;s:3:\"key\";s:21:\"contact_working_hours\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:31:\"Pazartesi - Cuma: 09:00 - 18:00\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:19:\"Çalışma Saatleri\";s:11:\"description\";s:27:\"Şirket çalışma saatleri\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:21:\"contact_support_email\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:25;s:3:\"key\";s:21:\"contact_support_email\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:21:\"destek@whkurumsal.com\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:14:\"Destek E-posta\";s:11:\"description\";s:28:\"Teknik destek e-posta adresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:25;s:3:\"key\";s:21:\"contact_support_email\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:21:\"destek@whkurumsal.com\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:14:\"Destek E-posta\";s:11:\"description\";s:28:\"Teknik destek e-posta adresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:19:\"contact_sales_email\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:26;s:3:\"key\";s:19:\"contact_sales_email\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:20:\"satis@whkurumsal.com\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:15:\"Satış E-posta\";s:11:\"description\";s:22:\"Satış e-posta adresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:26;s:3:\"key\";s:19:\"contact_sales_email\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:20:\"satis@whkurumsal.com\";s:4:\"type\";s:5:\"email\";s:5:\"label\";s:15:\"Satış E-posta\";s:11:\"description\";s:22:\"Satış e-posta adresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:15:\"social_facebook\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:27;s:3:\"key\";s:15:\"social_facebook\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:31:\"https://facebook.com/whkurumsal\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:12:\"Facebook URL\";s:11:\"description\";s:20:\"Facebook sayfa linki\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:27;s:3:\"key\";s:15:\"social_facebook\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:31:\"https://facebook.com/whkurumsal\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:12:\"Facebook URL\";s:11:\"description\";s:20:\"Facebook sayfa linki\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:14:\"social_twitter\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:28;s:3:\"key\";s:14:\"social_twitter\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:30:\"https://twitter.com/whkurumsal\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:11:\"Twitter URL\";s:11:\"description\";s:19:\"Twitter sayfa linki\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:28;s:3:\"key\";s:14:\"social_twitter\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:30:\"https://twitter.com/whkurumsal\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:11:\"Twitter URL\";s:11:\"description\";s:19:\"Twitter sayfa linki\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:16:\"social_instagram\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:29;s:3:\"key\";s:16:\"social_instagram\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:32:\"https://instagram.com/whkurumsal\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Instagram URL\";s:11:\"description\";s:21:\"Instagram sayfa linki\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:29;s:3:\"key\";s:16:\"social_instagram\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:32:\"https://instagram.com/whkurumsal\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:13:\"Instagram URL\";s:11:\"description\";s:21:\"Instagram sayfa linki\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:15:\"social_linkedin\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:30;s:3:\"key\";s:15:\"social_linkedin\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:39:\"https://linkedin.com/company/whkurumsal\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:12:\"LinkedIn URL\";s:11:\"description\";s:25:\"LinkedIn şirket sayfası\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:30;s:3:\"key\";s:15:\"social_linkedin\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:39:\"https://linkedin.com/company/whkurumsal\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:12:\"LinkedIn URL\";s:11:\"description\";s:25:\"LinkedIn şirket sayfası\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:14:\"social_youtube\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:31;s:3:\"key\";s:14:\"social_youtube\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:30:\"https://youtube.com/whkurumsal\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:11:\"YouTube URL\";s:11:\"description\";s:19:\"YouTube kanal linki\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:31;s:3:\"key\";s:14:\"social_youtube\";s:5:\"group\";s:4:\"site\";s:5:\"value\";s:30:\"https://youtube.com/whkurumsal\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:11:\"YouTube URL\";s:11:\"description\";s:19:\"YouTube kanal linki\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}',1756577910),('laravel-cache-settings.group.system','O:39:\"Illuminate\\Database\\Eloquent\\Collection\":2:{s:8:\"\0*\0items\";a:13:{s:8:\"timezone\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:60;s:3:\"key\";s:8:\"timezone\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:15:\"Europe/Istanbul\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:12:\"Zaman Dilimi\";s:11:\"description\";s:19:\"Sistem zaman dilimi\";s:7:\"options\";s:89:\"{\"UTC\": \"UTC\", \"Europe/London\": \"Londra (UTC+0)\", \"Europe/Istanbul\": \"İstanbul (UTC+3)\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:60;s:3:\"key\";s:8:\"timezone\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:15:\"Europe/Istanbul\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:12:\"Zaman Dilimi\";s:11:\"description\";s:19:\"Sistem zaman dilimi\";s:7:\"options\";s:89:\"{\"UTC\": \"UTC\", \"Europe/London\": \"Londra (UTC+0)\", \"Europe/Istanbul\": \"İstanbul (UTC+3)\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:6:\"locale\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:61;s:3:\"key\";s:6:\"locale\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:2:\"tr\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:3:\"Dil\";s:11:\"description\";s:11:\"Sistem dili\";s:7:\"options\";s:35:\"{\"en\": \"English\", \"tr\": \"Türkçe\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:61;s:3:\"key\";s:6:\"locale\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:2:\"tr\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:3:\"Dil\";s:11:\"description\";s:11:\"Sistem dili\";s:7:\"options\";s:35:\"{\"en\": \"English\", \"tr\": \"Türkçe\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:11:\"date_format\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:62;s:3:\"key\";s:11:\"date_format\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:5:\"d.m.Y\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:14:\"Tarih Formatı\";s:11:\"description\";s:24:\"Tarih gösterim formatı\";s:7:\"options\";s:69:\"{\"Y-m-d\": \"YYYY-MM-DD\", \"d.m.Y\": \"DD.MM.YYYY\", \"d/m/Y\": \"DD/MM/YYYY\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:62;s:3:\"key\";s:11:\"date_format\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:5:\"d.m.Y\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:14:\"Tarih Formatı\";s:11:\"description\";s:24:\"Tarih gösterim formatı\";s:7:\"options\";s:69:\"{\"Y-m-d\": \"YYYY-MM-DD\", \"d.m.Y\": \"DD.MM.YYYY\", \"d/m/Y\": \"DD/MM/YYYY\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:11:\"time_format\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:63;s:3:\"key\";s:11:\"time_format\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:3:\"H:i\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:13:\"Saat Formatı\";s:11:\"description\";s:23:\"Saat gösterim formatı\";s:7:\"options\";s:44:\"{\"H:i\": \"24 Saat\", \"h:i A\": \"12 Saat AM/PM\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:63;s:3:\"key\";s:11:\"time_format\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:3:\"H:i\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:13:\"Saat Formatı\";s:11:\"description\";s:23:\"Saat gösterim formatı\";s:7:\"options\";s:44:\"{\"H:i\": \"24 Saat\", \"h:i A\": \"12 Saat AM/PM\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:16:\"maintenance_mode\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:64;s:3:\"key\";s:16:\"maintenance_mode\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:1:\"0\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:11:\"Bakım Modu\";s:11:\"description\";s:25:\"Site bakım modunda olsun\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:64;s:3:\"key\";s:16:\"maintenance_mode\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:1:\"0\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:11:\"Bakım Modu\";s:11:\"description\";s:25:\"Site bakım modunda olsun\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:19:\"maintenance_message\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:65;s:3:\"key\";s:19:\"maintenance_message\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:34:\"Site bakımda, lütfen bekleyin...\";s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:14:\"Bakım Mesajı\";s:11:\"description\";s:34:\"Bakım modunda gösterilecek mesaj\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:65;s:3:\"key\";s:19:\"maintenance_message\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:34:\"Site bakımda, lütfen bekleyin...\";s:4:\"type\";s:8:\"textarea\";s:5:\"label\";s:14:\"Bakım Mesajı\";s:11:\"description\";s:34:\"Bakım modunda gösterilecek mesaj\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:13:\"cache_enabled\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:66;s:3:\"key\";s:13:\"cache_enabled\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:11:\"Cache Aktif\";s:11:\"description\";s:26:\"Sistem cache\'i aktif olsun\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:66;s:3:\"key\";s:13:\"cache_enabled\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:11:\"Cache Aktif\";s:11:\"description\";s:26:\"Sistem cache\'i aktif olsun\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:14:\"cache_duration\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:67;s:3:\"key\";s:14:\"cache_duration\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:4:\"3600\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:22:\"Cache Süresi (Saniye)\";s:11:\"description\";s:25:\"Cache geçerlilik süresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:67;s:3:\"key\";s:14:\"cache_duration\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:4:\"3600\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:22:\"Cache Süresi (Saniye)\";s:11:\"description\";s:25:\"Cache geçerlilik süresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:9:\"log_level\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:68;s:3:\"key\";s:9:\"log_level\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:4:\"info\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:12:\"Log Seviyesi\";s:11:\"description\";s:19:\"Sistem log seviyesi\";s:7:\"options\";s:74:\"{\"info\": \"Info\", \"debug\": \"Debug\", \"error\": \"Error\", \"warning\": \"Warning\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:68;s:3:\"key\";s:9:\"log_level\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:4:\"info\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:12:\"Log Seviyesi\";s:11:\"description\";s:19:\"Sistem log seviyesi\";s:7:\"options\";s:74:\"{\"info\": \"Info\", \"debug\": \"Debug\", \"error\": \"Error\", \"warning\": \"Warning\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:18:\"log_retention_days\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:69;s:3:\"key\";s:18:\"log_retention_days\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:2:\"30\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:26:\"Log Saklama Süresi (Gün)\";s:11:\"description\";s:35:\"Log dosyalarının saklanma süresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:69;s:3:\"key\";s:18:\"log_retention_days\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:2:\"30\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:26:\"Log Saklama Süresi (Gün)\";s:11:\"description\";s:35:\"Log dosyalarının saklanma süresi\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:14:\"backup_enabled\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:70;s:3:\"key\";s:14:\"backup_enabled\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:18:\"Otomatik Yedekleme\";s:11:\"description\";s:30:\"Otomatik yedekleme aktif olsun\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:70;s:3:\"key\";s:14:\"backup_enabled\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:1:\"1\";s:4:\"type\";s:7:\"boolean\";s:5:\"label\";s:18:\"Otomatik Yedekleme\";s:11:\"description\";s:30:\"Otomatik yedekleme aktif olsun\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:16:\"backup_frequency\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:71;s:3:\"key\";s:16:\"backup_frequency\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:5:\"daily\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:21:\"Yedekleme Sıklığı\";s:11:\"description\";s:21:\"Yedekleme sıklığı\";s:7:\"options\";s:65:\"{\"daily\": \"Günlük\", \"weekly\": \"Haftalık\", \"monthly\": \"Aylık\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:71;s:3:\"key\";s:16:\"backup_frequency\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:5:\"daily\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:21:\"Yedekleme Sıklığı\";s:11:\"description\";s:21:\"Yedekleme sıklığı\";s:7:\"options\";s:65:\"{\"daily\": \"Günlük\", \"weekly\": \"Haftalık\", \"monthly\": \"Aylık\"}\";s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}s:16:\"backup_retention\";O:18:\"App\\Models\\Setting\":34:{s:13:\"\0*\0connection\";s:5:\"mysql\";s:8:\"\0*\0table\";s:8:\"settings\";s:13:\"\0*\0primaryKey\";s:2:\"id\";s:10:\"\0*\0keyType\";s:3:\"int\";s:12:\"incrementing\";b:1;s:7:\"\0*\0with\";a:0:{}s:12:\"\0*\0withCount\";a:0:{}s:19:\"preventsLazyLoading\";b:0;s:10:\"\0*\0perPage\";i:15;s:6:\"exists\";b:1;s:18:\"wasRecentlyCreated\";b:0;s:28:\"\0*\0escapeWhenCastingToString\";b:0;s:13:\"\0*\0attributes\";a:12:{s:2:\"id\";i:72;s:3:\"key\";s:16:\"backup_retention\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:1:\"7\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:22:\"Yedek Saklama Sayısı\";s:11:\"description\";s:25:\"Saklanacak yedek sayısı\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:11:\"\0*\0original\";a:12:{s:2:\"id\";i:72;s:3:\"key\";s:16:\"backup_retention\";s:5:\"group\";s:6:\"system\";s:5:\"value\";s:1:\"7\";s:4:\"type\";s:6:\"number\";s:5:\"label\";s:22:\"Yedek Saklama Sayısı\";s:11:\"description\";s:25:\"Saklanacak yedek sayısı\";s:7:\"options\";N;s:9:\"is_public\";i:0;s:10:\"sort_order\";i:0;s:10:\"created_at\";s:19:\"2025-08-29 18:01:06\";s:10:\"updated_at\";s:19:\"2025-08-29 18:01:06\";}s:10:\"\0*\0changes\";a:0:{}s:11:\"\0*\0previous\";a:0:{}s:8:\"\0*\0casts\";a:3:{s:7:\"options\";s:5:\"array\";s:9:\"is_public\";s:7:\"boolean\";s:10:\"sort_order\";s:7:\"integer\";}s:17:\"\0*\0classCastCache\";a:0:{}s:21:\"\0*\0attributeCastCache\";a:0:{}s:13:\"\0*\0dateFormat\";N;s:10:\"\0*\0appends\";a:0:{}s:19:\"\0*\0dispatchesEvents\";a:0:{}s:14:\"\0*\0observables\";a:0:{}s:12:\"\0*\0relations\";a:0:{}s:10:\"\0*\0touches\";a:0:{}s:27:\"\0*\0relationAutoloadCallback\";N;s:26:\"\0*\0relationAutoloadContext\";N;s:10:\"timestamps\";b:1;s:13:\"usesUniqueIds\";b:0;s:9:\"\0*\0hidden\";a:0:{}s:10:\"\0*\0visible\";a:0:{}s:11:\"\0*\0fillable\";a:9:{i:0;s:5:\"group\";i:1;s:3:\"key\";i:2;s:5:\"value\";i:3;s:4:\"type\";i:4;s:5:\"label\";i:5;s:11:\"description\";i:6;s:7:\"options\";i:7;s:9:\"is_public\";i:8;s:10:\"sort_order\";}s:10:\"\0*\0guarded\";a:1:{i:0;s:1:\"*\";}s:18:\"\0*\0encryptedFields\";a:11:{i:0;s:13:\"mail_password\";i:1;s:13:\"mail_username\";i:2;s:17:\"database_password\";i:3;s:7:\"api_key\";i:4;s:10:\"secret_key\";i:5;s:14:\"webhook_secret\";i:6;s:19:\"oauth_client_secret\";i:7;s:10:\"jwt_secret\";i:8;s:14:\"encryption_key\";i:9;s:14:\"session_secret\";i:10;s:17:\"csrf_token_secret\";}}}s:28:\"\0*\0escapeWhenCastingToString\";b:0;}',1756577910);
/*!40000 ALTER TABLE `cache` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `cache_locks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `cache_locks` (
  `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `owner` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `expiration` int NOT NULL,
  PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cache_locks`
--

LOCK TABLES `cache_locks` WRITE;
/*!40000 ALTER TABLE `cache_locks` DISABLE KEYS */;
/*!40000 ALTER TABLE `cache_locks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `customers`
--

DROP TABLE IF EXISTS `customers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `customers` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `tax_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `customer_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'individual',
  `surname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone_mobile` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `website` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `city` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `district` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `zip` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `invoice_address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `invoice_city` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `invoice_district` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `invoice_zip` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `invoice_country` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `notes` text COLLATE utf8mb4_unicode_ci,
  PRIMARY KEY (`id`),
  KEY `customers_email_index` (`email`),
  KEY `customers_is_active_index` (`is_active`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `customers`
--

LOCK TABLES `customers` WRITE;
/*!40000 ALTER TABLE `customers` DISABLE KEYS */;
INSERT INTO `customers` VALUES (1,'HALİL','66666666666','hi@wh.web.tr','02124441444','Test',1,'2025-08-29 18:33:53','2025-08-29 18:33:53','individual','MERİÇ','5070194602','https://www.wh.web.tr','İstanbul','Üsküdar','34000','Türkiye','Test','İstanbul','Üsküdar','34000','Türkiye',NULL);
/*!40000 ALTER TABLE `customers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `domains`
--

DROP TABLE IF EXISTS `domains`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `domains` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `service_id` bigint unsigned NOT NULL,
  `domain_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `registrar` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `registrar_ref` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `auth_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `registration_date` date DEFAULT NULL,
  `expiry_date` date DEFAULT NULL,
  `auto_renew` tinyint(1) DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `domains_service_id_index` (`service_id`),
  KEY `domains_expiry_date_index` (`expiry_date`),
  CONSTRAINT `domains_service_id_foreign` FOREIGN KEY (`service_id`) REFERENCES `services` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `domains`
--

LOCK TABLES `domains` WRITE;
/*!40000 ALTER TABLE `domains` DISABLE KEYS */;
INSERT INTO `domains` VALUES (3,14,'test.com',NULL,'reg','test1',NULL,NULL,1,'2025-08-30 09:53:18','2025-08-30 09:53:18');
/*!40000 ALTER TABLE `domains` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `email_services`
--

DROP TABLE IF EXISTS `email_services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `email_services` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `service_id` bigint unsigned NOT NULL,
  `email_provider` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email_plan` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `mailbox_count` int DEFAULT NULL,
  `storage_limit` int DEFAULT NULL,
  `smtp_server` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `imap_server` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `pop3_server` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `webmail_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `notes` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `email_services_service_id_foreign` (`service_id`),
  CONSTRAINT `email_services_service_id_foreign` FOREIGN KEY (`service_id`) REFERENCES `services` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `email_services`
--

LOCK TABLES `email_services` WRITE;
/*!40000 ALTER TABLE `email_services` DISABLE KEYS */;
/*!40000 ALTER TABLE `email_services` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `failed_jobs`
--

DROP TABLE IF EXISTS `failed_jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `failed_jobs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `uuid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `connection` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `queue` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`),
  UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `failed_jobs`
--

LOCK TABLES `failed_jobs` WRITE;
/*!40000 ALTER TABLE `failed_jobs` DISABLE KEYS */;
/*!40000 ALTER TABLE `failed_jobs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `hostings`
--

DROP TABLE IF EXISTS `hostings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `hostings` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `service_id` bigint unsigned NOT NULL,
  `hosting_provider` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `hosting_plan` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `plan_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `server_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cpanel_username` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `panel_ref` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `disk_space` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `bandwidth` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `ip_address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `hosting_service_id_index` (`service_id`),
  CONSTRAINT `hosting_service_id_foreign` FOREIGN KEY (`service_id`) REFERENCES `services` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hostings`
--

LOCK TABLES `hostings` WRITE;
/*!40000 ALTER TABLE `hostings` DISABLE KEYS */;
INSERT INTO `hostings` VALUES (4,15,NULL,NULL,'Limitsiz','halilmeric.com','test1','test2',NULL,NULL,'192.208.1.1','2025-08-30 10:11:15','2025-08-30 10:11:15'),(5,17,NULL,NULL,'Limitsiz','halilmeric.com','test1','test2',NULL,NULL,'192.208.1.1','2025-08-30 16:13:10','2025-08-30 16:13:10');
/*!40000 ALTER TABLE `hostings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `invoice_items`
--

DROP TABLE IF EXISTS `invoice_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `invoice_items` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `invoice_id` bigint unsigned NOT NULL,
  `service_id` bigint unsigned DEFAULT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `qty` decimal(10,2) DEFAULT '1.00',
  `unit_price` decimal(10,2) DEFAULT '0.00',
  `tax_rate` decimal(5,2) NOT NULL DEFAULT '0.00',
  `line_total` decimal(10,2) DEFAULT '0.00',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `invoice_items_invoice_id_index` (`invoice_id`),
  CONSTRAINT `invoice_items_invoice_id_foreign` FOREIGN KEY (`invoice_id`) REFERENCES `invoices` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `invoice_items`
--

LOCK TABLES `invoice_items` WRITE;
/*!40000 ALTER TABLE `invoice_items` DISABLE KEYS */;
INSERT INTO `invoice_items` VALUES (19,21,14,'Domain Hizmeti - Hizmet',1.00,1000.00,18.00,1000.00,'2025-08-30 09:53:18','2025-08-30 09:53:18'),(20,22,15,'Hosting Hizmeti - Hizmet',1.00,1000.00,18.00,1000.00,'2025-08-30 10:11:15','2025-08-30 10:11:15'),(21,23,16,'Email Hizmeti - Hizmet',1.00,7500.00,18.00,7500.00,'2025-08-30 14:41:21','2025-08-30 14:41:21'),(22,24,NULL,'web sitesi',4.00,1675.00,20.00,6700.00,'2025-08-30 15:40:40','2025-08-30 15:40:40'),(23,25,17,'Hosting Hizmeti - Hizmet',1.00,1589.00,18.00,1589.00,'2025-08-30 16:13:10','2025-08-30 16:13:10');
/*!40000 ALTER TABLE `invoice_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `invoices`
--

DROP TABLE IF EXISTS `invoices`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `invoices` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `customer_id` bigint unsigned NOT NULL,
  `invoice_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `issue_date` date DEFAULT NULL,
  `due_date` date DEFAULT NULL,
  `paid_at` timestamp NULL DEFAULT NULL,
  `subtotal` decimal(10,2) DEFAULT '0.00',
  `tax_rate` decimal(5,2) DEFAULT '0.00',
  `tax_amount` decimal(10,2) DEFAULT '0.00',
  `discount_amount` decimal(10,2) DEFAULT '0.00',
  `total` decimal(10,2) DEFAULT '0.00',
  `paid_amount` decimal(15,2) NOT NULL DEFAULT '0.00',
  `currency` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'TRY',
  `status` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'draft',
  `notes` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `invoices_invoice_number_unique` (`invoice_number`),
  KEY `invoices_customer_id_index` (`customer_id`),
  KEY `invoices_status_index` (`status`),
  KEY `invoices_issue_date_index` (`issue_date`),
  KEY `invoices_due_date_index` (`due_date`),
  CONSTRAINT `invoices_customer_id_foreign` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `invoices`
--

LOCK TABLES `invoices` WRITE;
/*!40000 ALTER TABLE `invoices` DISABLE KEYS */;
INSERT INTO `invoices` VALUES (21,1,'INV-001004-2025','2025-08-30','2025-09-29','2025-08-29 21:00:00',1000.00,0.00,180.00,0.00,1180.00,0.00,'TRY','paid',NULL,'2025-08-30 09:53:18','2025-08-30 10:04:00'),(22,1,'INV-001005-2025','2025-08-30','2025-09-29','2025-08-29 21:00:00',1000.00,0.00,180.00,0.00,1180.00,0.00,'TRY','paid',NULL,'2025-08-30 10:11:15','2025-08-30 14:35:11'),(23,1,'INV-001006-2025','2025-08-30','2025-09-29','2025-08-29 21:00:00',7500.00,0.00,1350.00,0.00,8850.00,0.00,'TRY','paid',NULL,'2025-08-30 14:41:21','2025-08-30 14:41:56'),(24,1,NULL,'2025-08-29','2025-08-29',NULL,6700.00,0.00,1340.00,0.00,8040.00,0.00,'TRY','sent',NULL,'2025-08-30 15:40:40','2025-08-30 17:04:49'),(25,1,'INV-001007-2025','2025-08-30','2025-09-29','2025-08-29 21:00:00',1589.00,0.00,286.02,0.00,1875.02,0.00,'TRY','paid',NULL,'2025-08-30 16:13:10','2025-08-30 16:13:47');
/*!40000 ALTER TABLE `invoices` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `job_batches`
--

DROP TABLE IF EXISTS `job_batches`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `job_batches` (
  `id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `total_jobs` int NOT NULL,
  `pending_jobs` int NOT NULL,
  `failed_jobs` int NOT NULL,
  `failed_job_ids` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `options` longtext COLLATE utf8mb4_unicode_ci,
  `cancelled_at` int DEFAULT NULL,
  `created_at` int NOT NULL,
  `finished_at` int DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `job_batches`
--

LOCK TABLES `job_batches` WRITE;
/*!40000 ALTER TABLE `job_batches` DISABLE KEYS */;
/*!40000 ALTER TABLE `job_batches` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `jobs` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `queue` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `attempts` tinyint unsigned NOT NULL,
  `reserved_at` int unsigned DEFAULT NULL,
  `available_at` int unsigned NOT NULL,
  `created_at` int unsigned NOT NULL,
  PRIMARY KEY (`id`),
  KEY `jobs_queue_index` (`queue`)
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jobs`
--

LOCK TABLES `jobs` WRITE;
/*!40000 ALTER TABLE `jobs` DISABLE KEYS */;
INSERT INTO `jobs` VALUES (1,'default','{\"uuid\":\"b8e53be1-70da-4c12-bfda-dca58162e756\",\"displayName\":\"App\\\\Listeners\\\\PaymentCreatedListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":20:{s:5:\\\"class\\\";s:36:\\\"App\\\\Listeners\\\\PaymentCreatedListener\\\";s:6:\\\"method\\\";s:6:\\\"handle\\\";s:4:\\\"data\\\";a:1:{i:0;O:25:\\\"App\\\\Events\\\\PaymentCreated\\\":1:{s:7:\\\"payment\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Payment\\\";s:2:\\\"id\\\";i:1;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:13:\\\"failOnTimeout\\\";b:0;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;}\"},\"createdAt\":1756501250,\"delay\":null}',0,NULL,1756501250,1756501250),(2,'default','{\"uuid\":\"e6e030a9-4cd9-4467-bf5d-3539bfa09202\",\"displayName\":\"App\\\\Listeners\\\\PaymentCreatedListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":20:{s:5:\\\"class\\\";s:36:\\\"App\\\\Listeners\\\\PaymentCreatedListener\\\";s:6:\\\"method\\\";s:6:\\\"handle\\\";s:4:\\\"data\\\";a:1:{i:0;O:25:\\\"App\\\\Events\\\\PaymentCreated\\\":1:{s:7:\\\"payment\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Payment\\\";s:2:\\\"id\\\";i:1;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:13:\\\"failOnTimeout\\\";b:0;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;}\"},\"createdAt\":1756501250,\"delay\":null}',0,NULL,1756501250,1756501250),(3,'default','{\"uuid\":\"850bf869-e866-4475-8fd5-048e4c9d96ea\",\"displayName\":\"App\\\\Listeners\\\\PaymentCreatedListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":20:{s:5:\\\"class\\\";s:36:\\\"App\\\\Listeners\\\\PaymentCreatedListener\\\";s:6:\\\"method\\\";s:6:\\\"handle\\\";s:4:\\\"data\\\";a:1:{i:0;O:25:\\\"App\\\\Events\\\\PaymentCreated\\\":1:{s:7:\\\"payment\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Payment\\\";s:2:\\\"id\\\";i:2;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:13:\\\"failOnTimeout\\\";b:0;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;}\"},\"createdAt\":1756501265,\"delay\":null}',0,NULL,1756501265,1756501265),(4,'default','{\"uuid\":\"13cc121f-f211-44fb-8e9a-4397a3a4d3d2\",\"displayName\":\"App\\\\Listeners\\\\PaymentCreatedListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":20:{s:5:\\\"class\\\";s:36:\\\"App\\\\Listeners\\\\PaymentCreatedListener\\\";s:6:\\\"method\\\";s:6:\\\"handle\\\";s:4:\\\"data\\\";a:1:{i:0;O:25:\\\"App\\\\Events\\\\PaymentCreated\\\":1:{s:7:\\\"payment\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Payment\\\";s:2:\\\"id\\\";i:2;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:13:\\\"failOnTimeout\\\";b:0;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;}\"},\"createdAt\":1756501265,\"delay\":null}',0,NULL,1756501265,1756501265),(5,'default','{\"uuid\":\"57da88db-49c5-4e98-923a-859fae812e8c\",\"displayName\":\"App\\\\Listeners\\\\PaymentCreatedListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":20:{s:5:\\\"class\\\";s:36:\\\"App\\\\Listeners\\\\PaymentCreatedListener\\\";s:6:\\\"method\\\";s:6:\\\"handle\\\";s:4:\\\"data\\\";a:1:{i:0;O:25:\\\"App\\\\Events\\\\PaymentCreated\\\":1:{s:7:\\\"payment\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Payment\\\";s:2:\\\"id\\\";i:3;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:13:\\\"failOnTimeout\\\";b:0;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;}\"},\"createdAt\":1756501410,\"delay\":null}',0,NULL,1756501410,1756501410),(6,'default','{\"uuid\":\"ae213a50-fe2d-4853-9048-d56436c55fff\",\"displayName\":\"App\\\\Listeners\\\\PaymentCreatedListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":20:{s:5:\\\"class\\\";s:36:\\\"App\\\\Listeners\\\\PaymentCreatedListener\\\";s:6:\\\"method\\\";s:6:\\\"handle\\\";s:4:\\\"data\\\";a:1:{i:0;O:25:\\\"App\\\\Events\\\\PaymentCreated\\\":1:{s:7:\\\"payment\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Payment\\\";s:2:\\\"id\\\";i:3;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:13:\\\"failOnTimeout\\\";b:0;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;}\"},\"createdAt\":1756501410,\"delay\":null}',0,NULL,1756501410,1756501410),(7,'default','{\"uuid\":\"336cadf5-27a2-4d53-b55e-faf4af489608\",\"displayName\":\"App\\\\Listeners\\\\PaymentCreatedListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":20:{s:5:\\\"class\\\";s:36:\\\"App\\\\Listeners\\\\PaymentCreatedListener\\\";s:6:\\\"method\\\";s:6:\\\"handle\\\";s:4:\\\"data\\\";a:1:{i:0;O:25:\\\"App\\\\Events\\\\PaymentCreated\\\":1:{s:7:\\\"payment\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Payment\\\";s:2:\\\"id\\\";i:4;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:13:\\\"failOnTimeout\\\";b:0;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;}\"},\"createdAt\":1756501420,\"delay\":null}',0,NULL,1756501420,1756501420),(8,'default','{\"uuid\":\"937c1f5e-fb9d-4281-b65f-e3e6747c8050\",\"displayName\":\"App\\\\Listeners\\\\PaymentCreatedListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":20:{s:5:\\\"class\\\";s:36:\\\"App\\\\Listeners\\\\PaymentCreatedListener\\\";s:6:\\\"method\\\";s:6:\\\"handle\\\";s:4:\\\"data\\\";a:1:{i:0;O:25:\\\"App\\\\Events\\\\PaymentCreated\\\":1:{s:7:\\\"payment\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Payment\\\";s:2:\\\"id\\\";i:4;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:13:\\\"failOnTimeout\\\";b:0;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;}\"},\"createdAt\":1756501420,\"delay\":null}',0,NULL,1756501420,1756501420),(9,'default','{\"uuid\":\"bfc4845d-36d0-4615-ad58-9a16ff8794bd\",\"displayName\":\"App\\\\Listeners\\\\PaymentCreatedListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":20:{s:5:\\\"class\\\";s:36:\\\"App\\\\Listeners\\\\PaymentCreatedListener\\\";s:6:\\\"method\\\";s:6:\\\"handle\\\";s:4:\\\"data\\\";a:1:{i:0;O:25:\\\"App\\\\Events\\\\PaymentCreated\\\":1:{s:7:\\\"payment\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Payment\\\";s:2:\\\"id\\\";i:5;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:13:\\\"failOnTimeout\\\";b:0;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;}\"},\"createdAt\":1756502900,\"delay\":null}',0,NULL,1756502900,1756502900),(10,'default','{\"uuid\":\"17ce9fe9-2337-4405-8abd-c5883453bf02\",\"displayName\":\"App\\\\Listeners\\\\PaymentCreatedListener\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":null,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":null,\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Events\\\\CallQueuedListener\",\"command\":\"O:36:\\\"Illuminate\\\\Events\\\\CallQueuedListener\\\":20:{s:5:\\\"class\\\";s:36:\\\"App\\\\Listeners\\\\PaymentCreatedListener\\\";s:6:\\\"method\\\";s:6:\\\"handle\\\";s:4:\\\"data\\\";a:1:{i:0;O:25:\\\"App\\\\Events\\\\PaymentCreated\\\":1:{s:7:\\\"payment\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Payment\\\";s:2:\\\"id\\\";i:5;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}}}s:5:\\\"tries\\\";N;s:13:\\\"maxExceptions\\\";N;s:7:\\\"backoff\\\";N;s:10:\\\"retryUntil\\\";N;s:7:\\\"timeout\\\";N;s:13:\\\"failOnTimeout\\\";b:0;s:17:\\\"shouldBeEncrypted\\\";b:0;s:3:\\\"job\\\";N;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;}\"},\"createdAt\":1756502900,\"delay\":null}',0,NULL,1756502900,1756502900),(11,'default','{\"uuid\":\"5c85aba7-48b1-479f-bb17-3349ca07dad6\",\"displayName\":\"App\\\\Mail\\\\InvoiceMail\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":3,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":\"60,300,900\",\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Mail\\\\SendQueuedMailable\",\"command\":\"O:34:\\\"Illuminate\\\\Mail\\\\SendQueuedMailable\\\":15:{s:8:\\\"mailable\\\";O:20:\\\"App\\\\Mail\\\\InvoiceMail\\\":5:{s:7:\\\"invoice\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Invoice\\\";s:2:\\\"id\\\";i:18;s:9:\\\"relations\\\";a:2:{i:0;s:5:\\\"items\\\";i:1;s:8:\\\"customer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:8:\\\"customer\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:19:\\\"App\\\\Models\\\\Customer\\\";s:2:\\\"id\\\";i:1;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:11:\\\"companyInfo\\\";a:6:{s:4:\\\"name\\\";s:11:\\\"WH Kurumsal\\\";s:7:\\\"address\\\";s:19:\\\"İstanbul, Türkiye\\\";s:5:\\\"phone\\\";s:17:\\\"+90 212 123 45 67\\\";s:5:\\\"email\\\";s:19:\\\"info@whkurumsal.com\\\";s:10:\\\"tax_number\\\";s:0:\\\"\\\";s:4:\\\"logo\\\";s:0:\\\"\\\";}s:2:\\\"to\\\";a:1:{i:0;a:2:{s:4:\\\"name\\\";N;s:7:\\\"address\\\";s:12:\\\"hi@wh.web.tr\\\";}}s:6:\\\"mailer\\\";s:4:\\\"smtp\\\";}s:5:\\\"tries\\\";i:3;s:7:\\\"timeout\\\";N;s:13:\\\"maxExceptions\\\";N;s:17:\\\"shouldBeEncrypted\\\";b:0;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;s:3:\\\"job\\\";N;}\"},\"createdAt\":1756547141,\"delay\":null}',0,NULL,1756547141,1756547141),(12,'default','{\"uuid\":\"7be5c5f2-92fc-41f4-8ce3-75988a388e8f\",\"displayName\":\"App\\\\Mail\\\\InvoiceMail\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":3,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":\"60,300,900\",\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Mail\\\\SendQueuedMailable\",\"command\":\"O:34:\\\"Illuminate\\\\Mail\\\\SendQueuedMailable\\\":15:{s:8:\\\"mailable\\\";O:20:\\\"App\\\\Mail\\\\InvoiceMail\\\":5:{s:7:\\\"invoice\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Invoice\\\";s:2:\\\"id\\\";i:19;s:9:\\\"relations\\\";a:2:{i:0;s:5:\\\"items\\\";i:1;s:8:\\\"customer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:8:\\\"customer\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:19:\\\"App\\\\Models\\\\Customer\\\";s:2:\\\"id\\\";i:1;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:11:\\\"companyInfo\\\";a:6:{s:4:\\\"name\\\";s:11:\\\"WH Kurumsal\\\";s:7:\\\"address\\\";s:19:\\\"İstanbul, Türkiye\\\";s:5:\\\"phone\\\";s:17:\\\"+90 212 123 45 67\\\";s:5:\\\"email\\\";s:19:\\\"info@whkurumsal.com\\\";s:10:\\\"tax_number\\\";s:0:\\\"\\\";s:4:\\\"logo\\\";s:0:\\\"\\\";}s:2:\\\"to\\\";a:1:{i:0;a:2:{s:4:\\\"name\\\";N;s:7:\\\"address\\\";s:12:\\\"hi@wh.web.tr\\\";}}s:6:\\\"mailer\\\";s:4:\\\"smtp\\\";}s:5:\\\"tries\\\";i:3;s:7:\\\"timeout\\\";N;s:13:\\\"maxExceptions\\\";N;s:17:\\\"shouldBeEncrypted\\\";b:0;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;s:3:\\\"job\\\";N;}\"},\"createdAt\":1756547504,\"delay\":null}',0,NULL,1756547504,1756547504),(13,'default','{\"uuid\":\"a1016d5c-a4a6-4435-bfbd-6560effeb9da\",\"displayName\":\"App\\\\Mail\\\\InvoiceMail\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":3,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":\"60,300,900\",\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Mail\\\\SendQueuedMailable\",\"command\":\"O:34:\\\"Illuminate\\\\Mail\\\\SendQueuedMailable\\\":15:{s:8:\\\"mailable\\\";O:20:\\\"App\\\\Mail\\\\InvoiceMail\\\":5:{s:7:\\\"invoice\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Invoice\\\";s:2:\\\"id\\\";i:21;s:9:\\\"relations\\\";a:2:{i:0;s:5:\\\"items\\\";i:1;s:8:\\\"customer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:8:\\\"customer\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:19:\\\"App\\\\Models\\\\Customer\\\";s:2:\\\"id\\\";i:1;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:11:\\\"companyInfo\\\";a:6:{s:4:\\\"name\\\";s:11:\\\"WH Kurumsal\\\";s:7:\\\"address\\\";s:19:\\\"İstanbul, Türkiye\\\";s:5:\\\"phone\\\";s:17:\\\"+90 212 123 45 67\\\";s:5:\\\"email\\\";s:19:\\\"info@whkurumsal.com\\\";s:10:\\\"tax_number\\\";s:0:\\\"\\\";s:4:\\\"logo\\\";s:0:\\\"\\\";}s:2:\\\"to\\\";a:1:{i:0;a:2:{s:4:\\\"name\\\";N;s:7:\\\"address\\\";s:12:\\\"hi@wh.web.tr\\\";}}s:6:\\\"mailer\\\";s:4:\\\"smtp\\\";}s:5:\\\"tries\\\";i:3;s:7:\\\"timeout\\\";N;s:13:\\\"maxExceptions\\\";N;s:17:\\\"shouldBeEncrypted\\\";b:0;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;s:3:\\\"job\\\";N;}\"},\"createdAt\":1756547598,\"delay\":null}',0,NULL,1756547598,1756547598),(14,'default','{\"uuid\":\"4a567030-8eb4-434c-accf-50caaa6d5a3d\",\"displayName\":\"App\\\\Mail\\\\InvoiceMail\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":3,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":\"60,300,900\",\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Mail\\\\SendQueuedMailable\",\"command\":\"O:34:\\\"Illuminate\\\\Mail\\\\SendQueuedMailable\\\":15:{s:8:\\\"mailable\\\";O:20:\\\"App\\\\Mail\\\\InvoiceMail\\\":5:{s:7:\\\"invoice\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Invoice\\\";s:2:\\\"id\\\";i:22;s:9:\\\"relations\\\";a:2:{i:0;s:5:\\\"items\\\";i:1;s:8:\\\"customer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:8:\\\"customer\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:19:\\\"App\\\\Models\\\\Customer\\\";s:2:\\\"id\\\";i:1;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:11:\\\"companyInfo\\\";a:6:{s:4:\\\"name\\\";s:11:\\\"WH Kurumsal\\\";s:7:\\\"address\\\";s:19:\\\"İstanbul, Türkiye\\\";s:5:\\\"phone\\\";s:17:\\\"+90 212 123 45 67\\\";s:5:\\\"email\\\";s:19:\\\"info@whkurumsal.com\\\";s:10:\\\"tax_number\\\";s:0:\\\"\\\";s:4:\\\"logo\\\";s:0:\\\"\\\";}s:2:\\\"to\\\";a:1:{i:0;a:2:{s:4:\\\"name\\\";N;s:7:\\\"address\\\";s:12:\\\"hi@wh.web.tr\\\";}}s:6:\\\"mailer\\\";s:4:\\\"smtp\\\";}s:5:\\\"tries\\\";i:3;s:7:\\\"timeout\\\";N;s:13:\\\"maxExceptions\\\";N;s:17:\\\"shouldBeEncrypted\\\";b:0;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;s:3:\\\"job\\\";N;}\"},\"createdAt\":1756548675,\"delay\":null}',0,NULL,1756548675,1756548675),(15,'default','{\"uuid\":\"8c1fccb9-4c8c-457a-84c6-5ec760c13d0b\",\"displayName\":\"App\\\\Mail\\\\InvoiceMail\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":3,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":\"60,300,900\",\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Mail\\\\SendQueuedMailable\",\"command\":\"O:34:\\\"Illuminate\\\\Mail\\\\SendQueuedMailable\\\":15:{s:8:\\\"mailable\\\";O:20:\\\"App\\\\Mail\\\\InvoiceMail\\\":5:{s:7:\\\"invoice\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Invoice\\\";s:2:\\\"id\\\";i:23;s:9:\\\"relations\\\";a:2:{i:0;s:5:\\\"items\\\";i:1;s:8:\\\"customer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:8:\\\"customer\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:19:\\\"App\\\\Models\\\\Customer\\\";s:2:\\\"id\\\";i:1;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:11:\\\"companyInfo\\\";a:6:{s:4:\\\"name\\\";s:11:\\\"WH Kurumsal\\\";s:7:\\\"address\\\";s:19:\\\"İstanbul, Türkiye\\\";s:5:\\\"phone\\\";s:17:\\\"+90 212 123 45 67\\\";s:5:\\\"email\\\";s:19:\\\"info@whkurumsal.com\\\";s:10:\\\"tax_number\\\";s:0:\\\"\\\";s:4:\\\"logo\\\";s:0:\\\"\\\";}s:2:\\\"to\\\";a:1:{i:0;a:2:{s:4:\\\"name\\\";N;s:7:\\\"address\\\";s:12:\\\"hi@wh.web.tr\\\";}}s:6:\\\"mailer\\\";s:4:\\\"smtp\\\";}s:5:\\\"tries\\\";i:3;s:7:\\\"timeout\\\";N;s:13:\\\"maxExceptions\\\";N;s:17:\\\"shouldBeEncrypted\\\";b:0;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;s:3:\\\"job\\\";N;}\"},\"createdAt\":1756564881,\"delay\":null}',0,NULL,1756564881,1756564881),(16,'default','{\"uuid\":\"ec9c4258-dac5-4630-86a0-747e19c0820a\",\"displayName\":\"App\\\\Mail\\\\InvoiceMail\",\"job\":\"Illuminate\\\\Queue\\\\CallQueuedHandler@call\",\"maxTries\":3,\"maxExceptions\":null,\"failOnTimeout\":false,\"backoff\":\"60,300,900\",\"timeout\":null,\"retryUntil\":null,\"data\":{\"commandName\":\"Illuminate\\\\Mail\\\\SendQueuedMailable\",\"command\":\"O:34:\\\"Illuminate\\\\Mail\\\\SendQueuedMailable\\\":15:{s:8:\\\"mailable\\\";O:20:\\\"App\\\\Mail\\\\InvoiceMail\\\":5:{s:7:\\\"invoice\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:18:\\\"App\\\\Models\\\\Invoice\\\";s:2:\\\"id\\\";i:25;s:9:\\\"relations\\\";a:2:{i:0;s:5:\\\"items\\\";i:1;s:8:\\\"customer\\\";}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:8:\\\"customer\\\";O:45:\\\"Illuminate\\\\Contracts\\\\Database\\\\ModelIdentifier\\\":5:{s:5:\\\"class\\\";s:19:\\\"App\\\\Models\\\\Customer\\\";s:2:\\\"id\\\";i:1;s:9:\\\"relations\\\";a:0:{}s:10:\\\"connection\\\";s:5:\\\"mysql\\\";s:15:\\\"collectionClass\\\";N;}s:11:\\\"companyInfo\\\";a:6:{s:4:\\\"name\\\";s:11:\\\"WH Kurumsal\\\";s:7:\\\"address\\\";s:19:\\\"İstanbul, Türkiye\\\";s:5:\\\"phone\\\";s:17:\\\"+90 212 123 45 67\\\";s:5:\\\"email\\\";s:19:\\\"info@whkurumsal.com\\\";s:10:\\\"tax_number\\\";s:0:\\\"\\\";s:4:\\\"logo\\\";s:0:\\\"\\\";}s:2:\\\"to\\\";a:1:{i:0;a:2:{s:4:\\\"name\\\";N;s:7:\\\"address\\\";s:12:\\\"hi@wh.web.tr\\\";}}s:6:\\\"mailer\\\";s:4:\\\"smtp\\\";}s:5:\\\"tries\\\";i:3;s:7:\\\"timeout\\\";N;s:13:\\\"maxExceptions\\\";N;s:17:\\\"shouldBeEncrypted\\\";b:0;s:10:\\\"connection\\\";N;s:5:\\\"queue\\\";N;s:5:\\\"delay\\\";N;s:11:\\\"afterCommit\\\";N;s:10:\\\"middleware\\\";a:0:{}s:7:\\\"chained\\\";a:0:{}s:15:\\\"chainConnection\\\";N;s:10:\\\"chainQueue\\\";N;s:19:\\\"chainCatchCallbacks\\\";N;s:3:\\\"job\\\";N;}\"},\"createdAt\":1756570390,\"delay\":null}',0,NULL,1756570390,1756570390);
/*!40000 ALTER TABLE `jobs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ledger_entries`
--

DROP TABLE IF EXISTS `ledger_entries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ledger_entries` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `customer_id` bigint unsigned NOT NULL,
  `entry_date` date DEFAULT NULL,
  `debit` decimal(15,2) DEFAULT NULL,
  `credit` decimal(15,2) DEFAULT NULL,
  `balance_after` decimal(15,2) DEFAULT NULL,
  `notes` text COLLATE utf8mb4_unicode_ci,
  `related_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `related_id` bigint unsigned DEFAULT NULL,
  `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `amount` decimal(10,2) NOT NULL,
  `balance` decimal(10,2) NOT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `reference_id` bigint unsigned DEFAULT NULL,
  `reference_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `ledger_entries_customer_id_index` (`customer_id`),
  KEY `ledger_entries_type_index` (`type`),
  KEY `ledger_entries_created_at_index` (`created_at`),
  CONSTRAINT `ledger_entries_customer_id_foreign` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ledger_entries`
--

LOCK TABLES `ledger_entries` WRITE;
/*!40000 ALTER TABLE `ledger_entries` DISABLE KEYS */;
INSERT INTO `ledger_entries` VALUES (14,1,'2025-08-30',1180.00,0.00,1180.00,'Fatura #INV-001004-2025','App\\Models\\Invoice',21,'debit',1180.00,1180.00,NULL,NULL,NULL,'2025-08-30 09:53:18','2025-08-30 16:17:46'),(15,1,'2025-08-30',0.00,1180.00,0.00,'Ödeme #14 (Fatura #21)','App\\Models\\Payment',14,'credit',1180.00,1180.00,NULL,NULL,NULL,'2025-08-30 09:57:31','2025-08-30 16:17:46'),(16,1,'2025-08-30',1180.00,0.00,1180.00,'Fatura #INV-001005-2025','App\\Models\\Invoice',22,'debit',1180.00,1180.00,NULL,NULL,NULL,'2025-08-30 10:11:15','2025-08-30 10:15:18'),(17,1,'2025-08-30',0.00,1180.00,0.00,'Ödeme #15 (Fatura #22)','App\\Models\\Payment',15,'credit',1180.00,1180.00,NULL,NULL,NULL,'2025-08-30 10:12:29','2025-08-30 16:17:46'),(18,1,'2025-08-30',8850.00,0.00,8850.00,'Fatura #INV-001006-2025','App\\Models\\Invoice',23,'debit',8850.00,8850.00,NULL,NULL,NULL,'2025-08-30 14:41:21','2025-08-30 14:41:57'),(19,1,'2025-08-30',0.00,8850.00,0.00,'Ödeme #16 (Fatura #23)','App\\Models\\Payment',16,'credit',8850.00,8850.00,NULL,NULL,NULL,'2025-08-30 14:41:46','2025-08-30 16:17:46'),(21,1,'2025-08-30',1875.02,0.00,1875.02,'Fatura #INV-001007-2025','App\\Models\\Invoice',25,'debit',1875.02,1875.02,NULL,NULL,NULL,'2025-08-30 16:13:10','2025-08-30 16:13:47'),(22,1,'2025-08-30',0.00,1875.02,0.00,'Ödeme #18 (Fatura #25)','App\\Models\\Payment',18,'credit',1875.02,1875.02,NULL,NULL,NULL,'2025-08-30 16:13:43','2025-08-30 16:17:46');
/*!40000 ALTER TABLE `ledger_entries` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `migrations` (
  `id` int unsigned NOT NULL AUTO_INCREMENT,
  `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `batch` int NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `migrations` WRITE;
/*!40000 ALTER TABLE `migrations` DISABLE KEYS */;
INSERT INTO `migrations` VALUES (1,'2025_08_29_180007_add_columns_to_settings_table',1),(2,'2025_08_29_213427_add_entry_date_to_ledger_entries_table',2),(3,'2025_08_29_213814_add_missing_columns_to_services_table',3),(4,'2025_08_29_214312_add_type_and_contact_info_to_providers_table',4),(5,'2025_08_29_215749_add_cost_price_to_services_table',5),(6,'2025_08_29_221117_add_paid_amount_to_invoices_table',6),(7,'2025_08_29_222452_add_service_code_to_services_table',7),(8,'2025_08_29_223848_add_missing_columns_to_domains_table',8),(9,'2025_08_29_224056_add_missing_columns_to_hosting_table',9),(10,'2025_08_29_224121_create_ssl_certificates_table',10),(11,'2025_08_29_224143_create_email_services_table',11),(12,'2025_08_29_224754_rename_hosting_table_to_hostings',12),(13,'2025_08_29_231217_add_service_id_to_invoice_items_table',13),(14,'2025_08_29_231404_add_tax_rate_to_invoice_items_table',14),(15,'2025_08_29_231923_add_invoice_id_to_accounting_ledger_entries_table',15),(16,'2025_08_29_234129_add_balance_after_to_ledger_entries_table',16),(17,'2025_08_30_000505_add_payment_id_to_accounting_ledger_entries_table',17),(18,'2025_08_30_003105_add_customer_id_to_accounting_ledger_entries_table',18),(19,'2025_08_30_174915_add_terms_to_quotes_table',19),(20,'2025_08_30_175326_make_customer_id_nullable_in_quotes_table',20);
/*!40000 ALTER TABLE `migrations` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `password_reset_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `password_reset_tokens` (
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `password_reset_tokens`
--

LOCK TABLES `password_reset_tokens` WRITE;
/*!40000 ALTER TABLE `password_reset_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `password_reset_tokens` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `payments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `payments` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `invoice_id` bigint unsigned DEFAULT NULL,
  `customer_id` bigint unsigned NOT NULL,
  `amount` decimal(10,2) NOT NULL,
  `payment_method` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'cash',
  `payment_date` date NOT NULL,
  `paid_at` timestamp NULL DEFAULT NULL,
  `reference` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `notes` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `payments_invoice_id_index` (`invoice_id`),
  KEY `payments_customer_id_index` (`customer_id`),
  KEY `payments_payment_date_index` (`payment_date`),
  CONSTRAINT `payments_customer_id_foreign` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE,
  CONSTRAINT `payments_invoice_id_foreign` FOREIGN KEY (`invoice_id`) REFERENCES `invoices` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `payments` WRITE;
/*!40000 ALTER TABLE `payments` DISABLE KEYS */;
INSERT INTO `payments` VALUES (14,21,1,1180.00,'bank','2025-08-30','2025-08-29 21:00:00',NULL,'garanti bankası','2025-08-30 09:57:31','2025-08-30 09:57:31'),(15,22,1,1180.00,'bank','2025-08-30','2025-08-29 21:00:00',NULL,'ziraat','2025-08-30 10:12:29','2025-08-30 10:12:29'),(16,23,1,8850.00,'cash','2025-08-30','2025-08-29 21:00:00',NULL,NULL,'2025-08-30 14:41:46','2025-08-30 14:41:46'),(18,25,1,1875.02,'cash','2025-08-30','2025-08-29 21:00:00',NULL,NULL,'2025-08-30 16:13:43','2025-08-30 16:13:43');
/*!40000 ALTER TABLE `payments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `providers`
--

DROP TABLE IF EXISTS `providers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `providers` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` json DEFAULT NULL,
  `contact_info` json DEFAULT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `website` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `notes` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `providers`
--

LOCK TABLES `providers` WRITE;
/*!40000 ALTER TABLE `providers` DISABLE KEYS */;
INSERT INTO `providers` VALUES (2,'odeaweb','[\"hosting\"]','{\"phone\": \"+902125641097\", \"website\": \"https://www.odeaweb.com\"}',NULL,'+902125641097','https://www.odeaweb.com',NULL,NULL,'2025-08-29 18:55:31','2025-08-29 18:55:31');
/*!40000 ALTER TABLE `providers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `quote_items`
--

DROP TABLE IF EXISTS `quote_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `quote_items` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `quote_id` bigint unsigned NOT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `qty` decimal(10,2) DEFAULT '1.00',
  `unit_price` decimal(10,2) DEFAULT '0.00',
  `line_total` decimal(10,2) DEFAULT '0.00',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `quote_items_quote_id_index` (`quote_id`),
  CONSTRAINT `quote_items_quote_id_foreign` FOREIGN KEY (`quote_id`) REFERENCES `quotes` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `quote_items`
--

LOCK TABLES `quote_items` WRITE;
/*!40000 ALTER TABLE `quote_items` DISABLE KEYS */;
INSERT INTO `quote_items` VALUES (8,8,'web sitesi',4.00,1675.00,6700.00,'2025-08-30 15:34:04','2025-08-30 15:34:04');
/*!40000 ALTER TABLE `quote_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `quotes`
--

DROP TABLE IF EXISTS `quotes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `quotes` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `customer_id` bigint unsigned DEFAULT NULL,
  `customer_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `customer_email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `customer_phone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'draft',
  `quote_date` date NOT NULL,
  `valid_until` date DEFAULT NULL,
  `subtotal` decimal(10,2) DEFAULT '0.00',
  `tax_rate` decimal(5,2) DEFAULT '0.00',
  `tax_amount` decimal(10,2) DEFAULT '0.00',
  `discount_amount` decimal(10,2) DEFAULT '0.00',
  `total` decimal(10,2) DEFAULT '0.00',
  `notes` text COLLATE utf8mb4_unicode_ci,
  `terms` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `quotes_customer_id_index` (`customer_id`),
  KEY `quotes_status_index` (`status`),
  KEY `quotes_quote_date_index` (`quote_date`),
  CONSTRAINT `quotes_customer_id_foreign` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `quotes`
--

LOCK TABLES `quotes` WRITE;
/*!40000 ALTER TABLE `quotes` DISABLE KEYS */;
INSERT INTO `quotes` VALUES (8,1,'HALİL MERİÇ','FT-0008','hi@wh.web.tr','5070194602','Web Sitesi Teklifi','draft','2025-08-30','2025-08-30',6700.00,20.00,1033.00,1535.00,6198.00,NULL,NULL,'2025-08-30 15:34:04','2025-08-30 15:34:04');
/*!40000 ALTER TABLE `quotes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `reminders`
--

DROP TABLE IF EXISTS `reminders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `reminders` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `customer_id` bigint unsigned NOT NULL,
  `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `message` text COLLATE utf8mb4_unicode_ci,
  `reminder_date` date NOT NULL,
  `sent_at` timestamp NULL DEFAULT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'pending',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `reminders_customer_id_index` (`customer_id`),
  KEY `reminders_reminder_date_index` (`reminder_date`),
  KEY `reminders_status_index` (`status`),
  CONSTRAINT `reminders_customer_id_foreign` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `reminders`
--

LOCK TABLES `reminders` WRITE;
/*!40000 ALTER TABLE `reminders` DISABLE KEYS */;
/*!40000 ALTER TABLE `reminders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `services`
--

DROP TABLE IF EXISTS `services`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `services` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `customer_id` bigint unsigned NOT NULL,
  `provider_id` bigint unsigned DEFAULT NULL,
  `service_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `service_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `service_identifier` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `price` decimal(10,2) DEFAULT '0.00',
  `sell_price` decimal(15,2) DEFAULT NULL,
  `cost_price` decimal(15,2) DEFAULT NULL,
  `payment_cycle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'monthly',
  `cycle` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'active',
  `notes` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `payment_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'recurring',
  PRIMARY KEY (`id`),
  KEY `services_customer_id_index` (`customer_id`),
  KEY `services_provider_id_index` (`provider_id`),
  KEY `services_service_type_index` (`service_type`),
  KEY `services_status_index` (`status`),
  KEY `services_end_date_index` (`end_date`),
  CONSTRAINT `services_customer_id_foreign` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE CASCADE,
  CONSTRAINT `services_provider_id_foreign` FOREIGN KEY (`provider_id`) REFERENCES `providers` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `services`
--

LOCK TABLES `services` WRITE;
/*!40000 ALTER TABLE `services` DISABLE KEYS */;
INSERT INTO `services` VALUES (14,1,2,'domain','2D91D6E9',NULL,'domain','test','2025-08-30','2025-09-14',1000.00,1000.00,100.00,'yearly','yearly','active','test','2025-08-30 09:53:18','2025-08-30 17:07:32','upfront'),(15,1,2,'hosting','B574C13B',NULL,'hosting',NULL,'2025-08-30','2025-09-04',1000.00,1000.00,500.00,'yearly','yearly','active',NULL,'2025-08-30 10:11:15','2025-08-30 17:07:53','upfront'),(16,1,2,'email','1D097D85','E-posta Paketi','email','mail hizmeti','2025-01-01','2026-01-01',7500.00,7500.00,1000.00,'yearly','yearly','active','mail hizmeti','2025-08-30 14:41:21','2025-08-30 14:41:21','upfront'),(17,1,2,'hosting','5E504A7C',NULL,'hosting',NULL,'2025-01-01','2026-01-01',1589.00,1589.00,769.00,'yearly','yearly','active',NULL,'2025-08-30 16:13:10','2025-08-30 16:13:10','installment');
/*!40000 ALTER TABLE `services` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `sessions` (
  `id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint unsigned DEFAULT NULL,
  `ip_address` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `user_agent` text COLLATE utf8mb4_unicode_ci,
  `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_activity` int NOT NULL,
  PRIMARY KEY (`id`),
  KEY `sessions_user_id_index` (`user_id`),
  KEY `sessions_last_activity_index` (`last_activity`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sessions`
--

LOCK TABLES `sessions` WRITE;
/*!40000 ALTER TABLE `sessions` DISABLE KEYS */;
INSERT INTO `sessions` VALUES ('DdT7ME1xRXIF5lcgWBheKsV1W4HE1t50bmPOSlCk',4,'::1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0','YTo1OntzOjY6Il90b2tlbiI7czo0MDoiNlFnempxTHNFeUkyM1BiajdWN2FTdFNrUVZLSWhDbDdxa3NZUjRWQiI7czozOiJ1cmwiO2E6MDp7fXM6OToiX3ByZXZpb3VzIjthOjE6e3M6MzoidXJsIjtzOjMxOiJodHRwOi8vbG9jYWxob3N0OjgwMDAvZGFzaGJvYXJkIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319czo1MDoibG9naW5fd2ViXzU5YmEzNmFkZGMyYjJmOTQwMTU4MGYwMTRjN2Y1OGVhNGUzMDk4OWQiO2k6NDt9',1756574318),('ej08zAxzqMorhK0qY29neM0JeTGEJewfIEjPyqkk',NULL,'::1','curl/8.7.1','YTozOntzOjY6Il90b2tlbiI7czo0MDoiSzFxQXV4R29nWFN5cFRDVTFPcUhjZXVXMHVSNFIwaWdzWjBDaEF2QyI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzE6Imh0dHA6Ly9sb2NhbGhvc3Q6ODAwMC9jaGFuZ2Vsb2ciO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19',1756574332),('lyc5hH9eKYxlXXrF0rjWQzcNLUNsmoDjSpPpsrtv',NULL,'::1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36','YTozOntzOjY6Il90b2tlbiI7czo0MDoiS0xPN0RQZk43SlpPTW1WazlmNEJ1YzhKRGk5WUpHdlFRenp0NVROTSI7czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czozMToiaHR0cDovL2xvY2FsaG9zdDo4MDAwL2Rhc2hib2FyZCI7fX0=',1756571786),('SIHEMtfnaGXslDvyqdNdoGWCm0N2tDX0550FTXul',4,'127.0.0.1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0','YTo1OntzOjY6Il90b2tlbiI7czo0MDoiMUxvNlJlRDBlY01Bbzd4WlNVY0lsWDhnUWRQTURLdUNOSVcyT0s0MSI7czozOiJ1cmwiO2E6MDp7fXM6OToiX3ByZXZpb3VzIjthOjE6e3M6MzoidXJsIjtzOjMxOiJodHRwOi8vbG9jYWxob3N0OjgwMDAvZGFzaGJvYXJkIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319czo1MDoibG9naW5fd2ViXzU5YmEzNmFkZGMyYjJmOTQwMTU4MGYwMTRjN2Y1OGVhNGUzMDk4OWQiO2k6NDt9',1756574414);
/*!40000 ALTER TABLE `sessions` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `settings` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `group` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `value` text COLLATE utf8mb4_unicode_ci,
  `type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'string',
  `label` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `options` json DEFAULT NULL,
  `is_public` tinyint(1) NOT NULL DEFAULT '0',
  `sort_order` int NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `settings_key_unique` (`key`),
  KEY `settings_group_index` (`group`)
) ENGINE=InnoDB AUTO_INCREMENT=96 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `settings` WRITE;
/*!40000 ALTER TABLE `settings` DISABLE KEYS */;
INSERT INTO `settings` VALUES (1,'company_name',NULL,'WH Kurumsal','string',NULL,NULL,NULL,0,0,'2025-08-28 20:30:33','2025-08-28 20:30:33'),(2,'company_address',NULL,'İstanbul, Türkiye','string',NULL,NULL,NULL,0,0,'2025-08-28 20:30:33','2025-08-28 20:30:33'),(3,'company_phone',NULL,'+90 212 123 45 67','string',NULL,NULL,NULL,0,0,'2025-08-28 20:30:33','2025-08-28 20:30:33'),(4,'company_email',NULL,'info@whkurumsal.com','string',NULL,NULL,NULL,0,0,'2025-08-28 20:30:33','2025-08-28 20:30:33'),(5,'company_website',NULL,'https://whkurumsal.com','string',NULL,NULL,NULL,0,0,'2025-08-28 20:30:33','2025-08-28 20:30:33'),(6,'currency_symbol','financial','₺','text','Para Birimi Sembolü','Para birimi sembolü',NULL,0,0,'2025-08-28 20:30:33','2025-08-29 15:01:06'),(7,'tax_rate','financial','18','number','KDV Oranı (%)','Varsayılan KDV oranı',NULL,0,0,'2025-08-28 20:30:33','2025-08-29 15:01:06'),(8,'invoice_prefix','financial','INV','text','Fatura Öneki','Fatura numaraları için önek',NULL,0,0,'2025-08-28 20:30:33','2025-08-29 15:01:06'),(9,'quote_prefix','financial','QUO','text','Teklif Öneki','Teklif numaraları için önek',NULL,0,0,'2025-08-28 20:30:33','2025-08-29 15:01:06'),(10,'smtp_host',NULL,'smtp.gmail.com','string',NULL,NULL,NULL,0,0,'2025-08-28 20:30:33','2025-08-28 20:30:33'),(11,'smtp_port',NULL,'587','integer',NULL,NULL,NULL,0,0,'2025-08-28 20:30:33','2025-08-28 20:30:33'),(12,'smtp_username',NULL,'','string',NULL,NULL,NULL,0,0,'2025-08-28 20:30:33','2025-08-28 20:30:33'),(13,'smtp_password',NULL,'','string',NULL,NULL,NULL,0,0,'2025-08-28 20:30:33','2025-08-28 20:30:33'),(14,'smtp_encryption',NULL,'tls','string',NULL,NULL,NULL,0,0,'2025-08-28 20:30:33','2025-08-28 20:30:33'),(15,'site_name','site','WH Kurumsal','text','Site Adı','Sitenizin görünen adı',NULL,0,0,'2025-08-29 15:01:05','2025-08-29 18:08:57'),(16,'site_description','site',NULL,'textarea','Site Açıklaması','Sitenizin meta açıklaması',NULL,0,0,'2025-08-29 15:01:05','2025-08-29 18:05:49'),(17,'site_keywords','site',NULL,'textarea','Site Anahtar Kelimeleri','SEO için anahtar kelimeler',NULL,0,0,'2025-08-29 15:01:05','2025-08-29 18:05:49'),(18,'site_logo','site','settings/zJu6utki0ojXBdInUEPZ8bKBuqbpIkNRF5FXJOuq.png','file','Site Logo','Ana logo dosyası (PNG, JPG)',NULL,0,0,'2025-08-29 15:01:05','2025-08-29 18:05:49'),(19,'site_favicon','site','settings/kGIvya3iXs5DkttvwG6I2lNffwTiHPVzMDe7mmYN.png','file','Site Favicon','Favicon dosyası (ICO, PNG)',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 18:06:13'),(20,'site_theme','site','default','select','Site Teması','Kullanılacak tema','{\"dark\": \"Koyu Tema\", \"light\": \"Açık Tema\", \"default\": \"Varsayılan\"}',0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(21,'contact_email','site','info@whkurumsal.com','email','İletişim E-posta','Ana iletişim e-posta adresi',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(22,'contact_phone','site','+90 212 123 4567','text','İletişim Telefon','Ana iletişim telefon numarası',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(23,'contact_address','site',NULL,'textarea','İletişim Adresi','Şirket adresi',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 18:05:49'),(24,'contact_working_hours','site','Pazartesi - Cuma: 09:00 - 18:00','text','Çalışma Saatleri','Şirket çalışma saatleri',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(25,'contact_support_email','site','destek@whkurumsal.com','email','Destek E-posta','Teknik destek e-posta adresi',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(26,'contact_sales_email','site','satis@whkurumsal.com','email','Satış E-posta','Satış e-posta adresi',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(27,'social_facebook','site','https://facebook.com/whkurumsal','text','Facebook URL','Facebook sayfa linki',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(28,'social_twitter','site','https://twitter.com/whkurumsal','text','Twitter URL','Twitter sayfa linki',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(29,'social_instagram','site','https://instagram.com/whkurumsal','text','Instagram URL','Instagram sayfa linki',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(30,'social_linkedin','site','https://linkedin.com/company/whkurumsal','text','LinkedIn URL','LinkedIn şirket sayfası',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(31,'social_youtube','site','https://youtube.com/whkurumsal','text','YouTube URL','YouTube kanal linki',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(32,'currency','financial','TRY','select','Para Birimi','Ana para birimi','{\"EUR\": \"Euro\", \"TRY\": \"Türk Lirası\", \"USD\": \"Amerikan Doları\"}',0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(33,'withholding_tax_rate','custom','20','number','Stopaj Vergi Oranı (%)','Stopaj vergi oranı',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(34,'tax_number','financial','1234567890','text','Vergi Numarası','Şirket vergi numarası',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(35,'bank_name','financial','Türkiye İş Bankası','text','Banka Adı','Ana banka adı',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(36,'bank_iban','financial','TR33 0006 4000 0001 2345 6789 01','text','Banka IBAN','Banka IBAN numarası',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(37,'bank_account_number','financial','1234567890','text','Banka Hesap No','Banka hesap numarası',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(38,'payment_methods','financial','[\"bank_transfer\",\"credit_card\",\"cash\"]','json','Ödeme Yöntemleri','Kabul edilen ödeme yöntemleri',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(39,'invoice_start_number','financial','1000','number','Fatura Başlangıç No','Fatura numaraları başlangıç değeri',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(40,'quote_start_number','financial','1000','number','Teklif Başlangıç No','Teklif numaraları başlangıç değeri',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(41,'auto_invoice_numbering','custom','1','boolean','Otomatik Fatura Numaralandırma','Fatura numaralarını otomatik artır',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(42,'auto_quote_numbering','custom','1','boolean','Otomatik Teklif Numaralandırma','Teklif numaralarını otomatik artır',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(43,'password_min_length','security','8','number','Minimum Şifre Uzunluğu','Şifreler için minimum karakter sayısı',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(44,'password_require_uppercase','security','1','boolean','Büyük Harf Zorunlu','Şifrelerde büyük harf zorunlu olsun',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(45,'password_require_numbers','security','1','boolean','Rakam Zorunlu','Şifrelerde rakam zorunlu olsun',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(46,'password_require_symbols','security','0','boolean','Özel Karakter Zorunlu','Şifrelerde özel karakter zorunlu olsun',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(47,'password_expiry_days','security','90','number','Şifre Geçerlilik Süresi (Gün)','Şifrelerin geçerlilik süresi',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(48,'session_timeout','security','120','number','Oturum Zaman Aşımı (Dakika)','Oturum zaman aşımı süresi',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(49,'max_login_attempts','security','5','number','Maksimum Giriş Denemesi','Hesap kilitleme öncesi maksimum deneme',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(50,'lockout_duration','security','30','number','Hesap Kilitleme Süresi (Dakika)','Hesap kilitleme süresi',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(51,'two_factor_auth','security','0','boolean','İki Faktörlü Doğrulama','İki faktörlü doğrulama aktif olsun',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(52,'allowed_ips','security',NULL,'textarea','İzin Verilen IP Adresleri','Sadece belirli IP adreslerinden erişim',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(53,'secure_cookies','security','1','boolean','Güvenli Çerezler','HTTPS üzerinden çerez gönderimi',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(54,'same_site_policy','security','lax','select','Same-Site Çerez Politikası','Çerez same-site politikası','{\"lax\": \"Lax\", \"none\": \"None\", \"strict\": \"Strict\"}',0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(55,'http_only_cookies','security','1','boolean','HTTP-Only Çerezler','JavaScript erişimini engelle',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(56,'https_required','security','0','boolean','HTTPS Zorunlu','Tüm bağlantılar HTTPS olsun',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(57,'csrf_protection','security','1','boolean','CSRF Koruması','CSRF token koruması aktif',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(58,'xss_protection','security','1','boolean','XSS Koruması','XSS koruması aktif',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(59,'content_security_policy','security','1','boolean','CSP Politikası','Content Security Policy aktif',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(60,'timezone','system','Europe/Istanbul','select','Zaman Dilimi','Sistem zaman dilimi','{\"UTC\": \"UTC\", \"Europe/London\": \"Londra (UTC+0)\", \"Europe/Istanbul\": \"İstanbul (UTC+3)\"}',0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(61,'locale','system','tr','select','Dil','Sistem dili','{\"en\": \"English\", \"tr\": \"Türkçe\"}',0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(62,'date_format','system','d.m.Y','select','Tarih Formatı','Tarih gösterim formatı','{\"Y-m-d\": \"YYYY-MM-DD\", \"d.m.Y\": \"DD.MM.YYYY\", \"d/m/Y\": \"DD/MM/YYYY\"}',0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(63,'time_format','system','H:i','select','Saat Formatı','Saat gösterim formatı','{\"H:i\": \"24 Saat\", \"h:i A\": \"12 Saat AM/PM\"}',0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(64,'maintenance_mode','system','0','boolean','Bakım Modu','Site bakım modunda olsun',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(65,'maintenance_message','system','Site bakımda, lütfen bekleyin...','textarea','Bakım Mesajı','Bakım modunda gösterilecek mesaj',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(66,'cache_enabled','system','1','boolean','Cache Aktif','Sistem cache\'i aktif olsun',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(67,'cache_duration','system','3600','number','Cache Süresi (Saniye)','Cache geçerlilik süresi',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(68,'log_level','system','info','select','Log Seviyesi','Sistem log seviyesi','{\"info\": \"Info\", \"debug\": \"Debug\", \"error\": \"Error\", \"warning\": \"Warning\"}',0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(69,'log_retention_days','system','30','number','Log Saklama Süresi (Gün)','Log dosyalarının saklanma süresi',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(70,'backup_enabled','system','1','boolean','Otomatik Yedekleme','Otomatik yedekleme aktif olsun',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(71,'backup_frequency','system','daily','select','Yedekleme Sıklığı','Yedekleme sıklığı','{\"daily\": \"Günlük\", \"weekly\": \"Haftalık\", \"monthly\": \"Aylık\"}',0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(72,'backup_retention','system','7','number','Yedek Saklama Sayısı','Saklanacak yedek sayısı',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(73,'mail_mailer','email','smtp','select','E-posta Gönderici','E-posta gönderim yöntemi','{\"log\": \"Log (Test)\", \"mail\": \"PHP Mail\", \"smtp\": \"SMTP\", \"sendmail\": \"Sendmail\"}',0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(74,'mail_host','email','smtp.gmail.com','text','SMTP Sunucu','SMTP sunucu adresi',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(75,'mail_port','email','587','number','SMTP Port','SMTP port numarası',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(76,'mail_username','email','','text','SMTP Kullanıcı Adı','SMTP kullanıcı adı',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(77,'mail_password','email','','password','SMTP Şifre','SMTP şifresi',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(78,'mail_encryption','email','tls','select','SMTP Şifreleme','SMTP bağlantı şifrelemesi','{\"ssl\": \"SSL\", \"tls\": \"TLS\", \"none\": \"Yok\"}',0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(79,'mail_from_address','email','info@whkurumsal.com','email','Gönderen E-posta','Gönderen e-posta adresi',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(80,'mail_from_name','email','WH Kurumsal','text','Gönderen Adı','Gönderen adı',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(81,'mail_reply_to','email','destek@whkurumsal.com','email','Yanıt E-posta','Yanıt için e-posta adresi',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(82,'mail_signature','email','WH Kurumsal Ekibi','textarea','E-posta İmzası','E-postalarda kullanılacak imza',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(83,'mail_queue_enabled','email','0','boolean','E-posta Kuyruğu','E-postaları kuyruk ile gönder',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(84,'mail_max_retries','email','3','number','Maksimum Yeniden Deneme','Başarısız e-postalar için yeniden deneme sayısı',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(85,'notifications_enabled','custom','1','boolean','Bildirimler Aktif','Sistem bildirimleri aktif olsun',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(86,'email_notifications','email','1','boolean','E-posta Bildirimleri','E-posta ile bildirim gönder',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(87,'sms_notifications','custom','0','boolean','SMS Bildirimleri','SMS ile bildirim gönder',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(88,'push_notifications','custom','0','boolean','Push Bildirimleri','Push bildirimleri aktif olsun',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(89,'notification_sound','advanced','1','boolean','Bildirim Sesi','Bildirimlerde ses çalsın',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(90,'api_enabled','advanced','1','boolean','API Aktif','REST API aktif olsun',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(91,'api_rate_limit','advanced','100','number','API Hız Limiti','Dakikada maksimum API isteği',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(92,'api_key_expiry_days','advanced','365','number','API Anahtar Geçerlilik (Gün)','API anahtarlarının geçerlilik süresi',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(93,'webhook_enabled','advanced','0','boolean','Webhook Aktif','Webhook bildirimleri aktif olsun',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(94,'webhook_url','advanced','','text','Webhook URL','Webhook bildirimleri için URL',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06'),(95,'webhook_secret','advanced','','password','Webhook Gizli Anahtar','Webhook doğrulama için gizli anahtar',NULL,0,0,'2025-08-29 15:01:06','2025-08-29 15:01:06');
/*!40000 ALTER TABLE `settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `ssl_certificates`
--

DROP TABLE IF EXISTS `ssl_certificates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `ssl_certificates` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `service_id` bigint unsigned NOT NULL,
  `certificate_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `issuer` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `serial_number` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `issued_date` date DEFAULT NULL,
  `expiry_date` date DEFAULT NULL,
  `common_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `subject_alternative_names` text COLLATE utf8mb4_unicode_ci,
  `key_size` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `signature_algorithm` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `notes` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `ssl_certificates_service_id_foreign` (`service_id`),
  CONSTRAINT `ssl_certificates_service_id_foreign` FOREIGN KEY (`service_id`) REFERENCES `services` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `ssl_certificates`
--

LOCK TABLES `ssl_certificates` WRITE;
/*!40000 ALTER TABLE `ssl_certificates` DISABLE KEYS */;
/*!40000 ALTER TABLE `ssl_certificates` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `users` (
  `id` bigint unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `theme` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'light',
  `theme_color` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'blue',
  `dashboard_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Takip Sistemi Dashboard',
  `is_admin` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `users_email_unique` (`email`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `users` WRITE;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
INSERT INTO `users` VALUES (3,'Demo Kullanıcı','demo@example.com',NULL,'$2y$12$u6UADBksTzuY/ge.iiD1Q.FOya5fsjqFeMMBRfmBId9nD23A959oi',NULL,'2025-08-28 20:33:30','2025-08-28 20:33:30','light','blue','Takip Sistemi Dashboard',0),(4,'Admin Kullanıcı','admin@whkurumsal.com',NULL,'$2y$12$o1dp4bRNkp4WM1dOGDAZ0eN8B.vJZbJzVUPLb6ZKQh0Ld3fD5Okgy',NULL,'2025-08-28 20:33:30','2025-08-30 09:37:43','light','blue','Takip Sistemi Dashboard',1);
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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 */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2025-08-30 20:27:37
