Your Smart Health Companion

Advanced Health Solution

Using Artifical Intelligence Technology
Download Now

Health Topics

Latest Article

View All
Self Help

6 Factors Affecting Wound Healing Time

The blockage of blood circulation can cause delayed wound healing.
Read More
Daily Contact Lens Wear: Navigating the Hazards
Lifestyle
Tuesday, 21 January 2025 | 13:13

Daily Contact Lens Wear: Navigating the Hazards

Wearing contact lenses can definitely improve your appearance. However, there are risks to wearing contact lenses every day.
Read More
How to Overcome Skin Irritation Due to Excessive Exfoliation
Self Help
Tuesday, 10 December 2024 | 11:18

How to Overcome Skin Irritation Due to Excessive Exfoliation

Excessive exfoliation can result in skin irritation, redness, and acne.
Read More
Causes of Bloating After Exercise and How to Overcome It
Diseases
Sunday, 8 December 2024 | 17:35

Causes of Bloating After Exercise and How to Overcome It

Bloating is a common digestive issue many people face after intense workouts.
Read More

Videos

View All
Doctor Said

Sleeping on The Floor Cause Buildup in Your Lungs, Is It Possible?

Have you ever heard people say that sleeping on the floor can trigger pneumonia? Is this a fact or myth? Listen to further explanation.

Pregnancy Outside The Womb, Is It Possible?

Pregnancy Outside The Womb, Is It Possible?

Wednesday, 6 December 2023 | 05:56
Can Children Develop Diabetes? Exploring the Truth

Can Children Develop Diabetes? Exploring the Truth

Friday, 22 December 2023 | 03:53
Request history8.1.29PHP Version2.29sRequest Duration4MBMemory UsageGET /Route
    • Booting (458ms)time
    • Application (1.83s)time
    • 1 x Application (79.98%)
      1.83s
      1 x Booting (20.02%)
      458ms
      8 templates were rendered
      • 1x web.v2.indexindex.blade.php#?blade
      • 1x web.v2.pinnedpinned.blade.php#?blade
      • 1x web.v2.partials.healthtopichealthtopic.blade.php#?blade
      • 1x web.v2.home.latest-articlelatest-article.blade.php#?blade
      • 1x web.v2.partials.populerpopuler.blade.php#?blade
      • 1x web.v2.video.video-listsvideo-lists.blade.php#?blade
      • 1x layouts.v2.web_layoutweb_layout.blade.php#?blade
      • 1x layouts.v2.menu_hovermenu_hover.blade.php#?blade
      uri
      GET /
      middleware
      web
      controller
      App\Http\Controllers\WebController@index
      namespace
      App\Http\Controllers
      prefix
      where
      as
      web
      file
      app/Http/Controllers/WebController.php:63-122
      22 statements were executed1.78s
      • WebController.php#85mydatabase849msselect * from `posts` where `status` = 1 and `publish_date` <= '2025-07-05 15:45:24' and `content_type` = 'article' and `slug_en` is not null and `slug_en` != '_' and `slug_en` != '' and `posts`.`deleted_at` is null order by RAND() limit 3
        Bindings
        • 0: 1
        • 1: 2025-07-05 15:45:24
        • 2: article
        • 3: _
        • 4: 
        Hints
        • Use SELECT * only if you need all columns from table
        • ORDER BY RAND() is slow, try to avoid if you can. You can read this or this
        • The != operator is not standard. Use the <> operator to test for inequality instead.
        Backtrace
        • app/Http/Controllers/WebController.php:85
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • WebController.php#99mydatabase432msselect * from `posts` where `status` = 1 and `publish_date` <= '2025-07-05 15:45:25' and `is_pinned` = 1 and `deleted_at` is null and `slug_en` is not null and `slug_en` != '_' and `slug_en` != '' and `posts`.`deleted_at` is null order by `updated_at` desc
        Bindings
        • 0: 1
        • 1: 2025-07-05 15:45:25
        • 2: 1
        • 3: _
        • 4: 
        Hints
        • Use SELECT * only if you need all columns from table
        • The != operator is not standard. Use the <> operator to test for inequality instead.
        Backtrace
        • app/Http/Controllers/WebController.php:99
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • WebController.php#100mydatabase454msselect * from `posts` where `content_type` = 'article' and `status` = '1' and `publish_date` <= '2025-07-05 15:45:25' and `deleted_at` is null and `slug_en` is not null and `slug_en` != '' and `posts`.`deleted_at` is null order by `publish_date` desc limit 4
        Bindings
        • 0: article
        • 1: 1
        • 2: 2025-07-05 15:45:25
        • 3: 
        Hints
        • Use SELECT * only if you need all columns from table
        • The != operator is not standard. Use the <> operator to test for inequality instead.
        Backtrace
        • app/Http/Controllers/WebController.php:100
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • WebController.php#100mydatabase1.01msselect * from `categories` where `categories`.`id` in (0) and `categories`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/WebController.php:100
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • WebController.php#100mydatabase11.89msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` in (41, 9201, 10103, 10104) and `categories`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/WebController.php:100
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • WebController.php#101mydatabase2.28msselect * from `videos` where `status` = 1 and `slug_en` is not null order by `updated_at` desc limit 4
        Bindings
        • 0: 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/WebController.php:101
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • CategoryHealtTopics.php#11mydatabase960μsselect * from `categories` where (`slug` != 'penyakit-a-z' and `slug` != 'obat-a-z' and `slug` != 'pemeriksaan-a-z' and `parent_id` = '0') and `categories`.`deleted_at` is null order by `order` asc
        Bindings
        • 0: penyakit-a-z
        • 1: obat-a-z
        • 2: pemeriksaan-a-z
        • 3: 0
        Hints
        • Use SELECT * only if you need all columns from table
        • The != operator is not standard. Use the <> operator to test for inequality instead.
        Backtrace
        • app/Repositories/Categories/CategoryHealtTopics.php:11
        • app/Http/Controllers/WebController.php:102
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • WebController.php#110mydatabase1.22msselect * from `highlight` where `status` = 1 and `placement` = 'highlight' and `name_en` is not null and `slug_en` is not null and `image_en` is not null and `url_en` is not null order by `updated_at` desc
        Bindings
        • 0: 1
        • 1: highlight
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/WebController.php:110
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • WebController.php#118mydatabase640μsselect * from `highlight` where `status` = 1 and `placement` = 'promo' and `name_en` is not null and `slug_en` is not null and `image_en` is not null and `url_en` is not null order by `updated_at` desc
        Bindings
        • 0: 1
        • 1: promo
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/WebController.php:118
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • WebController.php#120mydatabase1.01msselect * from `booklets` where `is_published` = 1 order by `id` desc limit 4
        Bindings
        • 0: 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/WebController.php:120
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • pinned.blade.php#13mydatabase5.63msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 8437 and `categories`.`deleted_at` is null
        Bindings
        • 0: 8437
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.pinned:13
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • populer.blade.php#15mydatabase6.14msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 9981 and `categories`.`deleted_at` is null
        Bindings
        • 0: 9981
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.populer:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • populer.blade.php#15mydatabase5.9msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 9676 and `categories`.`deleted_at` is null
        Bindings
        • 0: 9676
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.populer:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • populer.blade.php#15mydatabase5.63msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 7648 and `categories`.`deleted_at` is null
        Bindings
        • 0: 7648
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.populer:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • web_layout.blade.php#111mydatabase1.16msselect * from `pages` where `slug` = 'about-us' limit 1
        Bindings
        • 0: about-us
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • view::layouts.v2.web_layout:111
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • menu_hover.blade.php#53mydatabase480μsselect * from `categories` where `name` = 'Penyakit A-Z' and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: Penyakit A-Z
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • view::layouts.v2.menu_hover:53
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • menu_hover.blade.php#54mydatabase480μsselect * from `categories` where `name` = 'Obat A-Z' and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: Obat A-Z
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • view::layouts.v2.menu_hover:54
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • menu_hover.blade.php#55mydatabase530μsselect * from `categories` where `name` = 'Pemeriksaan A-Z' and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: Pemeriksaan A-Z
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • view::layouts.v2.menu_hover:55
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • menu_hover.blade.php#158mydatabase810μsselect * from `videos` where `status` = 1 and `slug_en` is not null order by `updated_at` desc limit 1
        Bindings
        • 0: 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::layouts.v2.menu_hover:158
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • menu_hover.blade.php#221mydatabase500μsselect * from `booklets` where `is_published` = 1 order by `id` desc limit 1
        Bindings
        • 0: 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::layouts.v2.menu_hover:221
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • web_layout.blade.php#359mydatabase770μsselect * from `faqs` where `name_en` is not null and `slug_en` is not null limit 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • view::layouts.v2.web_layout:359
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • web_layout.blade.php#361mydatabase1.95msselect * from `term_policies`
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        Backtrace
        • view::layouts.v2.web_layout:361
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      App\Models\Admin\Category
      17Category.php#?
      App\Models\Admin\Post
      8Post.php#?
      App\Models\Admin\Video
      5Video.php#?
      App\Models\Admin\Booklet
      5Booklet.php#?
      App\Models\TermPolicy
      3TermPolicy.php#?
      App\Models\Admin\Page
      1Page.php#?
      App\Models\Admin\Faq
      1Faq.php#?
          locale
          en
          _token
          hmdicAVUwI8vnbvZdHBUS6OOC9BGbZqWgwPLL1yY
          _previous
          array:1 [ "url" => "https://ai-care-dict.atmatech.id" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:20 [ "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6ImpDbnZ3S3NNSXJlWWRBeTAxZ0hNYXc9PSIsInZhbHVlIjoiSXRURlRlOTZmenFMV2hvNXBxNXV1SytwZmdtbEtOaHJSdnFDRkJ0T1RkM1BxN3c2VFdMSDF5Rk9SMEdVamRSVG5OOXgyWXR2OThGWkp2MjZNZVJjU2R6SlFzVE42SjNpQmlaMG5qZzJTVUcvZEFpOVBGckRvMmIzd1crRGdCdlIiLCJtYWMiOiIyZThjZTMxY2VmZTVjMGFhODQ3MGIyMjkxNDJmNDgyMzQxNjNlZmNmZTczOTIzOTQ0MTMzMjljNTRiYTBmY2MyIiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6IjBaOHRUc0JJK2JXbkdsZWNTVm12d3c9PSIsInZhbHVlIjoiQnA1RnVtYmR0diszbFlqZ1FZTzNLVDcwYzJWTUU4RVlXN1dQRncvYk9wU1NYemNSbnByMnA1UW01c1p4MWljSDVuTFl3WnU0Ym9RS005SzRwaWF6T25sbE1mcE1YUUpEZ2xiSnVxVFlLL0duSU9XeTF3eFR3dy9heU5aK0NOK2siLCJtYWMiOiI3MWYwZTM4YmRlY2M5ZjU4YjczMzIwNjFlMWI2MGIwMTEyMDcxMzc2YzZkMTljZDA0MzM5ZTdjMGVkYmE5MDY4IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6ImpDbnZ3S3NNSXJlWWRBeTAxZ0hNYXc9PSIsInZhbHVlIjoiSXRURlRlOTZmenFMV2hvNXBxNXV1SytwZmdtbEtOaHJSdnFDRkJ0T1RkM1BxN3c2VFdMSDF5Rk9SMEdVamRSVG5OOXgyW" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "close" ] "x-real-ip" => array:1 [ 0 => "216.73.216.239" ] "x-forwarded-for" => array:1 [ 0 => "216.73.216.239" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-scheme" => array:1 [ 0 => "https" ] "host" => array:1 [ 0 => "ai-care-dict.atmatech.id" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "hmdicAVUwI8vnbvZdHBUS6OOC9BGbZqWgwPLL1yY" "laravel_session" => "NESCc64XTRQmuCpMjOvj0m4CqecZRwtNJngdkcz1" ]
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sat, 05 Jul 2025 08:45:25 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik9JU1lNVE1QbCtyK1F2cTRYLy9GOEE9PSIsInZhbHVlIjoiRTVUUWlZMXlzSGMrL1V4WUt0dm13UUw0N2M2czZ2cEdyWXVpcC9JZFhwVks1TnBJSG9hd0kzRVdzZGppMFNFRWUrMFY3RVNrbnZwSVp0VVZrRVRQTGljS0FKNDdqMUVXazhoVnNMQkdsMjVmbERwL0dBajFXSHJPZG13ZmV2N20iLCJtYWMiOiI2ZTk1YWVhNjIwZTMyMGFmNDI1ZGQxZmFjMTUzZjllNjlhN2QzODVkMWI1NGMwNDZlMGYwYjMxZDQyY2RkYmQ0IiwidGFnIjoiIn0%3D; expires=Sat, 05 Jul 2025 10:45:26 GMT; Max-Age=7200; path=/; secureXSRF-TOKEN=eyJpdiI6Ik9JU1lNVE1QbCtyK1F2cTRYLy9GOEE9PSIsInZhbHVlIjoiRTVUUWlZMXlzSGMrL1V4WUt0dm13UUw0N2M2czZ2cEdyWXVpcC9JZFhwVks1TnBJSG9hd0kzRVdzZGppMFNFRWUrMFY3R" 1 => "laravel_session=eyJpdiI6Im53RTFicjB5bmExYlF2U2ltaitzckE9PSIsInZhbHVlIjoiMzUxUkZLcGRob0s5b2pabzRyelllYjY0aXhiNWdlcXNjTERvN3RQUkpDMFdKNmVadjR0a1RwTTYrWitGQUVseEZ2Nm9oV1pSVHMwd0QySXg4S1ZtSURNRXVIMkdqNFJJVHBnZEdaSDYwSzZCRnZlN2pkeUJ0U0RhRi8vbUxXanEiLCJtYWMiOiJhNWMwMDIwYjVlOTgyNjc5NzEzMmM1ZDEwYjg3OGU5NTI1ODJlZmMwY2U3NzBlOTcyOTExNDVhYTRiZDYyMzdiIiwidGFnIjoiIn0%3D; expires=Sat, 05 Jul 2025 10:45:26 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6Im53RTFicjB5bmExYlF2U2ltaitzckE9PSIsInZhbHVlIjoiMzUxUkZLcGRob0s5b2pabzRyelllYjY0aXhiNWdlcXNjTERvN3RQUkpDMFdKNmVadjR0a1RwTTYrWitGQUVseEZ2" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik9JU1lNVE1QbCtyK1F2cTRYLy9GOEE9PSIsInZhbHVlIjoiRTVUUWlZMXlzSGMrL1V4WUt0dm13UUw0N2M2czZ2cEdyWXVpcC9JZFhwVks1TnBJSG9hd0kzRVdzZGppMFNFRWUrMFY3RVNrbnZwSVp0VVZrRVRQTGljS0FKNDdqMUVXazhoVnNMQkdsMjVmbERwL0dBajFXSHJPZG13ZmV2N20iLCJtYWMiOiI2ZTk1YWVhNjIwZTMyMGFmNDI1ZGQxZmFjMTUzZjllNjlhN2QzODVkMWI1NGMwNDZlMGYwYjMxZDQyY2RkYmQ0IiwidGFnIjoiIn0%3D; expires=Sat, 05-Jul-2025 10:45:26 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Ik9JU1lNVE1QbCtyK1F2cTRYLy9GOEE9PSIsInZhbHVlIjoiRTVUUWlZMXlzSGMrL1V4WUt0dm13UUw0N2M2czZ2cEdyWXVpcC9JZFhwVks1TnBJSG9hd0kzRVdzZGppMFNFRWUrMFY3R" 1 => "laravel_session=eyJpdiI6Im53RTFicjB5bmExYlF2U2ltaitzckE9PSIsInZhbHVlIjoiMzUxUkZLcGRob0s5b2pabzRyelllYjY0aXhiNWdlcXNjTERvN3RQUkpDMFdKNmVadjR0a1RwTTYrWitGQUVseEZ2Nm9oV1pSVHMwd0QySXg4S1ZtSURNRXVIMkdqNFJJVHBnZEdaSDYwSzZCRnZlN2pkeUJ0U0RhRi8vbUxXanEiLCJtYWMiOiJhNWMwMDIwYjVlOTgyNjc5NzEzMmM1ZDEwYjg3OGU5NTI1ODJlZmMwY2U3NzBlOTcyOTExNDVhYTRiZDYyMzdiIiwidGFnIjoiIn0%3D; expires=Sat, 05-Jul-2025 10:45:26 GMT; path=/; httponlylaravel_session=eyJpdiI6Im53RTFicjB5bmExYlF2U2ltaitzckE9PSIsInZhbHVlIjoiMzUxUkZLcGRob0s5b2pabzRyelllYjY0aXhiNWdlcXNjTERvN3RQUkpDMFdKNmVadjR0a1RwTTYrWitGQUVseEZ2" ] ]
          session_attributes
          0 of 0
          array:4 [ "locale" => "en" "_token" => "hmdicAVUwI8vnbvZdHBUS6OOC9BGbZqWgwPLL1yY" "_previous" => array:1 [ "url" => "https://ai-care-dict.atmatech.id" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-07-05 15:45:26GET/82240