Tanya Dokter

Beranda / Tanya Dokter
Pertanyaan Anda

Senin, 22 Juli 2024 | 10:20
Mata

Mata

RSR
Info Penanya : RSR

Halo dok, saya mau tanya keluhan saya di kesehatan mata, keluhan mata kanan saya terasa buram perih dan kalo mata saya kena air mata rasanya sakit, terimakasih.

Share

Dijawab Oleh
Dijawab Oleh : dr Ayuka Nishi

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

Keluhan pada mata dibagi menjadi mata merah dan mata tenang, dengan atau tanpa penurunan visus (tajam pengelihatan). Maka, perlu dikonfirmasi beberapa hal, yaitu:

  • Apakah anda mengalami mata merah?
  • Apakah mata buram terjadi mendadak/perlahan? dan apakah buramnya sesaat atau terus menerus?

Jika anda mengalami mata merah, maka kemungkinannya adalah:

  • Konjungtivitis (Peradangan pada Selaput Mata): biasanya disebabkan oleh infeksi baik virus, bakteri maupun jamur. Gejalanya mata merah, perih, berair dan belekan. Namun biasanya tidak menyebabkan turunnya tajam pengelihatan.
  • Sindrom Mata Kering: Ini terjadi ketika mata tidak dapat menghasilkan cukup air mata atau air mata yang dihasilkan tidak kualitasnya baik, sehingga mata terasa perih dan buram. Salah satu penyebab paling sering juga adalah menatap layar gadget terlalu lama, sehingga dari mata kering ini berkembang menjadi Computer Vision Syndrome.
  • Reaksi alergi mata: Reaksi alergi terhadap debu, polutan udara, atau alergen lainnya
  • Benda Asing di Mata: Adanya benda asing di mata seperti serbuk kayu dan sisa make-up.
  • Keratitis (Peradangan kornea mata): Ini bisa disebabkan oleh infeksi, luka, atau reaksi terhadap benda asing seperti softlense. Biasanya pada keluhan ini buram terjadi mendadak.

Sedangkan mata tenang dengan pengelihatan buram contoh kemungkinannya adalah kelainan refraksi, katarak, glaukoma. Namun biasanya tidak memberikan sensasi perih pada mata.

Saat ini, untuk mengurangi atau tidak memperparah keluhan yang terjadi, hal yang bisa Anda lakukan adalah:

  • Hindari menyentuh dan mengucek mata 
  • Hindari menatap layar gadget terlalu lama, istirahatkan mata setiap 20 menit selama 20 detik dengan melihat sejauh 6 meter.
  • Boleh melakukan kompres hangat pada mata. Namun jika disertai mata merah, lakukan kompres dingin.
  • Selalu bersihkan mata dengan baik setelah make-up, rutin membersihkan dan mengganti softlens jika Anda menggunakannya.

Pengobatan pada mata membutuhkan diagnosis pasti agar obat yang diberikan sesuai, maka disarankan untuk segera berkonsultasi dengan dokter mata. Jangan mengabaikan gejala ini terutama jika terjadi dalam jangka waktu yang cukup lama, semakin memburuk, keluhan disertai mata merah serta mata buram mendadak.

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 Version568msRequest Duration4MBMemory UsageGET discussions/{slug}Route
    • Booting (205ms)time
    • Application (362ms)time
    • 1 x Application (63.81%)
      362ms
      1 x Booting (36.19%)
      205ms
      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
      39 statements were executed (4 duplicates)Show only duplicates286ms
      • DiscussionController.php#164aicare_prod_new1.41msselect * from `questions` where `slug` = 'mata' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: mata
        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.2msselect * from `questions` where `slug` = 'mata' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: mata
        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_new8.29msselect 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_new7.72msupdate `questions` set `views` = 150, `questions`.`updated_at` = '2025-04-12 20:16:27' where `id` = 303
        Bindings
        • 0: 150
        • 1: 2025-04-12 20:16:27
        • 2: 303
        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_new1.91msselect * from `answers` where `answers`.`question_id` = 303 and `answers`.`question_id` is not null and `answers`.`deleted_at` is null
        Bindings
        • 0: 303
        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_new860μ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` = 321
        Bindings
        • 0: 321
        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_new770μ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` = 323
        Bindings
        • 0: 323
        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.18msselect * 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_new131msselect * from `posts` where `status` = 1 and `publish_date` <= '2025-04-12 20:16:27' and `content_type` = 'article' and `posts`.`deleted_at` is null order by RAND() limit 7
        Bindings
        • 0: 1
        • 1: 2025-04-12 20:16:27
        • 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_new770μsselect * from `posts` where `status` = 1 and `publish_date` <= '2025-04-12 20:16:27' and `content_type` = 'article' and `posts`.`deleted_at` is null order by `id` desc limit 4
        Bindings
        • 0: 1
        • 1: 2025-04-12 20:16:27
        • 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_new16.3msselect * from `posts` where `status` = 1 and `publish_date` <= '2025-04-12 20:16:27' 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 (8564, 3252, 8564, 3252)) and `posts`.`deleted_at` is null order by RAND() limit 5
        Bindings
        • 0: 1
        • 1: 2025-04-12 20:16:27
        • 2: article
        • 3: 8564
        • 4: 3252
        • 5: 8564
        • 6: 3252
        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_new3.65msselect * 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_new630μsselect * from `categories` where `categories`.`id` = 10 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 10
        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_new790μsselect * from `answers` where `answers`.`question_id` = 303 and `answers`.`question_id` is not null and `answers`.`deleted_at` is null order by `id` desc limit 1
        Bindings
        • 0: 303
        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_new860μ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` = 323
        Bindings
        • 0: 323
        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.65msselect `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` = 9951 and `categories`.`deleted_at` is null
        Bindings
        • 0: 9951
        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.59msselect `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` = 9343 and `categories`.`deleted_at` is null
        Bindings
        • 0: 9343
        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.7msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 9949 and `categories`.`deleted_at` is null
        Bindings
        • 0: 9949
        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_new6.46msselect `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` = 9869 and `categories`.`deleted_at` is null
        Bindings
        • 0: 9869
        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.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` = 9339 and `categories`.`deleted_at` is null
        Bindings
        • 0: 9339
        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_new620μ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_new580μ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_new660μ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_new570μ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_new670μ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.62msselect `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` = 2049 and `categories`.`deleted_at` is null
        Bindings
        • 0: 2049
        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.7msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 2896 and `categories`.`deleted_at` is null
        Bindings
        • 0: 2896
        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.67msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 4872 and `categories`.`deleted_at` is null
        Bindings
        • 0: 4872
        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.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` = 5871 and `categories`.`deleted_at` is null
        Bindings
        • 0: 5871
        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.23msselect `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` = 4856 and `categories`.`deleted_at` is null
        Bindings
        • 0: 4856
        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.7msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 10112 and `categories`.`deleted_at` is null
        Bindings
        • 0: 10112
        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.02msselect `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` = 3491 and `categories`.`deleted_at` is null
        Bindings
        • 0: 3491
        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_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` = 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.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` = 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_new6.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` = 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_new5.97msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 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_new720μ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_new650μ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_new790μsselect * from `term_policies`
        Hints
        • Use SELECT * only if you need all columns from table
        • The SELECT statement has no WHERE clause and could examine many more rows than intended
        Backtrace
        • view::layouts.v2.web_layout:551
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      App\Question
      304Question.php#?
      App\Models\Admin\Category
      60Category.php#?
      App\Models\Admin\Post
      16Post.php#?
      App\Models\Admin\Tag
      6Tag.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
          2whUsomBmhfvW0CsGvHCWFTyTpyJhoNArCKIfjBQ
          _previous
          array:1 [ "url" => "https://ai-care.atmatech.id/discussions/mata" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          discussion
          mata
          path_info
          /discussions/mata
          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=eyJpdiI6IlRuRjVDalNoWmY3MUpvajhpNWRHYXc9PSIsInZhbHVlIjoiNzU2RE93eGF6QlozNFJVUVM0SmpQVktzd3JBOTYzR01HOVkxbEhWZlRNd1RrRVYvbmt2VVM2dGZQWUZlUjM1N1FSUXFrVUk2TEZwbmxoUWZQTG1PWHRzZUR5Q01FdEdrd1ExbWJweXJ0dXdRa3FybnYySFhtaXgzY3phMmNMcGkiLCJtYWMiOiI1ODMxNjRlYjhjMjNjNGJiMWRlZDIyN2Q4OGM4NjZhMmJlZDQ5ODE4OWMyNjJlZTIyM2Q1MTI5NGFkMDM1ZDFiIiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6IkNLU1l6QVh2TG9ZWC9uNno1bm1GYnc9PSIsInZhbHVlIjoiYXdvS1ZhcUIzNVdtSkVhL2N0WXpiQVFsMlhJSnlNRWNwcVIycW0vN010cGE4djRrT1ZBUTJJT0JOUThEVWQzQzRDTzJ5K0V4YXg2elZRVjc5amhBdlZOYnlVMmk3Z0FMRmhxdWg5RTl2TU9oTUk4N0lTY2hIQ2dyNWpCc0Z4cGEiLCJtYWMiOiJlNzU5MWQ1YTJiYWEzNmQ3Y2YzOTA1NTZkYTExODBlNjJlM2Q5NTg3NzhlOTc3ODFkYWJhNWZkMWY1NTAzZjIyIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IlRuRjVDalNoWmY3MUpvajhpNWRHYXc9PSIsInZhbHVlIjoiNzU2RE93eGF6QlozNFJVUVM0SmpQVktzd3JBOTYzR01HOVkxbEhWZlRNd1RrRVYvbmt2VVM2dGZQWUZlUjM1N1FSUXFrV" ] "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.119.11.179" ] "x-forwarded-for" => array:1 [ 0 => "18.119.11.179" ] "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" => "2whUsomBmhfvW0CsGvHCWFTyTpyJhoNArCKIfjBQ" "laravel_session" => "pbHH83F7njGoaSgkiFeyZrg4U5yJgkzgtqooMsKk" ]
          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, 12 Apr 2025 13:16:27 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImI5cVJXWlZScVlSTnNDMUNoTlVBSFE9PSIsInZhbHVlIjoiR0FuSFpaTHhmOGVLTWZRNS9US2lYeW8xcTdNQVhYWEc1TTZqOVhPUjBaeFh6TGtjblkyc0RzWG5CbWZXQi8rSElHcHZZekdYZFFGamJxckFvRTB0MW1QdEI2M1VERTZHMnVVbVd4OCtFM0NKTlNWMHZEMHhqVFFiYmJ1UWNJY3MiLCJtYWMiOiJkNjgzM2Q1MDk0NzgwZGIxMDgwNjZmZDJiYmViNzA1MmNiOTI3MzEwNTg4ZDhhMjY0OTVlZThhMjE5Yjg1ZDRhIiwidGFnIjoiIn0%3D; expires=Sat, 12 Apr 2025 15:16:27 GMT; Max-Age=7200; path=/; secureXSRF-TOKEN=eyJpdiI6ImI5cVJXWlZScVlSTnNDMUNoTlVBSFE9PSIsInZhbHVlIjoiR0FuSFpaTHhmOGVLTWZRNS9US2lYeW8xcTdNQVhYWEc1TTZqOVhPUjBaeFh6TGtjblkyc0RzWG5CbWZXQi8rSElHcHZZe" 1 => "laravel_session=eyJpdiI6IjE4T0FzV3NDaXBNbEdsc2Z6QXI1bnc9PSIsInZhbHVlIjoiUEpld2huY2xpVGd6OHA1a1h4NWR0RG01Zi9ldnhhaitZSDFwS0ZzUHVoekJQQWtOMytiZUxNa3pnb1ZhK1A4MjNoV1BkcGJhL2hwQzh0YTFCYm1pYklEUW1CL1dua3MzSkNiTW16RXNLYVZmWHdvZDRkT3FtVmlWN1FyTEpxdFQiLCJtYWMiOiIwYTQzMTdlZDczNTQ1MDc0MDQ2YTdkYmU3NjI1OWJmOWU2MDRiZGJkM2Q1ZDgxM2U4MDJjMTVhM2FiZGQ0ZmQyIiwidGFnIjoiIn0%3D; expires=Sat, 12 Apr 2025 15:16:27 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6IjE4T0FzV3NDaXBNbEdsc2Z6QXI1bnc9PSIsInZhbHVlIjoiUEpld2huY2xpVGd6OHA1a1h4NWR0RG01Zi9ldnhhaitZSDFwS0ZzUHVoekJQQWtOMytiZUxNa3pnb1ZhK1A4MjNo" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImI5cVJXWlZScVlSTnNDMUNoTlVBSFE9PSIsInZhbHVlIjoiR0FuSFpaTHhmOGVLTWZRNS9US2lYeW8xcTdNQVhYWEc1TTZqOVhPUjBaeFh6TGtjblkyc0RzWG5CbWZXQi8rSElHcHZZekdYZFFGamJxckFvRTB0MW1QdEI2M1VERTZHMnVVbVd4OCtFM0NKTlNWMHZEMHhqVFFiYmJ1UWNJY3MiLCJtYWMiOiJkNjgzM2Q1MDk0NzgwZGIxMDgwNjZmZDJiYmViNzA1MmNiOTI3MzEwNTg4ZDhhMjY0OTVlZThhMjE5Yjg1ZDRhIiwidGFnIjoiIn0%3D; expires=Sat, 12-Apr-2025 15:16:27 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImI5cVJXWlZScVlSTnNDMUNoTlVBSFE9PSIsInZhbHVlIjoiR0FuSFpaTHhmOGVLTWZRNS9US2lYeW8xcTdNQVhYWEc1TTZqOVhPUjBaeFh6TGtjblkyc0RzWG5CbWZXQi8rSElHcHZZe" 1 => "laravel_session=eyJpdiI6IjE4T0FzV3NDaXBNbEdsc2Z6QXI1bnc9PSIsInZhbHVlIjoiUEpld2huY2xpVGd6OHA1a1h4NWR0RG01Zi9ldnhhaitZSDFwS0ZzUHVoekJQQWtOMytiZUxNa3pnb1ZhK1A4MjNoV1BkcGJhL2hwQzh0YTFCYm1pYklEUW1CL1dua3MzSkNiTW16RXNLYVZmWHdvZDRkT3FtVmlWN1FyTEpxdFQiLCJtYWMiOiIwYTQzMTdlZDczNTQ1MDc0MDQ2YTdkYmU3NjI1OWJmOWU2MDRiZGJkM2Q1ZDgxM2U4MDJjMTVhM2FiZGQ0ZmQyIiwidGFnIjoiIn0%3D; expires=Sat, 12-Apr-2025 15:16:27 GMT; path=/; httponlylaravel_session=eyJpdiI6IjE4T0FzV3NDaXBNbEdsc2Z6QXI1bnc9PSIsInZhbHVlIjoiUEpld2huY2xpVGd6OHA1a1h4NWR0RG01Zi9ldnhhaitZSDFwS0ZzUHVoekJQQWtOMytiZUxNa3pnb1ZhK1A4MjNo" ] ]
          session_attributes
          0 of 0
          array:5 [ "locale" => "id" "_token" => "2whUsomBmhfvW0CsGvHCWFTyTpyJhoNArCKIfjBQ" "_previous" => array:1 [ "url" => "https://ai-care.atmatech.id/discussions/mata" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "discussion" => "mata" ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-12 20:16:27GET/discussions/mata439396