Enervon C

Enervon C

Bagikan :


Brand/nama lain

Enervon-C Effervescent, Enervon-C Plus Syrup, Enervon-C tablet, Enervon-C Active.

Cara Kerja

Merupakan multivitamin yang terdiri dari vitamin C, niacinamide, Ca panthothenate, vitamin B1, B2, B6, dan B12. Vitamin C berperan dalam pembentukan kolagen untuk menjaga kesehatan kulit, tulang, gigi, serta tulang rawan. Vitamin C juga berperan dalam penyembuhan luka.

Selain vitamin C, kandungan multivitamin B berperan dalam pembentukan jaringan tubuh, epmbentukan sel darah merah, serta berfungsi sebagai koenzim untuk membantu berbagai proses metabolisme tubuh.

Indikasi

Membantu untuk memelihara kesehatan tubuh dan membantu dalam pemenuhan angka kecukupan gizi harian.

Kontraindikasi

Belum ada data mengenai kontraindikasi mutlak namun perlu diperhatikan secara hati-hati pada pasien dengan gangguan hati, pencernaan, atau ginjal.

Efek Samping

Mual, muntah, sakit perut, sembelit, atau diare.

Sediaan

Tablet, Effervescent tablet, sirup.

Sediaan

Vit B1

Vit B2

Vit B6

Vit B12

Vit C

Niacinamide

Pantothenol

Vit A

Vit D

Zink

Enervon-C tablet

50 mg

25 mg

10 mg

5 mcg

500 mg

50 mg

20 mg

-

-

 

Enervon-C Effervescent

50 mg

25 mg

10 mg

5 mg

1000 mg

50 mg

20 mg

-

-

 

Enervon-C Active

50 mg

25 mg

10 mg

5 mcg

500 mg

50 mg

20 mg

-

-

10 mg

Enervon-C Plus Syrup (per 5mL)

8,33 mg

4,16 mg

1,67 mg

8,33 mcg

83,33 mg

8,33 mg

3,33 mg

1500 IU

100 IU

 

Dosis

Tablet/ Effervescent tablet untuk dewasa: 1 tablet per hari

Sirup untuk anak 6 – 12 tahun: 2 x 10 mL per hari; anak usia 1 – 6 tahun: 1 x 5 mL per hari.

Keamanan

Kehamilan:

Termasuk FDA Kategori N (belum diketahui dengan jelas mengenai risiko berbahaya pada janin) sehingga perlu dikonsultasikan terlebih dahulu pada dokter dalam penggunaannya agar dapat diawasi.

Interaksi Obat

Tidak ada informasi mengenai interaksi obat yang dapat muncul akibat penggunaan Enervon-C dengan obat lainnya. Meskipun demikian, perlu diperhatikan apabila mengonsumsi Enervon-C dengan obat-obatan di bawah ini karena salah satu kandungan dari Enervon C adalah vitamin C.

  • Obat yang mengandung zat besi: Vitamin C dapat membantu dalam peningkatan penyerapan zat besi ke dalam tubuh.
  • Obat antasida yang mengandung alumunium: Vitamin C dapat meningkatan proses penyerapan obat antasida.
  • Obat antikoagulan (seperti warfarin): Vitamin C dapat menurunkan aktivitas antikoagulan.
Writer : dr Apri Haryono Hafid
Editor :
  • dr Ayu Munawaroh, MKK
Last Updated : Jumat, 14 April 2023 | 18:23
  1. Mims Indonesia. Enervon-C Tablet/Enervon-C Effervescent/Enervon-C Plus. Available from: https://www.mims.com/indonesia/drug/info/enervon-c%20tablet-enervon-c%20effervescent-enervon-c%20plus
  2. Ascorbic acid. Available from: https://reference.medscape.com/drug/ascor-cenolate-vitamin-c-ascorbic-acid-344416#0
  3. Darya Varia. Enervon-C. Available from: http://www.darya-varia.com/id/products/category/vitamin
Request history8.1.29PHP Version895msRequest Duration4MBMemory UsageGET healthpedia-{category}/{slug}Route
  • infolog[16:44:33] LOG.info: Attempting to authenticate with: { "username": "administrator", "url": ...
  • Booting (252ms)time
  • Application (643ms)time
  • 1 x Application (71.85%)
    643ms
    1 x Booting (28.15%)
    252ms
    11 templates were rendered
    • 1x web.v2.single-post-healthpediasingle-post-healthpedia.blade.php#?blade
    • 1x web.v2.partials.single.breadcrumbbreadcrumb.blade.php#?blade
    • 2x web.partials.single-sharesingle-share.blade.php#?blade
    • 1x web.v2.partials.single.editoreditor.blade.php#?blade
    • 1x web.v2.partials.single.tagstags.blade.php#?blade
    • 1x web.v2.partials.single.referensireferensi.blade.php#?blade
    • 1x web.v2.partials.article-populararticle-popular.blade.php#?blade
    • 1x web.v2.partials.related-articlerelated-article.blade.php#?blade
    • 1x web.v2.partials.healthtopichealthtopic.blade.php#?blade
    • 1x layouts.v2.web_layoutweb_layout.blade.php#?blade
    uri
    GET healthpedia-{category}/{slug}
    middleware
    web
    controller
    App\Http\Controllers\WebController@singleHealthpediaPost
    namespace
    App\Http\Controllers
    prefix
    where
    as
    web.single.healthpedia.post
    file
    app/Http/Controllers/WebController.php:249-419
    34 statements were executed (6 duplicates)Show only duplicates422ms
    • WebController.php#259aicare_prod_new22.66msselect * from `posts` where (`content_type` = 'healthpedia' and `slug` = 'enervon-c' or `slug_en` = 'enervon-c') and `status` = 1 and `publish_date` <= '2025-04-09 16:44:33' and `deleted_at` is null and `posts`.`deleted_at` is null limit 1
      Bindings
      • 0: healthpedia
      • 1: enervon-c
      • 2: enervon-c
      • 3: 1
      • 4: 2025-04-09 16:44:33
      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:259
      • 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#259aicare_prod_new1.25msselect `users`.*, `post_editor`.`post_id` as `pivot_post_id`, `post_editor`.`user_id` as `pivot_user_id`, `post_editor`.`created_at` as `pivot_created_at`, `post_editor`.`updated_at` as `pivot_updated_at` from `users` inner join `post_editor` on `users`.`id` = `post_editor`.`user_id` where `post_editor`.`post_id` in (2519)
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:259
      • 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#259aicare_prod_new6.39msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` in (2519) and `categories`.`deleted_at` is null
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:259
      • 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#328aicare_prod_new17.27msselect * from `posts` where (`content_type` = 'healthpedia' and `slug` = 'enervon-c' or `slug_en` = 'enervon-c') and `status` = 1 and `publish_date` <= '2025-04-09 16:44:33' and `deleted_at` is null and `posts`.`deleted_at` is null limit 1
      Bindings
      • 0: healthpedia
      • 1: enervon-c
      • 2: enervon-c
      • 3: 1
      • 4: 2025-04-09 16:44:33
      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:328
      • 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#328aicare_prod_new1.05msselect `users`.*, `post_editor`.`post_id` as `pivot_post_id`, `post_editor`.`user_id` as `pivot_user_id`, `post_editor`.`created_at` as `pivot_created_at`, `post_editor`.`updated_at` as `pivot_updated_at` from `users` inner join `post_editor` on `users`.`id` = `post_editor`.`user_id` where `post_editor`.`post_id` in (2519)
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:328
      • 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#328aicare_prod_new970μsselect `users`.*, `post_english_editors`.`post_id` as `pivot_post_id`, `post_english_editors`.`user_id` as `pivot_user_id`, `post_english_editors`.`created_at` as `pivot_created_at`, `post_english_editors`.`updated_at` as `pivot_updated_at` from `users` inner join `post_english_editors` on `users`.`id` = `post_english_editors`.`user_id` where `post_english_editors`.`post_id` in (2519)
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:328
      • 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#328aicare_prod_new6.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` in (2519) and `categories`.`deleted_at` is null
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:328
      • 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#332aicare_prod_new1.85msselect `healthpedia`.*, `healthpedia_post`.`post_id` as `pivot_post_id`, `healthpedia_post`.`healthpedia_id` as `pivot_healthpedia_id`, `healthpedia_post`.`created_at` as `pivot_created_at`, `healthpedia_post`.`updated_at` as `pivot_updated_at` from `healthpedia` inner join `healthpedia_post` on `healthpedia`.`id` = `healthpedia_post`.`healthpedia_id` where `healthpedia_post`.`post_id` = 2519 and `healthpedia`.`deleted_at` is null
      Bindings
      • 0: 2519
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:332
      • 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#337aicare_prod_new930μsselect * from `categories` where `categories`.`id` = 8 and `categories`.`deleted_at` is null limit 1
      Bindings
      • 0: 8
      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:337
      • 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#369aicare_prod_new16.42msselect `tags`.*, `post_tag`.`post_id` as `pivot_post_id`, `post_tag`.`tag_id` as `pivot_tag_id`, `post_tag`.`created_at` as `pivot_created_at`, `post_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `post_tag` on `tags`.`id` = `post_tag`.`tag_id` where `post_tag`.`post_id` = 2519
      Bindings
      • 0: 2519
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:369
      • 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#1386aicare_prod_new12.4msselect `posts`.*, `post_tag`.`tag_id` as `pivot_tag_id`, `post_tag`.`post_id` as `pivot_post_id` from `posts` inner join `post_tag` on `posts`.`id` = `post_tag`.`post_id` where `post_tag`.`tag_id` = 4886 and `posts`.`deleted_at` is null
      Bindings
      • 0: 4886
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:1386
      • app/Http/Controllers/WebController.php:372
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
    • WebController.php#1386aicare_prod_new15.12msselect `posts`.*, `post_tag`.`tag_id` as `pivot_tag_id`, `post_tag`.`post_id` as `pivot_post_id` from `posts` inner join `post_tag` on `posts`.`id` = `post_tag`.`post_id` where `post_tag`.`tag_id` = 930 and `posts`.`deleted_at` is null
      Bindings
      • 0: 930
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:1386
      • app/Http/Controllers/WebController.php:372
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
    • WebController.php#1386aicare_prod_new12.09msselect `posts`.*, `post_tag`.`tag_id` as `pivot_tag_id`, `post_tag`.`post_id` as `pivot_post_id` from `posts` inner join `post_tag` on `posts`.`id` = `post_tag`.`post_id` where `post_tag`.`tag_id` = 3629 and `posts`.`deleted_at` is null
      Bindings
      • 0: 3629
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:1386
      • app/Http/Controllers/WebController.php:372
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
    • WebController.php#1386aicare_prod_new12.14msselect `posts`.*, `post_tag`.`tag_id` as `pivot_tag_id`, `post_tag`.`post_id` as `pivot_post_id` from `posts` inner join `post_tag` on `posts`.`id` = `post_tag`.`post_id` where `post_tag`.`tag_id` = 4915 and `posts`.`deleted_at` is null
      Bindings
      • 0: 4915
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:1386
      • app/Http/Controllers/WebController.php:372
      • 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
    • CategoryHealtTopics.php#11aicare_prod_new1.16msselect * 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:376
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
    • WebController.php#377aicare_prod_new158msselect * from `posts` where `status` = 1 and `publish_date` <= '2025-04-09 16:44:33' and `content_type` = 'article' and `posts`.`deleted_at` is null order by RAND() limit 7
      Bindings
      • 0: 1
      • 1: 2025-04-09 16:44:33
      • 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/WebController.php:377
      • 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#391aicare_prod_new8.76msupdate `posts` set `views_count` = 864 where `id` = 2519
      Bindings
      • 0: 864
      • 1: 2519
      Backtrace
      • app/Http/Controllers/WebController.php:391
      • 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
    • ActivityLogger.php#174aicare_prod_new6.48msinsert into `activity_log` (`log_name`, `properties`, `batch_uuid`, `event`, `subject_id`, `subject_type`, `description`, `updated_at`, `created_at`) values ('default', '[]', null, 'updated', 2519, 'App\\Models\\Admin\\Post', 'updated', '2025-04-09 16:44:33', '2025-04-09 16:44:33')
      Bindings
      • 0: default
      • 1: []
      • 2: 
      • 3: updated
      • 4: 2519
      • 5: App\Models\Admin\Post
      • 6: updated
      • 7: 2025-04-09 16:44:33
      • 8: 2025-04-09 16:44:33
      Backtrace
      • vendor/spatie/laravel-activitylog/src/ActivityLogger.php:174
      • vendor/spatie/laravel-activitylog/src/Traits/LogsActivity.php:88
      • app/Http/Controllers/WebController.php:391
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • single-post-healthpedia.blade.php#37aicare_prod_new1.04msselect * from `users` where `users`.`id` = 35 limit 1
      Bindings
      • 0: 35
      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.single-post-healthpedia:37
      • 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_new10.4msselect `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` = 3877 and `categories`.`deleted_at` is null
      Bindings
      • 0: 3877
      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_new6.84msselect `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` = 7740 and `categories`.`deleted_at` is null
      Bindings
      • 0: 7740
      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.85msselect `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` = 1936 and `categories`.`deleted_at` is null
      Bindings
      • 0: 1936
      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_new10.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` = 9472 and `categories`.`deleted_at` is null
      Bindings
      • 0: 9472
      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_new10.1msselect `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` = 3545 and `categories`.`deleted_at` is null
      Bindings
      • 0: 3545
      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_new10.11msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 6832 and `categories`.`deleted_at` is null
      Bindings
      • 0: 6832
      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_new11.13msselect `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` = 6787 and `categories`.`deleted_at` is null
      Bindings
      • 0: 6787
      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.64msselect `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` = 6443 and `categories`.`deleted_at` is null
      Bindings
      • 0: 6443
      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_new9.44msselect `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` = 4826 and `categories`.`deleted_at` is null
      Bindings
      • 0: 4826
      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_new9.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` = 2433 and `categories`.`deleted_at` is null
      Bindings
      • 0: 2433
      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_new10.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` = 2697 and `categories`.`deleted_at` is null
      Bindings
      • 0: 2697
      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_new8.82msselect `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` = 2505 and `categories`.`deleted_at` is null
      Bindings
      • 0: 2505
      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_new1.04msselect * 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_new810μ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.16msselect * 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
    40Post.php#?
    App\Models\Admin\Category
    22Category.php#?
    App\Models\Admin\Tag
    4Tag.php#?
    App\User
    3User.php#?
    App\Models\TermPolicy
    3TermPolicy.php#?
    App\Models\Admin\Healthpedia
    1Healthpedia.php#?
    App\Models\Admin\Page
    1Page.php#?
    App\Models\Admin\Faq
    1Faq.php#?
        locale
        id
        _token
        GeAgyWouKG8eKInQwkwltPZYGVSwN7ccuOaGRS7q
        _previous
        array:1 [ "url" => "https://ai-care.atmatech.id/healthpedia-obat/enervon-c" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        path_info
        /healthpedia-obat/enervon-c
        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=eyJpdiI6IlE1NzhlY0dlWHRsQ0MvYnFLRVBhckE9PSIsInZhbHVlIjoiTDg5WXlveEdsMFNSeEs2dWVnT1lLK09zY3NCNG5KKzR4aURDUnArcGMydUpDY1V5T2FGc3N4cVNIWjNBMXdVNjRydC95MFRKbzN0dzVVM3Z3UWUveVplazRaYWZiOXRuWVN3MEEvSHF3eUUrOWZzekdWNzNPQ3IvK3lGK0tiN0UiLCJtYWMiOiI4NTJjZGI2ODVlOWEwMzViMGFjNmMyMTQ5NTIzZmUyMGVmODA4Yjg5NjZiNzZiM2U5NWYyODYzNzI1NWE5ZjczIiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6ImJGcEJwSFZITTlpNjdrYUFKUUYvbFE9PSIsInZhbHVlIjoiQVBRNXFadVRxV1ZEWlA4UmE5WmVVdWFxTmgwOHBtZkVOY21hWUZGWVF2dWRWSFdCM3hrYnBaUjRRM1VXbU9CZWZ1NzlUWEtPVnROelc1ejVYUnZvR3ZkamVmOFlNUkNqUThHUnR5TmtzV1ZYcDRCWEdGbDBTUmFVQ2dHZEZDMnciLCJtYWMiOiJmN2M3ZGZhZGE2ZjUzNjU1MzJkOTQ0ZWYzZTgxZDI5NWEzNzc0NDYzYjUxM2RjMGE1M2M1MDczZGIxZDBlNGIwIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IlE1NzhlY0dlWHRsQ0MvYnFLRVBhckE9PSIsInZhbHVlIjoiTDg5WXlveEdsMFNSeEs2dWVnT1lLK09zY3NCNG5KKzR4aURDUnArcGMydUpDY1V5T2FGc3N4cVNIWjNBMXdVNjRydC95M" ] "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 => "13.58.74.190" ] "x-forwarded-for" => array:1 [ 0 => "13.58.74.190" ] "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" => "GeAgyWouKG8eKInQwkwltPZYGVSwN7ccuOaGRS7q" "laravel_session" => "xKP1Z63YSi17Fwq9WhhTg5j27v4r978Zc4btyiJx" ]
        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 => "Wed, 09 Apr 2025 09:44:33 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkhyOG1JcGNQT05tN0lXS2had0VhMlE9PSIsInZhbHVlIjoiZ3JqeVh0a09kOVNKZWhzZ211aTdSM25KT281ZTBaNDczQ0ZSZFNUMzRxcmNaZlJDaFY1MXhyTFpoR2x4amJyVEZpZUpOR2hYczUzQTlOWk9FemtTSDNSaVB5bmR6SThQQ3pxZWQ0WDRvVWQyOHFIVDRsenpKR0pOUUE3bXFldXYiLCJtYWMiOiIzZWJmZTU2YjFhMDU2MTliZTExMzc1ODJkYzc3MmE5NzBmMjBmOGIyMDUxOTg5NjgxZDNmMDBlOGJkZGMxZWIwIiwidGFnIjoiIn0%3D; expires=Wed, 09 Apr 2025 11:44:33 GMT; Max-Age=7200; path=/; secureXSRF-TOKEN=eyJpdiI6IkhyOG1JcGNQT05tN0lXS2had0VhMlE9PSIsInZhbHVlIjoiZ3JqeVh0a09kOVNKZWhzZ211aTdSM25KT281ZTBaNDczQ0ZSZFNUMzRxcmNaZlJDaFY1MXhyTFpoR2x4amJyVEZpZUpOR" 1 => "laravel_session=eyJpdiI6ImxqUytMZUIrSlJjT0Y4bktBQW40SkE9PSIsInZhbHVlIjoiN3RYNUtxcE1pYkdiWmlEelVybjBxZjVDRExGbHVUUTFRUzJCQjFKK1lCVnRablEyMXNlU2xUYXFDNXFRWnp5R0JoVHhkUlNaWnpQWnQ0c3NwNDZSWlRIVmt6MkZ3aUxuUGRmQWVSaGVEWG9ZbzEvdG40VmQyWjN4OW9MUXM0MHgiLCJtYWMiOiIxMjc5ZWRkOTg4NmZjMTI5YzM4ZjUyYjM0YWU2YzNmYmZiY2Q3NjI3MjA5NmNlOTEzNWE1MGYwOTI1OWY5Yjk2IiwidGFnIjoiIn0%3D; expires=Wed, 09 Apr 2025 11:44:33 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6ImxqUytMZUIrSlJjT0Y4bktBQW40SkE9PSIsInZhbHVlIjoiN3RYNUtxcE1pYkdiWmlEelVybjBxZjVDRExGbHVUUTFRUzJCQjFKK1lCVnRablEyMXNlU2xUYXFDNXFRWnp5R0Jo" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkhyOG1JcGNQT05tN0lXS2had0VhMlE9PSIsInZhbHVlIjoiZ3JqeVh0a09kOVNKZWhzZ211aTdSM25KT281ZTBaNDczQ0ZSZFNUMzRxcmNaZlJDaFY1MXhyTFpoR2x4amJyVEZpZUpOR2hYczUzQTlOWk9FemtTSDNSaVB5bmR6SThQQ3pxZWQ0WDRvVWQyOHFIVDRsenpKR0pOUUE3bXFldXYiLCJtYWMiOiIzZWJmZTU2YjFhMDU2MTliZTExMzc1ODJkYzc3MmE5NzBmMjBmOGIyMDUxOTg5NjgxZDNmMDBlOGJkZGMxZWIwIiwidGFnIjoiIn0%3D; expires=Wed, 09-Apr-2025 11:44:33 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IkhyOG1JcGNQT05tN0lXS2had0VhMlE9PSIsInZhbHVlIjoiZ3JqeVh0a09kOVNKZWhzZ211aTdSM25KT281ZTBaNDczQ0ZSZFNUMzRxcmNaZlJDaFY1MXhyTFpoR2x4amJyVEZpZUpOR" 1 => "laravel_session=eyJpdiI6ImxqUytMZUIrSlJjT0Y4bktBQW40SkE9PSIsInZhbHVlIjoiN3RYNUtxcE1pYkdiWmlEelVybjBxZjVDRExGbHVUUTFRUzJCQjFKK1lCVnRablEyMXNlU2xUYXFDNXFRWnp5R0JoVHhkUlNaWnpQWnQ0c3NwNDZSWlRIVmt6MkZ3aUxuUGRmQWVSaGVEWG9ZbzEvdG40VmQyWjN4OW9MUXM0MHgiLCJtYWMiOiIxMjc5ZWRkOTg4NmZjMTI5YzM4ZjUyYjM0YWU2YzNmYmZiY2Q3NjI3MjA5NmNlOTEzNWE1MGYwOTI1OWY5Yjk2IiwidGFnIjoiIn0%3D; expires=Wed, 09-Apr-2025 11:44:33 GMT; path=/; httponlylaravel_session=eyJpdiI6ImxqUytMZUIrSlJjT0Y4bktBQW40SkE9PSIsInZhbHVlIjoiN3RYNUtxcE1pYkdiWmlEelVybjBxZjVDRExGbHVUUTFRUzJCQjFKK1lCVnRablEyMXNlU2xUYXFDNXFRWnp5R0Jo" ] ]
        session_attributes
        0 of 0
        array:4 [ "locale" => "id" "_token" => "GeAgyWouKG8eKInQwkwltPZYGVSwN7ccuOaGRS7q" "_previous" => array:1 [ "url" => "https://ai-care.atmatech.id/healthpedia-obat/enervon-c" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-04-09 16:44:33GET/healthpedia-obat/enervon-c1113475