Mencoba Terjemah

Mencoba Terjemah
caption gambar

Daftar Isi


Daftar Isi Tidak Ditemukan

Bagikan :


Ini bahasa Indonesia

 

Request history8.1.29PHP Version693msRequest Duration4MBMemory UsageGET {category}/{slug}Route
    • Booting (263ms)time
    • Application (430ms)time
    • 1 x Application (62.05%)
      430ms
      1 x Booting (37.95%)
      263ms
      10 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.healthtopichealthtopic.blade.php#?blade
      • 1x layouts.v2.web_layoutweb_layout.blade.php#?blade
      uri
      GET {category}/{slug}
      middleware
      web
      controller
      App\Http\Controllers\WebController@newSinglePost
      namespace
      App\Http\Controllers
      prefix
      where
      as
      web.new.single.post
      file
      app/Http/Controllers/WebController.php:645-806
      24 statements were executed364ms
      • WebController.php#656aicare_prod_new1.16msselect * from `categories` where (`slug` = 'covid-19' or `slug_en` = 'covid-19') and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: covid-19
        • 1: covid-19
        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:656
        • 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#657aicare_prod_new80.92msselect * from `posts` where (`slug` = 'mencoba-terjemah' or `slug_en` = 'mencoba-terjemah') and `posts`.`deleted_at` is null limit 1
        Bindings
        • 0: mencoba-terjemah
        • 1: mencoba-terjemah
        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:657
        • 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#703aicare_prod_new74.75msselect * from `posts` where (`slug` = 'mencoba-terjemah' or `slug_en` = 'mencoba-terjemah') and `status` = 1 and `publish_date` <= '2025-03-15 08:38:33' and `deleted_at` is null and `posts`.`deleted_at` is null limit 1
        Bindings
        • 0: mencoba-terjemah
        • 1: mencoba-terjemah
        • 2: 1
        • 3: 2025-03-15 08:38: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:703
        • 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#703aicare_prod_new880μsselect `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 (10175)
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/WebController.php:703
        • 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#703aicare_prod_new960μ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 (10175)
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/WebController.php:703
        • 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#703aicare_prod_new4.92msselect `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 (10175) and `categories`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/WebController.php:703
        • 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#703aicare_prod_new730μsselect * from `categories` where `categories`.`id` in (0) and `categories`.`deleted_at` is null
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/WebController.php:703
        • 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#724aicare_prod_new13.23msselect `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` = 10175
        Bindings
        • 0: 10175
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/WebController.php:724
        • 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#739aicare_prod_new123msselect * from `posts` where `status` = 1 and `publish_date` <= '2025-03-15 08:38:33' and `deleted_at` is null and `content_type` = 'article' and `posts`.`deleted_at` is null order by RAND() limit 7
        Bindings
        • 0: 1
        • 1: 2025-03-15 08:38: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:739
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • CategoryHealtTopics.php#11aicare_prod_new1.24msselect * 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:740
        • 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#748aicare_prod_new1.89msselect `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` = 10175 and `healthpedia`.`deleted_at` is null
        Bindings
        • 0: 10175
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/WebController.php:748
        • 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#779aicare_prod_new8.41msupdate `posts` set `views_count` = 27 where `id` = 10175
        Bindings
        • 0: 27
        • 1: 10175
        Backtrace
        • app/Http/Controllers/WebController.php:779
        • 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.28msinsert into `activity_log` (`log_name`, `properties`, `batch_uuid`, `event`, `subject_id`, `subject_type`, `description`, `updated_at`, `created_at`) values ('default', '[]', null, 'updated', 10175, 'App\\Models\\Admin\\Post', 'updated', '2025-03-15 08:38:34', '2025-03-15 08:38:34')
        Bindings
        • 0: default
        • 1: []
        • 2: 
        • 3: updated
        • 4: 10175
        • 5: App\Models\Admin\Post
        • 6: updated
        • 7: 2025-03-15 08:38:34
        • 8: 2025-03-15 08:38:34
        Backtrace
        • vendor/spatie/laravel-activitylog/src/ActivityLogger.php:174
        • vendor/spatie/laravel-activitylog/src/Traits/LogsActivity.php:88
        • app/Http/Controllers/WebController.php:779
        • 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_new860μsselect * from `users` where `users`.`id` = 17 limit 1
        Bindings
        • 0: 17
        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_new6.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` = 1977 and `categories`.`deleted_at` is null
        Bindings
        • 0: 1977
        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_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` = 7236 and `categories`.`deleted_at` is null
        Bindings
        • 0: 7236
        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_new5.95msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 4897 and `categories`.`deleted_at` is null
        Bindings
        • 0: 4897
        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_new5.93msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 1892 and `categories`.`deleted_at` is null
        Bindings
        • 0: 1892
        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_new5.91msselect `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` = 6149 and `categories`.`deleted_at` is null
        Bindings
        • 0: 6149
        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_new5.92msselect `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` = 7225 and `categories`.`deleted_at` is null
        Bindings
        • 0: 7225
        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_new6msselect `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` = 4046 and `categories`.`deleted_at` is null
        Bindings
        • 0: 4046
        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
      • web_layout.blade.php#122aicare_prod_new940μ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_new780μ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.04msselect * 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\Category
      15Category.php#?
      App\Models\Admin\Post
      9Post.php#?
      App\Models\TermPolicy
      3TermPolicy.php#?
      App\User
      1User.php#?
      App\Models\Admin\Page
      1Page.php#?
      App\Models\Admin\Faq
      1Faq.php#?
          locale
          id
          _token
          3HXGKjfZjQWv8JBE1rMUVMwZqsF8ZNbFBfnlJxSp
          _previous
          array:1 [ "url" => "https://ai-care.atmatech.id/covid-19/mencoba-terjemah" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /covid-19/mencoba-terjemah
          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=eyJpdiI6ImhJaVJHclRKSXJKUEhIcy9xVENQNmc9PSIsInZhbHVlIjoiVEVKelJvd3Z4ZEtRZjVlaGJpTklCVDJTY0Y4NjZmYXZlcklyaDhQVWJHOWsvYmlaNk9TK0pFU1dJejIrNVYxbWlORHA1ZjkzdGluc005dkdrRmFHY3lUekxOc295dUVnRSs3UEhOMHFxRWNiRG5vN3BaMFVNN3J6dnZYdUU3L24iLCJtYWMiOiI3ZDU0YjEwMzIxODk2NTM0YTA2YzgxYTUyYmZhNmJiOGRlOWRiNWNhNTMxZjBhZjY0MTY5NzIyNmI2YjViZGE4IiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6IjU0S0hOZHBLTjJOSDhtcFhQTldPc0E9PSIsInZhbHVlIjoiNGVGdlExVlZURUxNWkx4WTVsK0JTNS91YWJ2TGF2RU9lVWtBUFZndHRVMDRBcC82SWROY3pyanJJWDZ4WDZ5Tld6RERLbFF4dGlnT2orWW5hbGZpQi9rb0V5WEpGMXRGUm9TUDhYWGc3WEFNb3pUWGRXYk1wYW9nQjkrK3FYSEMiLCJtYWMiOiJjOThmMTU2ZGEwM2ZiODU3NjdlODJlM2Q1YTgxZjA4OWU2YjE0Nzk1MzcwZDI5MzRiYTE4N2M3MjQ0MDNhYjc3IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6ImhJaVJHclRKSXJKUEhIcy9xVENQNmc9PSIsInZhbHVlIjoiVEVKelJvd3Z4ZEtRZjVlaGJpTklCVDJTY0Y4NjZmYXZlcklyaDhQVWJHOWsvYmlaNk9TK0pFU1dJejIrNVYxbWlORHA1Z" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "x-real-ip" => array:1 [ 0 => "18.191.70.86" ] "x-forwarded-for" => array:1 [ 0 => "18.191.70.86" ] "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" => "3HXGKjfZjQWv8JBE1rMUVMwZqsF8ZNbFBfnlJxSp" "laravel_session" => "NsNApaPZW9gmpWfMK08Usyqgy7rYyvU2q38GAxk5" ]
          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, 15 Mar 2025 01:38:34 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkR1NCtNRTdqOVh6ZDJNTStEL0dsN0E9PSIsInZhbHVlIjoiZzh2SEg2ZWVRVTI2SlYwMTc5a29vWkthZWZnRHVYcEdKb3FGOGhBZXh4Z29vb0laV0taemUzcjRkRWUrMGVYck9ic1VZKzRJMWVDWkROclMwL1BqK1dsQjE0ZTI0d0Q0cTlYb0JzMkZ3aUoweGVSMVZacWdlb2dPTDIrdzhXMk8iLCJtYWMiOiJkYTY1NDRiZjY4NWMyM2ZhZDQ0OGRmMzJkYjk3MGMzNzJlNzllYjMyOTg5NGUzOWI2YmM2ZjliOTM5M2JhODUyIiwidGFnIjoiIn0%3D; expires=Sat, 15 Mar 2025 03:38:34 GMT; Max-Age=7200; path=/; secureXSRF-TOKEN=eyJpdiI6IkR1NCtNRTdqOVh6ZDJNTStEL0dsN0E9PSIsInZhbHVlIjoiZzh2SEg2ZWVRVTI2SlYwMTc5a29vWkthZWZnRHVYcEdKb3FGOGhBZXh4Z29vb0laV0taemUzcjRkRWUrMGVYck9ic1VZK" 1 => "laravel_session=eyJpdiI6InI2bVJUM0NtNktFK3NSaHlwcG04YkE9PSIsInZhbHVlIjoiWHpmUzB0NENFVUZVemp5aDRzdmJ3akpOZFNuVW9SSUlsOHdGMGxBdE00eGk4akdKeXNCRW04VHhHdCtHWjNpaFhqcDlkdzRORE1la0lKOG02SzRpRU1VNk0zWHE2V0h5UHh4MnFlY3VTRy9KZnB1dEo0Uk5UL0NKNU5TZFBGN3kiLCJtYWMiOiIwZjdhYWZiNDM3MzNiODlhMWUyZGI4ZGY2YmJlOTJlM2VkMWZmYTE4NTNmYmQyMDYyZTU5NWI5ODU4ZWJlYmNjIiwidGFnIjoiIn0%3D; expires=Sat, 15 Mar 2025 03:38:34 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6InI2bVJUM0NtNktFK3NSaHlwcG04YkE9PSIsInZhbHVlIjoiWHpmUzB0NENFVUZVemp5aDRzdmJ3akpOZFNuVW9SSUlsOHdGMGxBdE00eGk4akdKeXNCRW04VHhHdCtHWjNpaFhq" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkR1NCtNRTdqOVh6ZDJNTStEL0dsN0E9PSIsInZhbHVlIjoiZzh2SEg2ZWVRVTI2SlYwMTc5a29vWkthZWZnRHVYcEdKb3FGOGhBZXh4Z29vb0laV0taemUzcjRkRWUrMGVYck9ic1VZKzRJMWVDWkROclMwL1BqK1dsQjE0ZTI0d0Q0cTlYb0JzMkZ3aUoweGVSMVZacWdlb2dPTDIrdzhXMk8iLCJtYWMiOiJkYTY1NDRiZjY4NWMyM2ZhZDQ0OGRmMzJkYjk3MGMzNzJlNzllYjMyOTg5NGUzOWI2YmM2ZjliOTM5M2JhODUyIiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 03:38:34 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IkR1NCtNRTdqOVh6ZDJNTStEL0dsN0E9PSIsInZhbHVlIjoiZzh2SEg2ZWVRVTI2SlYwMTc5a29vWkthZWZnRHVYcEdKb3FGOGhBZXh4Z29vb0laV0taemUzcjRkRWUrMGVYck9ic1VZK" 1 => "laravel_session=eyJpdiI6InI2bVJUM0NtNktFK3NSaHlwcG04YkE9PSIsInZhbHVlIjoiWHpmUzB0NENFVUZVemp5aDRzdmJ3akpOZFNuVW9SSUlsOHdGMGxBdE00eGk4akdKeXNCRW04VHhHdCtHWjNpaFhqcDlkdzRORE1la0lKOG02SzRpRU1VNk0zWHE2V0h5UHh4MnFlY3VTRy9KZnB1dEo0Uk5UL0NKNU5TZFBGN3kiLCJtYWMiOiIwZjdhYWZiNDM3MzNiODlhMWUyZGI4ZGY2YmJlOTJlM2VkMWZmYTE4NTNmYmQyMDYyZTU5NWI5ODU4ZWJlYmNjIiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 03:38:34 GMT; path=/; httponlylaravel_session=eyJpdiI6InI2bVJUM0NtNktFK3NSaHlwcG04YkE9PSIsInZhbHVlIjoiWHpmUzB0NENFVUZVemp5aDRzdmJ3akpOZFNuVW9SSUlsOHdGMGxBdE00eGk4akdKeXNCRW04VHhHdCtHWjNpaFhq" ] ]
          session_attributes
          0 of 0
          array:4 [ "locale" => "id" "_token" => "3HXGKjfZjQWv8JBE1rMUVMwZqsF8ZNbFBfnlJxSp" "_previous" => array:1 [ "url" => "https://ai-care.atmatech.id/covid-19/mencoba-terjemah" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-15 08:38:34GET/covid-19/mencoba-terjemah102430