The Hunter Chapter 169 Bahasa Indonesia

Semua chapter ada di The Hunter

Baca komik The Hunter Chapter 169 bahasa Indonesia terbaru di NarasiNinja. Komik The Hunter bahasa Indonesia selalu update di NarasiNinja. Jangan lupa membaca update komik lainnya ya. Daftar koleksi komik NarasiNinja ada di menu Daftar Komik.

Baca Komik The Hunter Chapter 169 halaman 1 Baca Komik The Hunter Chapter 169 halaman 2 Baca Komik The Hunter Chapter 169 halaman 3 Baca Komik The Hunter Chapter 169 halaman 4 Baca Komik The Hunter Chapter 169 halaman 5 Baca Komik The Hunter Chapter 169 halaman 6

Tags: baca manga The Hunter Chapter 169 bahasa Indonesia, komik The Hunter Chapter 169 bahasa Indonesia, baca The Hunter Chapter 169 online, The Hunter Chapter 169 chapter terbaru, The Hunter high quality scan. ,

8.0.26PHP Version1.95sRequest Duration23MBMemory UsageGET comic/baca-{slug}Route
    • Booting (523ms)
    • Application (1.43s)
    • 1 x Application (73.16%)
      1.43s
      1 x Booting (26.82%)
      523.07ms
      3 templates were rendered
      • frontend.detail_chapter (resources/views/frontend/detail_chapter.blade.php)5blade
        Params
        0
        chapter
        1
        next
        2
        prev
        3
        relations
        4
        description
      • frontend.layout.layout (resources/views/frontend/layout/layout.blade.php)15blade
        Params
        0
        __env
        1
        app
        2
        errors
        3
        chapter
        4
        next
        5
        prev
        6
        relations
        7
        description
        8
        __currentLoopData
        9
        chapter2
        10
        loop
        11
        image
        12
        key
        13
        relation
        14
        i
      • frontend.layout.footer (resources/views/frontend/layout/footer.blade.php)15blade
        Params
        0
        __env
        1
        app
        2
        errors
        3
        chapter
        4
        next
        5
        prev
        6
        relations
        7
        description
        8
        __currentLoopData
        9
        chapter2
        10
        loop
        11
        image
        12
        key
        13
        relation
        14
        i
      uri
      GET comic/baca-{slug}
      middleware
      web, audit.user
      controller
      App\Http\Controllers\Frontend\ComicController@chapter
      as
      comic.chapter
      namespace
      Frontend
      prefix
      /comic
      where
      file
      app/Http/Controllers/Frontend/ComicController.php:154-204
      31 statements were executed, 3 of which were duplicated, 28 unique912ms
      • select * from `chapters` where `slug` = 'the-hunter-chapter-169' limit 1
        654ms/app/Http/Controllers/Frontend/ComicController.php:155comic
        Metadata
        Bindings
        • 0. the-hunter-chapter-169
        Backtrace
        • 16. /app/Http/Controllers/Frontend/ComicController.php:155
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:204
      • select * from `comics` where `comics`.`id` = 6148 limit 1
        790μs/app/Http/Controllers/Frontend/ComicController.php:156comic
        Metadata
        Bindings
        • 0. 6148
        Backtrace
        • 20. /app/Http/Controllers/Frontend/ComicController.php:156
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
        • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:204
      • select `categories`.*, `category_comic`.`comic_id` as `pivot_comic_id`, `category_comic`.`category_id` as `pivot_category_id` from `categories` inner join `category_comic` on `categories`.`id` = `category_comic`.`category_id` where `category_comic`.`comic_id` = 6148 order by `title` asc
        960μs/app/Http/Controllers/Frontend/ComicController.php:160comic
        Metadata
        Bindings
        • 0. 6148
        Backtrace
        • 19. /app/Http/Controllers/Frontend/ComicController.php:160
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
        • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:204
      • select * from `chapters` where `comic_id` = 6148 and `order` = 171 limit 1
        12.11ms/app/Http/Controllers/Frontend/ComicController.php:166comic
        Metadata
        Bindings
        • 0. 6148
        • 1. 171
        Backtrace
        • 15. /app/Http/Controllers/Frontend/ComicController.php:166
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:204
      • select * from `chapters` where `comic_id` = 6148 and `order` = 169 limit 1
        1.04ms/app/Http/Controllers/Frontend/ComicController.php:170comic
        Metadata
        Bindings
        • 0. 6148
        • 1. 169
        Backtrace
        • 15. /app/Http/Controllers/Frontend/ComicController.php:170
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:204
      • select * from `comics` where exists (select * from `categories` inner join `category_comic` on `categories`.`id` = `category_comic`.`category_id` where `comics`.`id` = `category_comic`.`comic_id` and `id` = 6) and `id` != 6148 and (`title` LIKE '%the%' or `title` LIKE '%hunter%') limit 7
        11.91ms/app/Http/Controllers/Frontend/ComicController.php:190comic
        Metadata
        Bindings
        • 0. 6
        • 1. 6148
        • 2. %the%
        • 3. %hunter%
        Backtrace
        • 14. /app/Http/Controllers/Frontend/ComicController.php:190
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:204
      • select * from `chapters` where `chapters`.`comic_id` = 6148 and `chapters`.`comic_id` is not null order by `order` desc
        3.33msview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:47comic
        Metadata
        Bindings
        • 0. 6148
        Backtrace
        • 15. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:47
        • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `images` where `images`.`chapter_id` = 289839 and `images`.`chapter_id` is not null
        850μsview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:64comic
        Metadata
        Bindings
        • 0. 289839
        Backtrace
        • 19. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:64
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `chapters` where `chapters`.`comic_id` = 6148 and `chapters`.`comic_id` is not null order by `order` desc
        12.18msview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:74comic
        Metadata
        Bindings
        • 0. 6148
        Backtrace
        • 15. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:74
        • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `comic_details` where `comic_details`.`comic_id` = 65 and `comic_details`.`comic_id` is not null limit 1
        11.53msview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:121comic
        Metadata
        Bindings
        • 0. 65
        Backtrace
        • 21. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:121
        • 23. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `chapters` where `chapters`.`comic_id` = 65 and `chapters`.`comic_id` is not null
        11.35msview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:135comic
        Metadata
        Bindings
        • 0. 65
        Backtrace
        • 19. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:135
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `chapters` where `chapters`.`comic_id` = 65 and `chapters`.`comic_id` is not null order by `order` desc limit 1
        640μsview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:136comic
        Metadata
        Bindings
        • 0. 65
        Backtrace
        • 18. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:136
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `comic_details` where `comic_details`.`comic_id` = 81 and `comic_details`.`comic_id` is not null limit 1
        500μsview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:121comic
        Metadata
        Bindings
        • 0. 81
        Backtrace
        • 21. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:121
        • 23. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `chapters` where `chapters`.`comic_id` = 81 and `chapters`.`comic_id` is not null
        11.7msview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:135comic
        Metadata
        Bindings
        • 0. 81
        Backtrace
        • 19. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:135
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `chapters` where `chapters`.`comic_id` = 81 and `chapters`.`comic_id` is not null order by `order` desc limit 1
        11.27msview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:136comic
        Metadata
        Bindings
        • 0. 81
        Backtrace
        • 18. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:136
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `comic_details` where `comic_details`.`comic_id` = 103 and `comic_details`.`comic_id` is not null limit 1
        560μsview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:121comic
        Metadata
        Bindings
        • 0. 103
        Backtrace
        • 21. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:121
        • 23. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `chapters` where `chapters`.`comic_id` = 103 and `chapters`.`comic_id` is not null
        12.36msview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:135comic
        Metadata
        Bindings
        • 0. 103
        Backtrace
        • 19. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:135
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `chapters` where `chapters`.`comic_id` = 103 and `chapters`.`comic_id` is not null order by `order` desc limit 1
        22.77msview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:136comic
        Metadata
        Bindings
        • 0. 103
        Backtrace
        • 18. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:136
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `comic_details` where `comic_details`.`comic_id` = 128 and `comic_details`.`comic_id` is not null limit 1
        12.25msview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:121comic
        Metadata
        Bindings
        • 0. 128
        Backtrace
        • 21. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:121
        • 23. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `chapters` where `chapters`.`comic_id` = 128 and `chapters`.`comic_id` is not null
        11.93msview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:135comic
        Metadata
        Bindings
        • 0. 128
        Backtrace
        • 19. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:135
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `chapters` where `chapters`.`comic_id` = 128 and `chapters`.`comic_id` is not null order by `order` desc limit 1
        13.08msview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:136comic
        Metadata
        Bindings
        • 0. 128
        Backtrace
        • 18. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:136
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `comic_details` where `comic_details`.`comic_id` = 150 and `comic_details`.`comic_id` is not null limit 1
        19.65msview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:121comic
        Metadata
        Bindings
        • 0. 150
        Backtrace
        • 21. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:121
        • 23. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `chapters` where `chapters`.`comic_id` = 150 and `chapters`.`comic_id` is not null
        20.51msview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:135comic
        Metadata
        Bindings
        • 0. 150
        Backtrace
        • 19. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:135
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `chapters` where `chapters`.`comic_id` = 150 and `chapters`.`comic_id` is not null order by `order` desc limit 1
        29.39msview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:136comic
        Metadata
        Bindings
        • 0. 150
        Backtrace
        • 18. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:136
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `comic_details` where `comic_details`.`comic_id` = 166 and `comic_details`.`comic_id` is not null limit 1
        10.6msview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:121comic
        Metadata
        Bindings
        • 0. 166
        Backtrace
        • 21. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:121
        • 23. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `chapters` where `chapters`.`comic_id` = 166 and `chapters`.`comic_id` is not null
        490μsview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:135comic
        Metadata
        Bindings
        • 0. 166
        Backtrace
        • 19. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:135
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `chapters` where `chapters`.`comic_id` = 166 and `chapters`.`comic_id` is not null order by `order` desc limit 1
        460μsview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:136comic
        Metadata
        Bindings
        • 0. 166
        Backtrace
        • 18. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:136
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `comic_details` where `comic_details`.`comic_id` = 167 and `comic_details`.`comic_id` is not null limit 1
        480μsview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:121comic
        Metadata
        Bindings
        • 0. 167
        Backtrace
        • 21. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:121
        • 23. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 24. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `chapters` where `chapters`.`comic_id` = 167 and `chapters`.`comic_id` is not null
        11.39msview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:135comic
        Metadata
        Bindings
        • 0. 167
        Backtrace
        • 19. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:135
        • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `chapters` where `chapters`.`comic_id` = 167 and `chapters`.`comic_id` is not null order by `order` desc limit 1
        490μsview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:136comic
        Metadata
        Bindings
        • 0. 167
        Backtrace
        • 18. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:136
        • 20. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      • select * from `chapters` where `chapters`.`comic_id` = 6148 and `chapters`.`comic_id` is not null order by `order` desc
        1.83msview::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:180comic
        Metadata
        Bindings
        • 0. 6148
        Backtrace
        • 15. view::eb0c9bea02a3edc8a2482ade2d5ff97cd7b3476d:180
        • 17. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
        • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:139
      App\Models\ComicDetail
      7
      App\Models\Image
      6
      App\Models\Category
      5
      App\Models\Comic\Comic
      8
      App\Models\Chapter
      1280
        _token
        zxiZsP8tzHIsWhM5F10YXHxkWJkWjI4sBeNX0Ic4
        _previous
        array:1 [ "url" => "https://narasininja.org/comic/baca-the-hunter-chapter-169" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /comic/baca-the-hunter-chapter-169
        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:22 [ "host" => array:1 [ 0 => "narasininja.org" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "cf-connecting-ip" => array:1 [ 0 => "216.73.216.173" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "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 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "cf-ray" => array:1 [ 0 => "97406bd4dc60b2eb-SIN" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "priority" => array:1 [ 0 => "u=0, i" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "x-forwarded-for" => array:1 [ 0 => "216.73.216.173" ] ]
        request_server
        0 of 0
        array:70 [ "USER" => "www" "HOME" => "/home/www" "SCRIPT_NAME" => "/index.php" "REQUEST_URI" => "/comic/baca-the-hunter-chapter-169" "QUERY_STRING" => "" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/2.0" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_URL" => "/comic/baca-the-hunter-chapter-169" "REMOTE_PORT" => "43028" "SCRIPT_FILENAME" => "/www/wwwroot/narasininja.org/index.php" "SERVER_ADMIN" => "webmaster@example.com" "CONTEXT_DOCUMENT_ROOT" => "/www/wwwroot/narasininja.org/" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "https" "DOCUMENT_ROOT" => "/www/wwwroot/narasininja.org/" "REMOTE_ADDR" => "162.158.170.163" "SERVER_PORT" => "443" "SERVER_ADDR" => "165.22.110.29" "SERVER_NAME" => "narasininja.org" "SERVER_SOFTWARE" => "Apache" "SERVER_SIGNATURE" => "<address>Apache Server at narasininja.org Port 443</address>\n" "LD_LIBRARY_PATH" => "/www/server/apache/lib" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" "HTTP_HOST" => "narasininja.org" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_CF_VISITOR" => "{"scheme":"https"}" "HTTP_CF_IPCOUNTRY" => "US" "HTTP_CF_CONNECTING_IP" => "216.73.216.173" "HTTP_CDN_LOOP" => "cloudflare; loops=1" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "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" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_CF_RAY" => "97406bd4dc60b2eb-SIN" "HTTP_ACCEPT_ENCODING" => "gzip, br" "HTTP_PRIORITY" => "u=0, i" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_X_FORWARDED_FOR" => "216.73.216.173" "proxy-nokeepalive" => "1" "H2_STREAM_TAG" => "24765-3894-1" "H2_STREAM_ID" => "1" "H2_PUSHED_ON" => "" "H2_PUSHED" => "" "H2_PUSH" => "off" "H2PUSH" => "off" "HTTP2" => "on" "SSL_TLS_SNI" => "narasininja.org" "HTTPS" => "on" "REDIRECT_STATUS" => "200" "REDIRECT_H2_STREAM_TAG" => "24765-3894-1" "REDIRECT_H2_STREAM_ID" => "1" "REDIRECT_H2_PUSHED_ON" => "" "REDIRECT_H2_PUSHED" => "" "REDIRECT_H2_PUSH" => "off" "REDIRECT_H2PUSH" => "off" "REDIRECT_HTTP2" => "on" "REDIRECT_SSL_TLS_SNI" => "narasininja.org" "REDIRECT_HTTPS" => "on" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1756013044.1444 "REQUEST_TIME" => 1756013044 ]
        request_cookies
        []
        
        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 => "Sun, 24 Aug 2025 05:24:05 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im1tS3RURE5BcXpySzFjZjd3cHpCSnc9PSIsInZhbHVlIjoia3gwbmY1bTRkclpWSEpscFVOSnU2NXVzSTJVeGNSL3E1SWswN09JelR6ZlZuTDE5Ykd6bnYxS2lBLzh1amdWVmRESEtPUk5Ra3lEU2Y4SVBMaGJGYk05amlxS1EyY1U5N0c4SWkrMVBSWmRQYTh2eU5wWGhLbklENDc4dHFhb2IiLCJtYWMiOiI4OThlY2E5YTczZDI5MzkzMTMwZTkwNWVlZDM4MjI3YmU3ZjUxNTRmMTgzM2ExYjllOWVjZmJkNzM4NTVlYzI2IiwidGFnIjoiIn0%3D; expires=Sun, 24-Aug-2025 07:24:06 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6Im1tS3RURE5BcXpySzFjZjd3cHpCSnc9PSIsInZhbHVlIjoia3gwbmY1bTRkclpWSEpscFVOSnU2NXVzSTJVeGNSL3E1SWswN09JelR6ZlZuTDE5Ykd6bnYxS2lBLzh1amdWVmRESEtPU" 1 => "narasininja_session=eyJpdiI6Ind4b0J5TTZkUnNSdm9icEZuRU16RUE9PSIsInZhbHVlIjoiMUFiRmwwNWRoSFhkZ29vcVRDL1Ura3Z2WnlrU3BiMEljejV1V2RhT0NTdnFFRERDWUYzdXpZeGtjZkFJWFc0Slk4c2NzSHJSVzl6ZkM1UmhrczdqOTgrSjc4UVMyRlBZMWFaRDFJcVluT0VEMFFmNFUzSDR1YjJCUFdYUS9JL2EiLCJtYWMiOiJhNWIwMWFlOGU0ZjhmZTRlYWQ0MTNhMzMxZjMxNmFiZGM3ZTVlNzg0NzM4Nzk5ODhhMThhNTQzOGEzY2FjYTgxIiwidGFnIjoiIn0%3D; expires=Sun, 24-Aug-2025 07:24:06 GMT; Max-Age=7200; path=/; httponly; samesite=laxnarasininja_session=eyJpdiI6Ind4b0J5TTZkUnNSdm9icEZuRU16RUE9PSIsInZhbHVlIjoiMUFiRmwwNWRoSFhkZ29vcVRDL1Ura3Z2WnlrU3BiMEljejV1V2RhT0NTdnFFRERDWUYzdXpZeGtjZkFJWFc0" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im1tS3RURE5BcXpySzFjZjd3cHpCSnc9PSIsInZhbHVlIjoia3gwbmY1bTRkclpWSEpscFVOSnU2NXVzSTJVeGNSL3E1SWswN09JelR6ZlZuTDE5Ykd6bnYxS2lBLzh1amdWVmRESEtPUk5Ra3lEU2Y4SVBMaGJGYk05amlxS1EyY1U5N0c4SWkrMVBSWmRQYTh2eU5wWGhLbklENDc4dHFhb2IiLCJtYWMiOiI4OThlY2E5YTczZDI5MzkzMTMwZTkwNWVlZDM4MjI3YmU3ZjUxNTRmMTgzM2ExYjllOWVjZmJkNzM4NTVlYzI2IiwidGFnIjoiIn0%3D; expires=Sun, 24-Aug-2025 07:24:06 GMT; path=/XSRF-TOKEN=eyJpdiI6Im1tS3RURE5BcXpySzFjZjd3cHpCSnc9PSIsInZhbHVlIjoia3gwbmY1bTRkclpWSEpscFVOSnU2NXVzSTJVeGNSL3E1SWswN09JelR6ZlZuTDE5Ykd6bnYxS2lBLzh1amdWVmRESEtPU" 1 => "narasininja_session=eyJpdiI6Ind4b0J5TTZkUnNSdm9icEZuRU16RUE9PSIsInZhbHVlIjoiMUFiRmwwNWRoSFhkZ29vcVRDL1Ura3Z2WnlrU3BiMEljejV1V2RhT0NTdnFFRERDWUYzdXpZeGtjZkFJWFc0Slk4c2NzSHJSVzl6ZkM1UmhrczdqOTgrSjc4UVMyRlBZMWFaRDFJcVluT0VEMFFmNFUzSDR1YjJCUFdYUS9JL2EiLCJtYWMiOiJhNWIwMWFlOGU0ZjhmZTRlYWQ0MTNhMzMxZjMxNmFiZGM3ZTVlNzg0NzM4Nzk5ODhhMThhNTQzOGEzY2FjYTgxIiwidGFnIjoiIn0%3D; expires=Sun, 24-Aug-2025 07:24:06 GMT; path=/; httponlynarasininja_session=eyJpdiI6Ind4b0J5TTZkUnNSdm9icEZuRU16RUE9PSIsInZhbHVlIjoiMUFiRmwwNWRoSFhkZ29vcVRDL1Ura3Z2WnlrU3BiMEljejV1V2RhT0NTdnFFRERDWUYzdXpZeGtjZkFJWFc0" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "zxiZsP8tzHIsWhM5F10YXHxkWJkWjI4sBeNX0Ic4" "_previous" => array:1 [ "url" => "https://narasininja.org/comic/baca-the-hunter-chapter-169" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]