Saluran Cerna

Abses Apendiks

Jumat, 10 Mei 2024 | 12:55

Ketahui penyebab, pencegahan, faktor risiko, komplikasi hingga terapi dari abses apendiks

Keracunan Insektisida

Jumat, 10 Mei 2024 | 10:16

Keracunan insektisida terjadi ketika zat kimia tersebut tertelan, terhirup, atau diserap oleh kulit

Ulkus

Senin, 6 Mei 2024 | 16:45

Ulkus adalah sebuah luka nyeri pada kulit, selaput lendir, atau permukaan jaringan

Kanker Pankreas

Senin, 6 Mei 2024 | 14:46

Karsinoma pankreas adalah kanker yang berasa dari sel-sel pankreas.

Kanker Hepatoselular

Senin, 6 Mei 2024 | 14:11

Karsinoma hepatoseluler (KHS) adalah jenis kanker hati yang paling banyak

Tongue-Tie

Kamis, 2 Mei 2024 | 12:57

Tongue-tie adalah suatu kondisi bawaan lahir di mana lidah seorang anak tetap menempel di bagian bawah (lantai) mulutnya

Omfalitis

Kamis, 2 Mei 2024 | 11:48

Omfalitis adalah infeksi pada tali pusat (umbilikus) dan/atau jaringan di sekitarnya.

Kanker Kolon (Kolorektal)

Jumat, 26 April 2024 | 12:43

Karsinoma kolon atau biasa disebut kanker kolon atau kanker kolorektal adalah kanker yang berasal dari usus besar.

Irritable Bowel Syndrome

Jumat, 26 April 2024 | 11:42

Ketahui penyebab, pencegahan, komplikasi, terapi dan tanda bahaya dari IBS!

Intoksikasi Alkohol

Jumat, 26 April 2024 | 11:23

kondisi apabila seseorang mengonsumsi alkohol dalam jumlah berlebihan dan menyebabkan kadar alkohol dalam darah menjadi sangat tinggi.

Topik Kesehatan

Request history8.1.29PHP Version402msRequest Duration12MBMemory UsageGET kanal/{slug}Route
    • Booting (236ms)time
    • Application (165ms)time
    • 1 x Booting (58.8%)
      236ms
      1 x Application (41.2%)
      165ms
      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 executed120ms
      • WebController.php#997aicare_prod_new820μsselect * from `categories` where (`slug` = 'gangguan-saluran-cerna' or `slug_en` = 'gangguan-saluran-cerna') and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: gangguan-saluran-cerna
        • 1: gangguan-saluran-cerna
        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_new640μ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_new38.18msselect * 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` = 20 and `categories`.`deleted_at` is null) and `status` = 1 and `status` = 1 and `publish_date` <= '2025-04-10 07:32:02' and `posts`.`deleted_at` is null order by `publish_date` desc
        Bindings
        • 0: 20
        • 1: 1
        • 2: 1
        • 3: 2025-04-10 07:32:02
        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.15msselect * 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_new6.03msselect `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` = 3436 and `categories`.`deleted_at` is null
        Bindings
        • 0: 3436
        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_new6.07msselect `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` = 2266 and `categories`.`deleted_at` is null
        Bindings
        • 0: 2266
        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_new5.77msselect `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` = 2384 and `categories`.`deleted_at` is null
        Bindings
        • 0: 2384
        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_new5.73msselect `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` = 2226 and `categories`.`deleted_at` is null
        Bindings
        • 0: 2226
        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.66msselect `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` = 2210 and `categories`.`deleted_at` is null
        Bindings
        • 0: 2210
        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.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` = 3814 and `categories`.`deleted_at` is null
        Bindings
        • 0: 3814
        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.72msselect `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` = 2450 and `categories`.`deleted_at` is null
        Bindings
        • 0: 2450
        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.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` = 4220 and `categories`.`deleted_at` is null
        Bindings
        • 0: 4220
        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.96msselect `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` = 2466 and `categories`.`deleted_at` is null
        Bindings
        • 0: 2466
        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.87msselect `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` = 2335 and `categories`.`deleted_at` is null
        Bindings
        • 0: 2335
        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.78msselect `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` = 2385 and `categories`.`deleted_at` is null
        Bindings
        • 0: 2385
        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.97msselect `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` = 2237 and `categories`.`deleted_at` is null
        Bindings
        • 0: 2237
        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.88msselect `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` = 2359 and `categories`.`deleted_at` is null
        Bindings
        • 0: 2359
        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_new850μ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#547aicare_prod_new660μsselect * from `faqs` limit 1
        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
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • view::layouts.v2.web_layout:547
        • 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_new830μ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
      118Post.php#?
      App\Models\Admin\Category
      30Category.php#?
      App\Models\TermPolicy
      3TermPolicy.php#?
      App\Models\Admin\Page
      1Page.php#?
      App\Models\Admin\Faq
      1Faq.php#?
          locale
          id
          _token
          CJk09idaI8B3xJ0EBlvvFwwVEPW5PYwzSSVOJvuZ
          _previous
          array:1 [ "url" => "https://ai-care.atmatech.id/kanal/gangguan-saluran-cerna?page=6" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /kanal/gangguan-saluran-cerna
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "page" => "6" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:20 [ "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IlFpbit6eGxqeVFadEtvbGJ3WFI0NGc9PSIsInZhbHVlIjoiVnRnOHBIdmRoTHZUOXNKNVQremhseU5GOHNFY1VxajZ4K2NRYyttcUZHZWlUTCtiT3pNNlRTVG9IbFhNV1BxSVNTWCtHbG1uVDE0SFc3bTZORmdXRTdGSmVGVytqZ2U4SXJ1Zk5CYjlqWEI2LzBGUi9LZSs0eXc3TE4zQVNkQWkiLCJtYWMiOiI5ZmY4OGE5YzRiZjA4MDE4YTE0Mjc4NjA0Zjg2OTU2MGI4MzQ1NjY1ZDJiOTcxNTdkMzUyZDk3YzAxYWJhZTZjIiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6IjE0Mk9sc3N6cFF2Sk9TVU95YWpyQ0E9PSIsInZhbHVlIjoiVWs2bm90b28vdlY0MGwrbll4dHhpeERyT1QzdktTZTBSVUpMZXhlMGVXRjMxZy9odFprWXo0Y3pId3Vwemx5R1VMMG9XZTN0eldsU2cxOE4zNW80NWVEQTF2ekxmL0x4UC9uamJsTTBNbGwvb25mbk04UzE0SnRXY0JhazFLWGsiLCJtYWMiOiI1ZGQyYjY0ZjMzYjU5ZWUxM2UzMzRhMTRlNWQxYThlNGFlYmY0ODg0MjZhYjg5NWY4NjkwZTkyZTBmZWU1MDE5IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IlFpbit6eGxqeVFadEtvbGJ3WFI0NGc9PSIsInZhbHVlIjoiVnRnOHBIdmRoTHZUOXNKNVQremhseU5GOHNFY1VxajZ4K2NRYyttcUZHZWlUTCtiT3pNNlRTVG9IbFhNV1BxSVNTWCtHb" ] "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 => "18.218.121.8" ] "x-forwarded-for" => array:1 [ 0 => "18.218.121.8" ] "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" => "CJk09idaI8B3xJ0EBlvvFwwVEPW5PYwzSSVOJvuZ" "laravel_session" => "7FCZeK6a8LgfFb3i0hITHePHrpf9xhn41QsSbGqn" ]
          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 => "Thu, 10 Apr 2025 00:32:02 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkcrR0ZrcS9aQVc4ak1PQ1VRTXRyQ3c9PSIsInZhbHVlIjoiai9aYVZHd0Zrc29wSERLNDR0RmkyclEzVWtWTEVDZFRNbzlMd3g0SVgzM0VWanhJOW9XcW14NDZtMmkzWkdqc0FYTXZiT1J4NnlESnZFQVQ2bXY2dE1qMTVGQXc5WHJ0RWNEZE54NzN1eStubE91YzRMN0lyMlFJZ2VtRXhRdU8iLCJtYWMiOiI2NWFlYWMwZTI2ZDJlZjdlOGQzYjM2MzJjMGYyM2VkZTg1MmQ1MzA4Mjg0ZGYxZDg3YTA5MTk2ZmUyZmZjNDY2IiwidGFnIjoiIn0%3D; expires=Thu, 10 Apr 2025 02:32:02 GMT; Max-Age=7200; path=/; secureXSRF-TOKEN=eyJpdiI6IkcrR0ZrcS9aQVc4ak1PQ1VRTXRyQ3c9PSIsInZhbHVlIjoiai9aYVZHd0Zrc29wSERLNDR0RmkyclEzVWtWTEVDZFRNbzlMd3g0SVgzM0VWanhJOW9XcW14NDZtMmkzWkdqc0FYTXZiT" 1 => "laravel_session=eyJpdiI6ImRNdS9VSWpUQzhRTXozd0Jwa3RxSkE9PSIsInZhbHVlIjoiTC9QRDJiaTJ5RUtZMXdETE9rZ0lHZE9IWXBla09OWS9Vck5ZZU82c2VTNmM2ZUdaMnVvWmFkdzJ0dnN1N2FvbjhseTJTSnczOWdrdFJEWmpwaHJEOEhscjJDbDdNenc5SjViNy82SWFCZzBpbGhjODZ5anp2RHEzNXFVazR0UisiLCJtYWMiOiI4MDJkMzg4Y2IxZDMyMDBkOTk3ZDFjMjNlOGM3MzJiNzFhNjdiYzFhMThmYzFjYjU1N2ZhYWM1ZDU2OWE3ODIzIiwidGFnIjoiIn0%3D; expires=Thu, 10 Apr 2025 02:32:02 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6ImRNdS9VSWpUQzhRTXozd0Jwa3RxSkE9PSIsInZhbHVlIjoiTC9QRDJiaTJ5RUtZMXdETE9rZ0lHZE9IWXBla09OWS9Vck5ZZU82c2VTNmM2ZUdaMnVvWmFkdzJ0dnN1N2Fvbjhs" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkcrR0ZrcS9aQVc4ak1PQ1VRTXRyQ3c9PSIsInZhbHVlIjoiai9aYVZHd0Zrc29wSERLNDR0RmkyclEzVWtWTEVDZFRNbzlMd3g0SVgzM0VWanhJOW9XcW14NDZtMmkzWkdqc0FYTXZiT1J4NnlESnZFQVQ2bXY2dE1qMTVGQXc5WHJ0RWNEZE54NzN1eStubE91YzRMN0lyMlFJZ2VtRXhRdU8iLCJtYWMiOiI2NWFlYWMwZTI2ZDJlZjdlOGQzYjM2MzJjMGYyM2VkZTg1MmQ1MzA4Mjg0ZGYxZDg3YTA5MTk2ZmUyZmZjNDY2IiwidGFnIjoiIn0%3D; expires=Thu, 10-Apr-2025 02:32:02 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IkcrR0ZrcS9aQVc4ak1PQ1VRTXRyQ3c9PSIsInZhbHVlIjoiai9aYVZHd0Zrc29wSERLNDR0RmkyclEzVWtWTEVDZFRNbzlMd3g0SVgzM0VWanhJOW9XcW14NDZtMmkzWkdqc0FYTXZiT" 1 => "laravel_session=eyJpdiI6ImRNdS9VSWpUQzhRTXozd0Jwa3RxSkE9PSIsInZhbHVlIjoiTC9QRDJiaTJ5RUtZMXdETE9rZ0lHZE9IWXBla09OWS9Vck5ZZU82c2VTNmM2ZUdaMnVvWmFkdzJ0dnN1N2FvbjhseTJTSnczOWdrdFJEWmpwaHJEOEhscjJDbDdNenc5SjViNy82SWFCZzBpbGhjODZ5anp2RHEzNXFVazR0UisiLCJtYWMiOiI4MDJkMzg4Y2IxZDMyMDBkOTk3ZDFjMjNlOGM3MzJiNzFhNjdiYzFhMThmYzFjYjU1N2ZhYWM1ZDU2OWE3ODIzIiwidGFnIjoiIn0%3D; expires=Thu, 10-Apr-2025 02:32:02 GMT; path=/; httponlylaravel_session=eyJpdiI6ImRNdS9VSWpUQzhRTXozd0Jwa3RxSkE9PSIsInZhbHVlIjoiTC9QRDJiaTJ5RUtZMXdETE9rZ0lHZE9IWXBla09OWS9Vck5ZZU82c2VTNmM2ZUdaMnVvWmFkdzJ0dnN1N2Fvbjhs" ] ]
          session_attributes
          0 of 0
          array:4 [ "locale" => "id" "_token" => "CJk09idaI8B3xJ0EBlvvFwwVEPW5PYwzSSVOJvuZ" "_previous" => array:1 [ "url" => "https://ai-care.atmatech.id/kanal/gangguan-saluran-cerna?page=6" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-10 07:32:02GET/kanal/gangguan-saluran-cerna?page=6620153