Darah

Hemofilia

Selasa, 4 Juni 2024 | 14:13

Hemofilia adalah kelainan darah yang biasanya diturunkan, dimana proses pembekuan darah tidak berjalan dengan baik

Splenomegali

Jumat, 26 April 2024 | 13:15

Splenomegali

Syok Hipovolemik

Rabu, 24 April 2024 | 14:50

syok hipovolemik merupakan suatu kondisi kegawatdaruratan medis yang terjadi karena penurunan volume darah secara drastis dan dapat mengancam jiwa

Sindrom Chediak-Higashi

Senin, 22 April 2024 | 16:00

Sindrom Chediak Higashi merupakan kondisi dimana adanya kelainan yang mempengaruhi bagian tubuh, terutama pada sistem imun.

Reaksi Leukemoid

Senin, 15 April 2024 | 12:34

Reaksi leukemoid adalah peningkatan jumlah sel darah putih yang sangat besar dalam jangka waktu yang pendek

Polisitemia

Kamis, 4 April 2024 | 14:23

Polisitemia adalah kelainan darah yang terjadi ketika terlalu banyak sel darah merah

Retraksi Bekuan

Rabu, 24 Januari 2024 | 13:29

Pemeriksaan retraksi bekuan membantu menentukan waktu yang diperlukan untuk gumpalan darah

Pemeriksaan Malaria

Jumat, 22 September 2023 | 14:19

Malaria merupakan penyakit serius yang dapat menular melalui gigitan nyamuk yang telah terinfeksi oleh parasit Plasmodium

Elektroforesis Protein

Rabu, 2 Agustus 2023 | 14:37

Elektroforesis protein adalah tes yang mengukur protein spesifik dalam darah.

Sindrom Hermansky-Pudlak

Selasa, 18 Juli 2023 | 11:13

Sindrom Hermansky-Pudlak adalah kelainan genetik metabolik langka yang ditandai dengan albinisme, gangguan penglihatan, dan disfungsi keping darah.

Topik Kesehatan

Request history8.1.29PHP Version407msRequest Duration5MBMemory UsageGET kanal/{slug}Route
    • Booting (279ms)time
    • Application (128ms)time
    • 1 x Booting (68.49%)
      279ms
      1 x Application (31.51%)
      128ms
      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 executed90.28ms
      • WebController.php#997aicare_prod_new980μsselect * from `categories` where (`slug` = 'darah' or `slug_en` = 'darah') and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: darah
        • 1: darah
        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_new13.11msselect * 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` = 21 and `categories`.`deleted_at` is null) and `status` = 1 and `status` = 1 and `publish_date` <= '2025-04-05 16:33:51' and `posts`.`deleted_at` is null order by `publish_date` desc
        Bindings
        • 0: 21
        • 1: 1
        • 2: 1
        • 3: 2025-04-05 16:33:51
        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_new780μ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: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_new5.57msselect `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` = 6831 and `categories`.`deleted_at` is null
        Bindings
        • 0: 6831
        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.61msselect `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` = 6890 and `categories`.`deleted_at` is null
        Bindings
        • 0: 6890
        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.58msselect `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` = 6898 and `categories`.`deleted_at` is null
        Bindings
        • 0: 6898
        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.67msselect `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` = 6728 and `categories`.`deleted_at` is null
        Bindings
        • 0: 6728
        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.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` = 4066 and `categories`.`deleted_at` is null
        Bindings
        • 0: 4066
        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.71msselect `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` = 3580 and `categories`.`deleted_at` is null
        Bindings
        • 0: 3580
        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.56msselect `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` = 6938 and `categories`.`deleted_at` is null
        Bindings
        • 0: 6938
        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.6msselect `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` = 7033 and `categories`.`deleted_at` is null
        Bindings
        • 0: 7033
        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.52msselect `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` = 6766 and `categories`.`deleted_at` is null
        Bindings
        • 0: 6766
        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.56msselect `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` = 7257 and `categories`.`deleted_at` is null
        Bindings
        • 0: 7257
        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.56msselect `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` = 7073 and `categories`.`deleted_at` is null
        Bindings
        • 0: 7073
        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.61msselect `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` = 7281 and `categories`.`deleted_at` is null
        Bindings
        • 0: 7281
        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` = 7007 and `categories`.`deleted_at` is null
        Bindings
        • 0: 7007
        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_new580μ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_new530μ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_new690μ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
      37Post.php#?
      App\Models\Admin\Category
      26Category.php#?
      App\Models\TermPolicy
      3TermPolicy.php#?
      App\Models\Admin\Page
      1Page.php#?
      App\Models\Admin\Faq
      1Faq.php#?
          locale
          id
          _token
          Cv2wXT38fBQzXEajvfY0bxNdzB2SJgQaePDo8jVa
          _previous
          array:1 [ "url" => "https://ai-care.atmatech.id/kanal/darah?page=3" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /kanal/darah
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "page" => "3" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:20 [ "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IjNMbjAzL216U2gxQmFRcWMwSEpHeXc9PSIsInZhbHVlIjoiSndCcXc1dEJBb2xKUEJld3YvV0p0Q3loV0Fqd1ZLZ3VjMHUzcStOMkNIVHp4MjVJQW5PNDZJWExMRUd2VUVKOHZBenhDSVRyN2h6SThWckVtMDNKd1doazBWOFlrRUwrRzRLSzF4TjNDTE1DdFladGlmb0Z4aU0zWDFOdmk0RzciLCJtYWMiOiIzOTgwOWE1MTc3NmIyNTY2ZGU4ZGUwOTU3MzFhYmVhMmY4YmJmMjk3MmVhNGJmOWMwNDMxZDQwN2ZhNjZlZjdkIiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6IlZOaDhCNWNlanFMUnltTzhyYUo5anc9PSIsInZhbHVlIjoidzFPamhXRnBlNjBxTEsrQnZzallyVlA3TXVGMFNYSnlLcndRWmpPYUNmZFNGNDJrTHNXTFlqZmtCcDB3RmhqeE55M044YUMrVFQwZ2RGanVtV1FWdXlWbThvYkhwSmp3STRsOUhiUkxETHplajZyRytNeFFJNnYzenZ1L2YxV1AiLCJtYWMiOiJiNjBiYWI3YzFkY2JkYjU5NjU5NGE5ZWNkZGFjNTY4NGMyM2Y2MzBhNjg5MDM2NDYyNjBlZmIyM2FlMjU3Y2ExIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IjNMbjAzL216U2gxQmFRcWMwSEpHeXc9PSIsInZhbHVlIjoiSndCcXc1dEJBb2xKUEJld3YvV0p0Q3loV0Fqd1ZLZ3VjMHUzcStOMkNIVHp4MjVJQW5PNDZJWExMRUd2VUVKOHZBenhDS" ] "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.147.81.20" ] "x-forwarded-for" => array:1 [ 0 => "3.147.81.20" ] "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" => "Cv2wXT38fBQzXEajvfY0bxNdzB2SJgQaePDo8jVa" "laravel_session" => "3o5Et6VoyIgUvDRqst1XlNj5NjfSpNN9Ao4vP1nc" ]
          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 Apr 2025 09:33:51 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ijk3d0ZmU2hORHdLdjR5enhSN2pEOXc9PSIsInZhbHVlIjoiaDZOQkVnSnZFWThncW9DK0xKQ1RieVhpMFNia0FtUnNUYTNEbXVhdTl6NWluWElsL0J2UWNKMkxmWllsMEhqTzZBUi9OU0l5RTBZVGxQOEM5SzJJdTg0N2xLMXcvNHNCdEtPQVQ2akt0dmpiOWUxVWMrQUpiejFCNzJxWHhHaVciLCJtYWMiOiJiNjY0NDk3MGQ5N2NjNzBlNTk4MDA5NTEyOGZlYjE1NWUzMzZiY2IxN2E3Mzk4M2Q1NjU1M2U1OWRhMDc0YjEzIiwidGFnIjoiIn0%3D; expires=Sat, 05 Apr 2025 11:33:51 GMT; Max-Age=7200; path=/; secureXSRF-TOKEN=eyJpdiI6Ijk3d0ZmU2hORHdLdjR5enhSN2pEOXc9PSIsInZhbHVlIjoiaDZOQkVnSnZFWThncW9DK0xKQ1RieVhpMFNia0FtUnNUYTNEbXVhdTl6NWluWElsL0J2UWNKMkxmWllsMEhqTzZBUi9OU" 1 => "laravel_session=eyJpdiI6IlhyRU9hVzFXVEdvZ1EvUmd2eTlXVEE9PSIsInZhbHVlIjoiUFNTQ2ppbCtBSFRtKzFyWmxudHE1Z0sySlJHWElUY2xDcGF0eW81ZEJpTGJnRlZvMTlmb1hGeDFXZjFQS29vcGhkTUgzcmJMVnJUUkJ6TFNYREVpckhFQlZxZG5mOWQwcEdmSmQ1UTJVZ05FVjF6SlhaVmpMUlNiVENRUDV3dUwiLCJtYWMiOiI3Zjg4NzU2YjZlNDQxNWUxZDVhYjU2NjU3NWFiZDNiOTRlYWFjZGRiMDY3MDQ0ZDk1MmI3NjAxMDA1ODgwZjMzIiwidGFnIjoiIn0%3D; expires=Sat, 05 Apr 2025 11:33:51 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6IlhyRU9hVzFXVEdvZ1EvUmd2eTlXVEE9PSIsInZhbHVlIjoiUFNTQ2ppbCtBSFRtKzFyWmxudHE1Z0sySlJHWElUY2xDcGF0eW81ZEJpTGJnRlZvMTlmb1hGeDFXZjFQS29vcGhk" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ijk3d0ZmU2hORHdLdjR5enhSN2pEOXc9PSIsInZhbHVlIjoiaDZOQkVnSnZFWThncW9DK0xKQ1RieVhpMFNia0FtUnNUYTNEbXVhdTl6NWluWElsL0J2UWNKMkxmWllsMEhqTzZBUi9OU0l5RTBZVGxQOEM5SzJJdTg0N2xLMXcvNHNCdEtPQVQ2akt0dmpiOWUxVWMrQUpiejFCNzJxWHhHaVciLCJtYWMiOiJiNjY0NDk3MGQ5N2NjNzBlNTk4MDA5NTEyOGZlYjE1NWUzMzZiY2IxN2E3Mzk4M2Q1NjU1M2U1OWRhMDc0YjEzIiwidGFnIjoiIn0%3D; expires=Sat, 05-Apr-2025 11:33:51 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Ijk3d0ZmU2hORHdLdjR5enhSN2pEOXc9PSIsInZhbHVlIjoiaDZOQkVnSnZFWThncW9DK0xKQ1RieVhpMFNia0FtUnNUYTNEbXVhdTl6NWluWElsL0J2UWNKMkxmWllsMEhqTzZBUi9OU" 1 => "laravel_session=eyJpdiI6IlhyRU9hVzFXVEdvZ1EvUmd2eTlXVEE9PSIsInZhbHVlIjoiUFNTQ2ppbCtBSFRtKzFyWmxudHE1Z0sySlJHWElUY2xDcGF0eW81ZEJpTGJnRlZvMTlmb1hGeDFXZjFQS29vcGhkTUgzcmJMVnJUUkJ6TFNYREVpckhFQlZxZG5mOWQwcEdmSmQ1UTJVZ05FVjF6SlhaVmpMUlNiVENRUDV3dUwiLCJtYWMiOiI3Zjg4NzU2YjZlNDQxNWUxZDVhYjU2NjU3NWFiZDNiOTRlYWFjZGRiMDY3MDQ0ZDk1MmI3NjAxMDA1ODgwZjMzIiwidGFnIjoiIn0%3D; expires=Sat, 05-Apr-2025 11:33:51 GMT; path=/; httponlylaravel_session=eyJpdiI6IlhyRU9hVzFXVEdvZ1EvUmd2eTlXVEE9PSIsInZhbHVlIjoiUFNTQ2ppbCtBSFRtKzFyWmxudHE1Z0sySlJHWElUY2xDcGF0eW81ZEJpTGJnRlZvMTlmb1hGeDFXZjFQS29vcGhk" ] ]
          session_attributes
          0 of 0
          array:4 [ "locale" => "id" "_token" => "Cv2wXT38fBQzXEajvfY0bxNdzB2SJgQaePDo8jVa" "_previous" => array:1 [ "url" => "https://ai-care.atmatech.id/kanal/darah?page=3" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-05 16:33:51GET/kanal/darah?page=362068