Heart & Blood Vessels

Chronic Cor Pulmonale

Friday, 2 August 2024 | 15:19

Cor pulmonale is a condition in which there are changes in the function and structure of the right ventricle of the heart.

Inflammation of the Heart Wall

Friday, 2 August 2024 | 14:53

Inflammation of the heart wall is a disease that causes the heart to become inflamed. This disease is distinguished according to the layer of the heart that is affected.

Hypertensive encephalopathy

Friday, 2 August 2024 | 11:57

Hypertensive encephalopathy is an acute neurological syndrome characterized by one or more clinical manifestations associated with high blood pressure.

Varicose veins

Friday, 2 August 2024 | 10:55

Varicose veins are enlarged, tortuous veins that usually occur in the legs and feet.

Hypertension

Wednesday, 31 July 2024 | 15:11

hypertension

Chronic Heart Failure

Tuesday, 30 July 2024 | 14:40

The persistent inability of the heart to pump sufficient amounts of blood throughout the body.

Ventricular Fibrillation

Tuesday, 30 July 2024 | 12:06

Ventricular fibrillation is a type of heart rhythm disorder (arrhythmia).

Atrial fibrillation

Monday, 29 July 2024 | 17:00

Atrial fibrillation is one of the most common heart rhythm disorders.

Arrhythmia

Thursday, 25 July 2024 | 16:36

Arrhythmia refers to an irregular heartbeat, occurring when the electrical signals that regulate the heart's rhythm fail to function properly.

Vascular Anomaly

Thursday, 25 July 2024 | 16:05

Vascular anomalies are abnormalities or irregularities within the vascular system.

Health Topics

Request history8.1.29PHP Version393msRequest Duration6MBMemory UsageGET kanal/{slug}Route
    • Booting (209ms)time
    • Application (184ms)time
    • 1 x Booting (53.18%)
      209ms
      1 x Application (46.82%)
      184ms
      6 templates were rendered
      • 1x web.v2.category-postcategory-post.blade.php#?blade
      • 1x web.partials.category-post.slideslide.blade.php#?blade
      • 1x web.v2.partials.category-post.listlist.blade.php#?blade
      • 1x vendor.pagination.bootstrap-4-v3bootstrap-4-v3.blade.php#?blade
      • 1x web.v2.partials.healthtopichealthtopic.blade.php#?blade
      • 1x layouts.v2.web_layoutweb_layout.blade.php#?blade
      uri
      GET kanal/{slug}
      middleware
      web
      controller
      App\Http\Controllers\WebController@category
      namespace
      App\Http\Controllers
      prefix
      where
      as
      web.category.post
      file
      app/Http/Controllers/WebController.php:990-1041
      20 statements were executed117ms
      • WebController.php#997aicare_prod_new990μsselect * from `categories` where (`slug` = 'heart-blood-vessels-disorders-en' or `slug_en` = 'heart-blood-vessels-disorders-en') and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: heart-blood-vessels-disorders-en
        • 1: heart-blood-vessels-disorders-en
        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
        • app/Http/Controllers/WebController.php:997
        • 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#997aicare_prod_new810μsselect * from `categories` where `categories`.`id` in (7) and `categories`.`deleted_at` is null
        Bindings
        • 0: 7
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/WebController.php:997
        • 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#1021aicare_prod_new20.56msselect * from `posts` where exists (select * from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `posts`.`id` = `category_post`.`post_id` and `categories`.`id` = 16 and `categories`.`deleted_at` is null) and `status` = 1 and `status` = 1 and `publish_date` <= '2025-04-14 12:17:01' and `slug_en` is not null and `title_en` is not null and `posts`.`deleted_at` is null order by `publish_date` desc
        Bindings
        • 0: 16
        • 1: 1
        • 2: 1
        • 3: 2025-04-14 12:17:01
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/WebController.php:1021
        • 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#11aicare_prod_new1.37msselect * 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:1027
        • 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
      • slide.blade.php#13aicare_prod_new9msselect `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` = 3504 and `categories`.`deleted_at` is null
        Bindings
        • 0: 3504
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.partials.category-post.slide: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
      • slide.blade.php#13aicare_prod_new8.76msselect `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` = 3429 and `categories`.`deleted_at` is null
        Bindings
        • 0: 3429
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.partials.category-post.slide: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
      • slide.blade.php#13aicare_prod_new8.35msselect `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` = 3757 and `categories`.`deleted_at` is null
        Bindings
        • 0: 3757
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.partials.category-post.slide: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
      • list.blade.php#10aicare_prod_new8.95msselect `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` = 3293 and `categories`.`deleted_at` is null
        Bindings
        • 0: 3293
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.category-post.list:10
        • 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
      • list.blade.php#10aicare_prod_new8.93msselect `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` = 3343 and `categories`.`deleted_at` is null
        Bindings
        • 0: 3343
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.category-post.list:10
        • 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
      • list.blade.php#10aicare_prod_new8.7msselect `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` = 2149 and `categories`.`deleted_at` is null
        Bindings
        • 0: 2149
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.category-post.list:10
        • 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
      • list.blade.php#10aicare_prod_new6.18msselect `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` = 3300 and `categories`.`deleted_at` is null
        Bindings
        • 0: 3300
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.category-post.list:10
        • 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
      • list.blade.php#10aicare_prod_new5.11msselect `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` = 3123 and `categories`.`deleted_at` is null
        Bindings
        • 0: 3123
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.category-post.list:10
        • 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
      • list.blade.php#10aicare_prod_new5.48msselect `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` = 3263 and `categories`.`deleted_at` is null
        Bindings
        • 0: 3263
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.category-post.list:10
        • 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
      • list.blade.php#10aicare_prod_new5.25msselect `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` = 3335 and `categories`.`deleted_at` is null
        Bindings
        • 0: 3335
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.category-post.list:10
        • 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
      • list.blade.php#10aicare_prod_new5.49msselect `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` = 3314 and `categories`.`deleted_at` is null
        Bindings
        • 0: 3314
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.category-post.list:10
        • 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
      • list.blade.php#10aicare_prod_new5.31msselect `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` = 3213 and `categories`.`deleted_at` is null
        Bindings
        • 0: 3213
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.category-post.list:10
        • 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
      • list.blade.php#10aicare_prod_new5.32msselect `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` = 3236 and `categories`.`deleted_at` is null
        Bindings
        • 0: 3236
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.category-post.list:10
        • 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#122aicare_prod_new800μsselect * 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:122
        • 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#549aicare_prod_new630μ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:549
        • 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#551aicare_prod_new910μsselect * 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:551
        • 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\Post
      44Post.php#?
      App\Models\Admin\Category
      25Category.php#?
      App\Models\TermPolicy
      3TermPolicy.php#?
      App\Models\Admin\Page
      1Page.php#?
      App\Models\Admin\Faq
      1Faq.php#?
          locale
          en
          _token
          QwCCb9rNbF3idcVaNZJDi5QqTIkM2W08rPpF4g9z
          _previous
          array:1 [ "url" => "https://ai-care.atmatech.id/kanal/heart-blood-vessels-disorders-en" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /kanal/heart-blood-vessels-disorders-en
          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=eyJpdiI6InBIVkFRREI2NzdYZm5SNFAzUjAxZ0E9PSIsInZhbHVlIjoiamxYZXNrdmpVRzM3ZnhQaWVFaFlKaE1NYjVLelJlZUpyaXBiRHJQV2JtdCtwL29MdnoyT1RnaUIxYU5Lb3FKeE50b1NKNTlDeVAwVG5iTXB5NEFRUVc2RWhScFFNYXN4K0Y3NmN6aXByNTY2d3pKRXdYNGRLWnYwZk9ZdGlmRTIiLCJtYWMiOiIyNTZiYzY2ZTBjMWE1ZjhjNzRiN2JmN2MyN2UzYzkwOWE0Njc2MmE5NGE5MGI1ZWZjZjVkOTkxODhhN2I1MzcyIiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6IkZ1M1BZV2F3eFdxS1kydW1NSy9aSkE9PSIsInZhbHVlIjoiOWY3L0VBTU1EUWZBTDhxdHBMWlhHSEoxQUR0L0h0TEJOV1U3Vy90cGNmVFp4WVdqU0pSQUFPeXMyZ1dWcFZzVEo3Y1JuMFVMSmE1akRVZTN1ZUpDMnVkelZYSmJkdzgyMnVRbUk2TTRhcTlXLzZTdnJkKzd4ZCtwR1lDZllmN2ciLCJtYWMiOiJjOGNmMDI4MjJlMGEyZTBlYmFjY2RhNDUwOGY0M2Y0MWJmY2UwZmRmYjRhZWIzNjFhZTMyZGUzYzI4NDQ5MmQ0IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6InBIVkFRREI2NzdYZm5SNFAzUjAxZ0E9PSIsInZhbHVlIjoiamxYZXNrdmpVRzM3ZnhQaWVFaFlKaE1NYjVLelJlZUpyaXBiRHJQV2JtdCtwL29MdnoyT1RnaUIxYU5Lb3FKeE50b1NKN" ] "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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "x-real-ip" => array:1 [ 0 => "3.142.220.14" ] "x-forwarded-for" => array:1 [ 0 => "3.142.220.14" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-scheme" => array:1 [ 0 => "https" ] "host" => array:1 [ 0 => "ai-care.atmatech.id" ] "connection" => array:1 [ 0 => "keep-alive" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "QwCCb9rNbF3idcVaNZJDi5QqTIkM2W08rPpF4g9z" "laravel_session" => "6Ss4WIzTMlLFSVnsJEcVflgdVQhUO7oKk1J7stJA" ]
          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 => "Mon, 14 Apr 2025 05:17:01 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJsblZNNG1LY0IxYmFiQkZUV0E5c0E9PSIsInZhbHVlIjoiZHEyL3lwNWVjbWsrd3JwMGV3TGJBUkZldHRxMlp0bmFrY3dsWlZlU2lSUW0vYTNoKzVoczhVUkpZT3c2OVVTYmZtV0UvR3FtN3VYMzIwc01ZSWtUa1ZseHZ0ZWREeExSSFl6YjFYMWZzOFhENDdQQ2NVYXJFZ2JhOVlzNWNqQUsiLCJtYWMiOiJlODhhYzI5ZThiYjZhODBkMzgxZThiZDE0MzU0ZTlkMzNlYTc1ZGUwMDE2MGM0ODAxM2VjMThmYWNkMTczNjU0IiwidGFnIjoiIn0%3D; expires=Mon, 14 Apr 2025 07:17:02 GMT; Max-Age=7200; path=/; secureXSRF-TOKEN=eyJpdiI6IlJsblZNNG1LY0IxYmFiQkZUV0E5c0E9PSIsInZhbHVlIjoiZHEyL3lwNWVjbWsrd3JwMGV3TGJBUkZldHRxMlp0bmFrY3dsWlZlU2lSUW0vYTNoKzVoczhVUkpZT3c2OVVTYmZtV0UvR" 1 => "laravel_session=eyJpdiI6InFsN0diMXlRVEhDbzBJRHpMdXRhQVE9PSIsInZhbHVlIjoidzhmTkZnMDZ0STFuazlWSm1rYVZlUmNYc2xER0o5MGpGOG5KWGdacXluYlBPalE0K3VXQmRVa0dTTFZvNU96T1BLUVlSTW53eUd6U21JWVpLWGpCWkl6eEV2VGF1T2pOQ3hZM3d6TGFmOXc3UWs0SDFBNFVkV2xDc0ZxVHVJbnAiLCJtYWMiOiI5Mjk5OGQ1NTY5MTY2OWYwYWUyMWZiM2JkZTVlZTU0ZDE5NGM4NGE1NTkwMjQ5YzU3YWI1OWY1ZDkzYzVkMmQ1IiwidGFnIjoiIn0%3D; expires=Mon, 14 Apr 2025 07:17:02 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6InFsN0diMXlRVEhDbzBJRHpMdXRhQVE9PSIsInZhbHVlIjoidzhmTkZnMDZ0STFuazlWSm1rYVZlUmNYc2xER0o5MGpGOG5KWGdacXluYlBPalE0K3VXQmRVa0dTTFZvNU96T1BL" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlJsblZNNG1LY0IxYmFiQkZUV0E5c0E9PSIsInZhbHVlIjoiZHEyL3lwNWVjbWsrd3JwMGV3TGJBUkZldHRxMlp0bmFrY3dsWlZlU2lSUW0vYTNoKzVoczhVUkpZT3c2OVVTYmZtV0UvR3FtN3VYMzIwc01ZSWtUa1ZseHZ0ZWREeExSSFl6YjFYMWZzOFhENDdQQ2NVYXJFZ2JhOVlzNWNqQUsiLCJtYWMiOiJlODhhYzI5ZThiYjZhODBkMzgxZThiZDE0MzU0ZTlkMzNlYTc1ZGUwMDE2MGM0ODAxM2VjMThmYWNkMTczNjU0IiwidGFnIjoiIn0%3D; expires=Mon, 14-Apr-2025 07:17:02 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlJsblZNNG1LY0IxYmFiQkZUV0E5c0E9PSIsInZhbHVlIjoiZHEyL3lwNWVjbWsrd3JwMGV3TGJBUkZldHRxMlp0bmFrY3dsWlZlU2lSUW0vYTNoKzVoczhVUkpZT3c2OVVTYmZtV0UvR" 1 => "laravel_session=eyJpdiI6InFsN0diMXlRVEhDbzBJRHpMdXRhQVE9PSIsInZhbHVlIjoidzhmTkZnMDZ0STFuazlWSm1rYVZlUmNYc2xER0o5MGpGOG5KWGdacXluYlBPalE0K3VXQmRVa0dTTFZvNU96T1BLUVlSTW53eUd6U21JWVpLWGpCWkl6eEV2VGF1T2pOQ3hZM3d6TGFmOXc3UWs0SDFBNFVkV2xDc0ZxVHVJbnAiLCJtYWMiOiI5Mjk5OGQ1NTY5MTY2OWYwYWUyMWZiM2JkZTVlZTU0ZDE5NGM4NGE1NTkwMjQ5YzU3YWI1OWY1ZDkzYzVkMmQ1IiwidGFnIjoiIn0%3D; expires=Mon, 14-Apr-2025 07:17:02 GMT; path=/; httponlylaravel_session=eyJpdiI6InFsN0diMXlRVEhDbzBJRHpMdXRhQVE9PSIsInZhbHVlIjoidzhmTkZnMDZ0STFuazlWSm1rYVZlUmNYc2xER0o5MGpGOG5KWGdacXluYlBPalE0K3VXQmRVa0dTTFZvNU96T1BL" ] ]
          session_attributes
          0 of 0
          array:4 [ "locale" => "en" "_token" => "QwCCb9rNbF3idcVaNZJDi5QqTIkM2W08rPpF4g9z" "_previous" => array:1 [ "url" => "https://ai-care.atmatech.id/kanal/heart-blood-vessels-disorders-en" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-14 12:17:02GET/kanal/heart-blood-vessels-disorders-en62074