Tanya Dokter

Beranda / Tanya Dokter
Pertanyaan Anda

Rabu, 22 Mei 2024 | 13:55
Kulit

Biaya Operasi nevus sebaceous

HB
Info Penanya : HB

operasi nevus sebaceous di kepala sakit g ya dok terus kalo di kepala benang bedah nya harus di cabut apa engga dok?, sekalian mau tanya biaya operasi nya kira kira berapa

Share

Dijawab Oleh
Dijawab Oleh : dr. Giovanni Frans Alvin

Hai, terima kasih telah bertanya di Tanya Dokter Ai Care.

Nevus sebaceous adalah suatu kondisi gangguan kulit yang umumnya muncul di daerah wajah, dahi, leher, ataupun kulit kepala. Kondisi ini termasuk tumor jinak dan biasanya sulit untuk dihilangkan.

Nevus sebaceous biasanya muncul saat lahir atau beberapa saat setelah lahir. Keluhan berupa bercak kulit yang meninggi, sewarna dengan kulit sekitarnya, berbatas tegas, dan bisa menimbulkan area kebotakan ketika muncul di kulit kepala.

Terdapat dua pilihan untuk menghilangkan nevus sebaceous, yaitu non-bedah dan bedah. Untuk terapi non-bedah, dokter umumnya akan menggunakan semacam laser. Sedangkan pada terapi bedah, dokter akan melakukan pengangkatan secara utuh dengan beberapa pertimbangan, seperti pertumbuhan yang cepat, perdarahan, dan tanda keganasan.

Terkait pertanyaan Anda, Anda perlu berkonsultasi ke dokter spesialis kulit agar dilakukan terapi yang sesuai dengan keluhan Anda. Dokter akan melakukan wawancara medis, pemeriksaan fisik, dan pemeriksaan lab. 

Apabila harus dilakukan proses operasi atau pembedahan, dokter pastinya akan mempertimbangkan pemakaian anestesi. Hal ini bertujuan agar proses pengangkatan nevus sebaceous berjalan lancar dan nyaman untuk pasien maupun dokter.

Umumnya jika harus dilakukan jahitan di area kulit kepala, maka dokter akan memakai benang yang tidak dapat diserap tubuh. Alasannya karena benang tersebut memiliki efektivitas yang lebih baik untuk menyembuhkan luka. Namun, selanjutnya Anda perlu kontrol ke dokter agar benang tersebut dikeluarkan.

Hingga saat ini, belum ada informasi pasti terkait biaya operasi nervus sebaceous. Setiap layanan kesehatan tentunya memiliki rincian biaya dan tindakan yang berbeda.

Sementara itu, terdapat beberapa hal yang dapat Anda lakukan untuk tetap menjaga kesehatan kesehatan kulit, antara lain:

  • Mencegah trauma pada kulit;
  • Kurangi menggaruk kulit terlalu kencang;
  • Rutin mandi 2 kali sehari;
  • Menghindari paparan sinar matahari secara langsung dalam jangka waktu panjang;
  • Menggunakan tabir surya setiap hari;
  • Rutin konsumsi buah dan sayur;
  • Cukupi kebutuhan cairan 8 gelas per hari.

Baca juga: Perlukah Menggunakan Tabir Surya Setiap Hari?

Apabila bercak kulit menjadi berwarna kemerahan, nyeri, atau mengeluarkan nanah, Anda dianjurkan untuk konsultasi ke dokter di fasilitas kesehatan terdekat, seperti IGD. Pengobatan akan disesuaikan dengan tingkat keparahannya.

Semoga jawaban ini membantu Anda. Bila mengalami keluhan kesehatan atau ingin bertanya seputar informasi kesehatan, dapat berkonsultasi langsung dengan dokter di Aplikasi Ai Care. Unduh Aplikasi Ai Care di Appstore dan Playstore Anda!

Share
Silahkan Klik "Tanya Dokter" Untuk Mengajukan Pertanyaan Anda

Diskusi Terbaru

Request history8.1.29PHP Version654msRequest Duration4MBMemory UsageGET discussions/{slug}Route
    • Booting (253ms)time
    • Application (401ms)time
    • 1 x Application (61.35%)
      401ms
      1 x Booting (38.65%)
      253ms
      4 templates were rendered
      • 1x web.v2.discussion.showshow.blade.php#?blade
      • 1x web.v2.partials.article-populararticle-popular.blade.php#?blade
      • 1x web.v2.partials.related-articlerelated-article.blade.php#?blade
      • 1x layouts.v2.web_layoutweb_layout.blade.php#?blade
      uri
      GET discussions/{slug}
      middleware
      web
      controller
      App\Http\Controllers\DiscussionController@show
      namespace
      App\Http\Controllers
      prefix
      where
      as
      web.discussion.show
      file
      app/Http/Controllers/DiscussionController.php:158-228
      40 statements were executed (4 duplicates)Show only duplicates300ms
      • DiscussionController.php#164aicare_prod_new1.65msselect * from `questions` where `slug` = 'biaya-operasi-nevus-sebaceous' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: biaya-operasi-nevus-sebaceous
        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/DiscussionController.php:164
        • 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
      • DiscussionController.php#178aicare_prod_new1.6msselect * from `questions` where `slug` = 'biaya-operasi-nevus-sebaceous' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: biaya-operasi-nevus-sebaceous
        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/DiscussionController.php:178
        • 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
      • DiscussionController.php#191aicare_prod_new3.69msselect column_name as `name`, data_type as `type_name`, column_type as `type`, collation_name as `collation`, is_nullable as `nullable`, column_default as `default`, column_comment as `comment`, extra as `extra` from information_schema.columns where table_schema = 'aicare_prod_new' and table_name = 'questions' order by ordinal_position asc
        Backtrace
        • app/Http/Controllers/DiscussionController.php:191
        • 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
      • DiscussionController.php#191aicare_prod_new6.45msupdate `questions` set `views` = 271, `questions`.`updated_at` = '2025-04-10 17:21:30' where `id` = 279
        Bindings
        • 0: 271
        • 1: 2025-04-10 17:21:30
        • 2: 279
        Backtrace
        • app/Http/Controllers/DiscussionController.php:191
        • 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
      • DiscussionController.php#199aicare_prod_new2.15msselect * from `answers` where `answers`.`question_id` = 279 and `answers`.`question_id` is not null and `answers`.`deleted_at` is null
        Bindings
        • 0: 279
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/DiscussionController.php:199
        • 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
      • DiscussionController.php#200aicare_prod_new1.82msselect `tags`.*, `answer_tag`.`answer_id` as `pivot_answer_id`, `answer_tag`.`tag_id` as `pivot_tag_id`, `answer_tag`.`created_at` as `pivot_created_at`, `answer_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `answer_tag` on `tags`.`id` = `answer_tag`.`tag_id` where `answer_tag`.`answer_id` = 294
        Bindings
        • 0: 294
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/DiscussionController.php:200
        • 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
      • DiscussionController.php#200aicare_prod_new930μsselect `tags`.*, `answer_tag`.`answer_id` as `pivot_answer_id`, `answer_tag`.`tag_id` as `pivot_tag_id`, `answer_tag`.`created_at` as `pivot_created_at`, `answer_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `answer_tag` on `tags`.`id` = `answer_tag`.`tag_id` where `answer_tag`.`answer_id` = 295
        Bindings
        • 0: 295
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/DiscussionController.php:200
        • 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
      • DiscussionController.php#208aicare_prod_new1.23msselect * from `categories` where `type` = 'healthpedia' and `parent_id` <> 0 and `categories`.`deleted_at` is null
        Bindings
        • 0: healthpedia
        • 1: 0
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/DiscussionController.php:208
        • 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
      • DiscussionController.php#209aicare_prod_new137msselect * from `posts` where `status` = 1 and `publish_date` <= '2025-04-10 17:21:30' and `content_type` = 'article' and `posts`.`deleted_at` is null order by RAND() limit 7
        Bindings
        • 0: 1
        • 1: 2025-04-10 17:21:30
        • 2: article
        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
        Backtrace
        • app/Http/Controllers/DiscussionController.php:209
        • 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
      • DiscussionController.php#210aicare_prod_new890μsselect * from `posts` where `status` = 1 and `publish_date` <= '2025-04-10 17:21:30' and `content_type` = 'article' and `posts`.`deleted_at` is null order by `id` desc limit 4
        Bindings
        • 0: 1
        • 1: 2025-04-10 17:21:30
        • 2: article
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/DiscussionController.php:210
        • 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
      • DiscussionController.php#213aicare_prod_new17msselect * from `posts` where `status` = 1 and `publish_date` <= '2025-04-10 17:21:30' and `content_type` = 'article' and exists (select * from `tags` inner join `post_tag` on `tags`.`id` = `post_tag`.`tag_id` where `posts`.`id` = `post_tag`.`post_id` and `tags`.`id` in (6097, 3994, 1812, 6097, 3994, 1812)) and `posts`.`deleted_at` is null order by RAND() limit 5
        Bindings
        • 0: 1
        • 1: 2025-04-10 17:21:30
        • 2: article
        • 3: 6097
        • 4: 3994
        • 5: 1812
        • 6: 6097
        • 7: 3994
        • 8: 1812
        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
        Backtrace
        • app/Http/Controllers/DiscussionController.php:213
        • 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
      • DiscussionController.php#224aicare_prod_new4.36msselect * from `questions` where `status` = 'published' and `questions`.`deleted_at` is null order by `id` desc
        Bindings
        • 0: published
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/DiscussionController.php:224
        • 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
      • show.blade.php#109aicare_prod_new850μsselect * from `categories` where `categories`.`id` = 18 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 18
        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::web.v2.discussion.show:109
        • 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
      • show.blade.php#176aicare_prod_new770μsselect * from `answers` where `answers`.`question_id` = 279 and `answers`.`question_id` is not null and `answers`.`deleted_at` is null order by `id` desc limit 1
        Bindings
        • 0: 279
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.discussion.show:176
        • 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
      • show.blade.php#205aicare_prod_new850μsselect `tags`.*, `answer_tag`.`answer_id` as `pivot_answer_id`, `answer_tag`.`tag_id` as `pivot_tag_id`, `answer_tag`.`created_at` as `pivot_created_at`, `answer_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `answer_tag` on `tags`.`id` = `answer_tag`.`tag_id` where `answer_tag`.`answer_id` = 295
        Bindings
        • 0: 295
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.discussion.show:205
        • 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
      • show.blade.php#257aicare_prod_new5.2msselect `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` = 6980 and `categories`.`deleted_at` is null
        Bindings
        • 0: 6980
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.discussion.show:257
        • 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
      • show.blade.php#257aicare_prod_new5.06msselect `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` = 7306 and `categories`.`deleted_at` is null
        Bindings
        • 0: 7306
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.discussion.show:257
        • 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
      • show.blade.php#257aicare_prod_new5.24msselect `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` = 6354 and `categories`.`deleted_at` is null
        Bindings
        • 0: 6354
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.discussion.show:257
        • 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
      • show.blade.php#257aicare_prod_new5.34msselect `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` = 9827 and `categories`.`deleted_at` is null
        Bindings
        • 0: 9827
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.discussion.show:257
        • 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
      • show.blade.php#257aicare_prod_new5.27msselect `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` = 1300 and `categories`.`deleted_at` is null
        Bindings
        • 0: 1300
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.discussion.show:257
        • 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
      • show.blade.php#366aicare_prod_new850μsselect * from `answers` where `answers`.`question_id` = 341 and `answers`.`question_id` is not null and `answers`.`deleted_at` is null order by `id` desc limit 1
        Bindings
        • 0: 341
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.discussion.show:366
        • 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
      • show.blade.php#336aicare_prod_new720μsselect * from `categories` where `categories`.`id` = 9 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 9
        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::web.v2.discussion.show:336
        • 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
      • show.blade.php#366aicare_prod_new880μsselect * from `answers` where `answers`.`question_id` = 340 and `answers`.`question_id` is not null and `answers`.`deleted_at` is null order by `id` desc limit 1
        Bindings
        • 0: 340
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.discussion.show:366
        • 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
      • show.blade.php#336aicare_prod_new690μsselect * from `categories` where `categories`.`id` = 25 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 25
        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::web.v2.discussion.show:336
        • 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
      • show.blade.php#366aicare_prod_new590μsselect * from `answers` where `answers`.`question_id` = 339 and `answers`.`question_id` is not null and `answers`.`deleted_at` is null order by `id` desc limit 1
        Bindings
        • 0: 339
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.discussion.show:366
        • 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
      • article-popular.blade.php#8aicare_prod_new5.22msselect `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` = 265 and `categories`.`deleted_at` is null
        Bindings
        • 0: 265
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.article-popular:8
        • 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
      • article-popular.blade.php#11aicare_prod_new700μsselect * from `categories` where `categories`.`id` = 2 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 2
        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::web.v2.partials.article-popular:11
        • 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
      • article-popular.blade.php#8aicare_prod_new8.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` = 6633 and `categories`.`deleted_at` is null
        Bindings
        • 0: 6633
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.article-popular:8
        • 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
      • article-popular.blade.php#8aicare_prod_new8.5msselect `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` = 8656 and `categories`.`deleted_at` is null
        Bindings
        • 0: 8656
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.article-popular:8
        • 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
      • article-popular.blade.php#8aicare_prod_new8.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` = 4369 and `categories`.`deleted_at` is null
        Bindings
        • 0: 4369
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.article-popular:8
        • 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
      • article-popular.blade.php#8aicare_prod_new9.08msselect `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` = 5657 and `categories`.`deleted_at` is null
        Bindings
        • 0: 5657
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.article-popular:8
        • 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
      • article-popular.blade.php#8aicare_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` = 6926 and `categories`.`deleted_at` is null
        Bindings
        • 0: 6926
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.article-popular:8
        • 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
      • article-popular.blade.php#8aicare_prod_new9.09msselect `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` = 10078 and `categories`.`deleted_at` is null
        Bindings
        • 0: 10078
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.article-popular:8
        • 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
      • related-article.blade.php#8aicare_prod_new9.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` = 10175 and `categories`.`deleted_at` is null
        Bindings
        • 0: 10175
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.related-article:8
        • 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
      • related-article.blade.php#8aicare_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` = 10174 and `categories`.`deleted_at` is null
        Bindings
        • 0: 10174
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.related-article:8
        • 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
      • related-article.blade.php#8aicare_prod_new5.99msselect `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` = 10173 and `categories`.`deleted_at` is null
        Bindings
        • 0: 10173
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.related-article:8
        • 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
      • related-article.blade.php#8aicare_prod_new6.08msselect `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` = 10168 and `categories`.`deleted_at` is null
        Bindings
        • 0: 10168
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.partials.related-article:8
        • 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_new790μ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_new770μ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_new1.13msselect * 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\Question
      304Question.php#?
      App\Models\Admin\Category
      60Category.php#?
      App\Models\Admin\Post
      16Post.php#?
      App\Models\Admin\Tag
      9Tag.php#?
      App\Answer
      5Answer.php#?
      App\Models\TermPolicy
      3TermPolicy.php#?
      App\Models\Admin\Page
      1Page.php#?
      App\Models\Admin\Faq
      1Faq.php#?
          locale
          id
          _token
          ZWoT9ElOcyeDhq0W0tsvp9xgOyaVm1bJe3WhqQR5
          _previous
          array:1 [ "url" => "https://ai-care.atmatech.id/discussions/biaya-operasi-nevus-sebaceous" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          discussion
          biaya-operasi-nevus-sebaceous
          path_info
          /discussions/biaya-operasi-nevus-sebaceous
          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=eyJpdiI6IjlMUHh6cWlLUGQ2SC83aXprRVc2SWc9PSIsInZhbHVlIjoiNThVSWh4YkIzNmZpbmpQK2hMQlVMNVBHaEVoMzVnak0yUGJJTGRVYnFGR1hOV1dWV2dzZ05vdlc0djRpR2pUUEhvbnovK0owbDFzQnQyakVxYmJSeUpMWHR2d0JoMU13V0hZZ1hkVW9hclV2ZUJ6Wno4L0huUkxPTTJqNW9ROWYiLCJtYWMiOiIzOGI1MWE3NGRiNTdhZGE1YzhhZTA3NjI0MDE3NWRlMmIyNTkwNWJmNGY1YjMxNGFhMzQ5OTNlYzAyNDRmNjUzIiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6IlJSaDl1NStEOEJYM1l1TGExN2pmdlE9PSIsInZhbHVlIjoicUhCTnlaaU9KQ0kyc0EyK041WDVPNkxHK1pSVkx2RHowN2JPelYraGIwYWwzcmhmcVJPTFNacWFYWkRmMWpScXRGVU5zYTQwV21mUXU0R1IrOEJhQldwdDhVU0MyMzdRRmxHUS9jWUQ3US9ZTStFbDdNU0NDU0tWYlU5QjhQMGUiLCJtYWMiOiIyMzI3ZDk2NDU4YTVlMTY1NTc4OGJjMjFhYTQ2MzQ5NDZkMDAxMGIwMzg2OTk1MTM2MzdlZTNjZTAwZjhjZmJmIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IjlMUHh6cWlLUGQ2SC83aXprRVc2SWc9PSIsInZhbHVlIjoiNThVSWh4YkIzNmZpbmpQK2hMQlVMNVBHaEVoMzVnak0yUGJJTGRVYnFGR1hOV1dWV2dzZ05vdlc0djRpR2pUUEhvbnovK" ] "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.23.131.3" ] "x-forwarded-for" => array:1 [ 0 => "3.23.131.3" ] "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" => "ZWoT9ElOcyeDhq0W0tsvp9xgOyaVm1bJe3WhqQR5" "laravel_session" => "8HmvMKVLCcUEjZDN6KA2SvRkti9RRd13bmxs7QNs" ]
          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 10:21:30 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlVZOXFpY0Z1TkVtZVc0enNHZStsUXc9PSIsInZhbHVlIjoidDM5ZlphOG85aTFMSUVEYWN4cDBESTgxdVRrZjhlaXJVUitxMmFrNnB5Z0pGN2h1MmpUU2wyajhYVXpoVmYwTGZzejlwQXdBaWUyYk1LakdLTE5zQnhaMXZqcmFjSTRZUjdoUlY4bkgrTjFvVUI0bm15TER1YnpXWVVncUtpV0kiLCJtYWMiOiI4OGJhMDQ3ZTg0NGIwODQ3ODlkYzQyNTE0ZjgxN2I1NTM2YTFiOGY5Yzk5M2JkZTEyZjc2NzkwMDYxODFkYmZiIiwidGFnIjoiIn0%3D; expires=Thu, 10 Apr 2025 12:21:30 GMT; Max-Age=7200; path=/; secureXSRF-TOKEN=eyJpdiI6IlVZOXFpY0Z1TkVtZVc0enNHZStsUXc9PSIsInZhbHVlIjoidDM5ZlphOG85aTFMSUVEYWN4cDBESTgxdVRrZjhlaXJVUitxMmFrNnB5Z0pGN2h1MmpUU2wyajhYVXpoVmYwTGZzejlwQ" 1 => "laravel_session=eyJpdiI6IjdrK3gzYXdFY3owdXZTTXZtZEs4aHc9PSIsInZhbHVlIjoiYmpyYk9JRHR2YjNKU0FkRzEzOVJxV2lyYUVlczZKUFdGSlNqWmtPU3k2RUdzbnJMcmZ0Ylc5amZ0UXFxa1JMNzRWcDNKQ2dFckJyN1g3MTNodUhFTGFvSU1UVG9KU3NjNkQ1Snh5MUJucVhZak1VZnhVNXcraVVxbUlTQmJINXAiLCJtYWMiOiI4NTAwZWI3Yzg4N2ZkZjk4OTlkMzU0MTZlNmVlNzRlZTg1OTY1YmE0ZjMwYjQxNzMxNjY2OTBmNGYyM2Q0ZjdkIiwidGFnIjoiIn0%3D; expires=Thu, 10 Apr 2025 12:21:30 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6IjdrK3gzYXdFY3owdXZTTXZtZEs4aHc9PSIsInZhbHVlIjoiYmpyYk9JRHR2YjNKU0FkRzEzOVJxV2lyYUVlczZKUFdGSlNqWmtPU3k2RUdzbnJMcmZ0Ylc5amZ0UXFxa1JMNzRW" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlVZOXFpY0Z1TkVtZVc0enNHZStsUXc9PSIsInZhbHVlIjoidDM5ZlphOG85aTFMSUVEYWN4cDBESTgxdVRrZjhlaXJVUitxMmFrNnB5Z0pGN2h1MmpUU2wyajhYVXpoVmYwTGZzejlwQXdBaWUyYk1LakdLTE5zQnhaMXZqcmFjSTRZUjdoUlY4bkgrTjFvVUI0bm15TER1YnpXWVVncUtpV0kiLCJtYWMiOiI4OGJhMDQ3ZTg0NGIwODQ3ODlkYzQyNTE0ZjgxN2I1NTM2YTFiOGY5Yzk5M2JkZTEyZjc2NzkwMDYxODFkYmZiIiwidGFnIjoiIn0%3D; expires=Thu, 10-Apr-2025 12:21:30 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlVZOXFpY0Z1TkVtZVc0enNHZStsUXc9PSIsInZhbHVlIjoidDM5ZlphOG85aTFMSUVEYWN4cDBESTgxdVRrZjhlaXJVUitxMmFrNnB5Z0pGN2h1MmpUU2wyajhYVXpoVmYwTGZzejlwQ" 1 => "laravel_session=eyJpdiI6IjdrK3gzYXdFY3owdXZTTXZtZEs4aHc9PSIsInZhbHVlIjoiYmpyYk9JRHR2YjNKU0FkRzEzOVJxV2lyYUVlczZKUFdGSlNqWmtPU3k2RUdzbnJMcmZ0Ylc5amZ0UXFxa1JMNzRWcDNKQ2dFckJyN1g3MTNodUhFTGFvSU1UVG9KU3NjNkQ1Snh5MUJucVhZak1VZnhVNXcraVVxbUlTQmJINXAiLCJtYWMiOiI4NTAwZWI3Yzg4N2ZkZjk4OTlkMzU0MTZlNmVlNzRlZTg1OTY1YmE0ZjMwYjQxNzMxNjY2OTBmNGYyM2Q0ZjdkIiwidGFnIjoiIn0%3D; expires=Thu, 10-Apr-2025 12:21:30 GMT; path=/; httponlylaravel_session=eyJpdiI6IjdrK3gzYXdFY3owdXZTTXZtZEs4aHc9PSIsInZhbHVlIjoiYmpyYk9JRHR2YjNKU0FkRzEzOVJxV2lyYUVlczZKUFdGSlNqWmtPU3k2RUdzbnJMcmZ0Ylc5amZ0UXFxa1JMNzRW" ] ]
          session_attributes
          0 of 0
          array:5 [ "locale" => "id" "_token" => "ZWoT9ElOcyeDhq0W0tsvp9xgOyaVm1bJe3WhqQR5" "_previous" => array:1 [ "url" => "https://ai-care.atmatech.id/discussions/biaya-operasi-nevus-sebaceous" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "discussion" => "biaya-operasi-nevus-sebaceous" ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-10 17:21:30GET/discussions/biaya-operasi-nevus-sebaceous440399