Volkswagen R32


Auto Parts Categories

Automatic Transmission
Driveline & Axles
Front Drive Axle
Manual Transmission
Transmission
Universals & Rear Axle
Request history8.1.13PHP Version121msRequest Duration3MBMemory UsageGET car/{make}/{model}Route
    • Booting (11.13ms)time
    • Application (110ms)time
    • 1 x Application (90.79%)
      110ms
      1 x Booting (9.19%)
      11.13ms
      3 templates were rendered
      • catalog.default.categoriescategories.blade.php#?blade
      • breadcrumbs::bootstrap4bootstrap4.blade.php#?blade
      • layouts.appapp.blade.php#?blade
      uri
      GET car/{make}/{model}
      middleware
      web, localeSessionRedirect, localizationRedirect, localeViewPath
      controller
      App\Http\Controllers\CatalogController@get_categories
      namespace
      prefix
      where
      as
      catalog.get_categories
      file
      app/Http/Controllers/CatalogController.php:32-99
      8 statements were executed16.75ms
      • Connection EstablishedpartsbatCatalogController.php#34
        Backtrace
        • 15. app/Http/Controllers/CatalogController.php:34
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from "makes" where "alias" = 'volkswagen' limit 1
        4.09mspartsbatCatalogController.php#34
        Bindings
        • 0: volkswagen
        Backtrace
        • 16. app/Http/Controllers/CatalogController.php:34
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from "models" where "alias" = 'r32' limit 1
        500μspartsbatCatalogController.php#35
        Bindings
        • 0: r32
        Backtrace
        • 16. app/Http/Controllers/CatalogController.php:35
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select "years".*, "year_model"."model_id" as "pivot_model_id", "year_model"."year_id" as "pivot_year_id" from "years" inner join "year_model" on "years"."id" = "year_model"."year_id" where "year_model"."model_id" in (27)
        1.44mspartsbatCatalogController.php#35
        Backtrace
        • 20. app/Http/Controllers/CatalogController.php:35
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select "id" from "cars" where "model_id" = 27
        570μspartsbatCatalogController.php#48
        Bindings
        • 0: 27
        Backtrace
        • 14. app/Http/Controllers/CatalogController.php:48
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select "nested_category_id" from "car_sub_category" where "car_id" in (577, 928)
        1.23mspartsbatCatalogController.php#68
        Bindings
        • 0: 577
        • 1: 928
        Backtrace
        • 14. app/Http/Controllers/CatalogController.php:68
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from "nested_categories" where "id" in (11, 12, 15, 17, 20, 21, 26, 28, 33, 38, 41, 46, 49, 58, 63, 64, 68, 69, 73, 74, 77, 78, 79, 80, 81, 84, 86, 89, 92, 93, 94, 96, 97, 98, 100, 101, 103, 104, 105, 107, 109, 111, 112, 113, 114, 115, 116, 119, 121, 122, 123, 125, 126, 130, 132, 133, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 146, 149, 150, 152, 155, 160, 161, 162, 166, 167, 171, 174, 176, 177, 178, 179, 180, 182, 183, 189, 190, 192, 199, 200, 201, 203, 204, 205, 207, 208, 209, 210, 212, 213, 217, 219, 224, 225, 226, 227, 228, 230, 231, 232, 234, 235, 237, 238, 239, 240, 249, 252, 254, 255, 256, 257, 258, 263, 264, 271, 273, 274, 276, 279, 281, 282, 283, 284, 286, 287, 289, 292, 293, 297, 298, 301, 303, 304, 305, 306, 321, 322, 329, 334, 337, 351, 379, 385, 389, 420, 428, 476, 494, 6, 16, 18, 158, 159, 172, 186, 195, 218, 241, 315, 316, 317, 335, 336, 340, 344, 349, 357, 380, 412, 434, 455, 469, 481)
        1.36mspartsbatCatalogController.php#75
        Bindings
        • 0: 11
        • 1: 12
        • 2: 15
        • 3: 17
        • 4: 20
        • 5: 21
        • 6: 26
        • 7: 28
        • 8: 33
        • 9: 38
        • 10: 41
        • 11: 46
        • 12: 49
        • 13: 58
        • 14: 63
        • 15: 64
        • 16: 68
        • 17: 69
        • 18: 73
        • 19: 74
        • 20: 77
        • 21: 78
        • 22: 79
        • 23: 80
        • 24: 81
        • 25: 84
        • 26: 86
        • 27: 89
        • 28: 92
        • 29: 93
        • 30: 94
        • 31: 96
        • 32: 97
        • 33: 98
        • 34: 100
        • 35: 101
        • 36: 103
        • 37: 104
        • 38: 105
        • 39: 107
        • 40: 109
        • 41: 111
        • 42: 112
        • 43: 113
        • 44: 114
        • 45: 115
        • 46: 116
        • 47: 119
        • 48: 121
        • 49: 122
        • 50: 123
        • 51: 125
        • 52: 126
        • 53: 130
        • 54: 132
        • 55: 133
        • 56: 135
        • 57: 136
        • 58: 137
        • 59: 138
        • 60: 139
        • 61: 140
        • 62: 142
        • 63: 143
        • 64: 144
        • 65: 145
        • 66: 146
        • 67: 149
        • 68: 150
        • 69: 152
        • 70: 155
        • 71: 160
        • 72: 161
        • 73: 162
        • 74: 166
        • 75: 167
        • 76: 171
        • 77: 174
        • 78: 176
        • 79: 177
        • 80: 178
        • 81: 179
        • 82: 180
        • 83: 182
        • 84: 183
        • 85: 189
        • 86: 190
        • 87: 192
        • 88: 199
        • 89: 200
        • 90: 201
        • 91: 203
        • 92: 204
        • 93: 205
        • 94: 207
        • 95: 208
        • 96: 209
        • 97: 210
        • 98: 212
        • 99: 213
        • 100: 217
        • 101: 219
        • 102: 224
        • 103: 225
        • 104: 226
        • 105: 227
        • 106: 228
        • 107: 230
        • 108: 231
        • 109: 232
        • 110: 234
        • 111: 235
        • 112: 237
        • 113: 238
        • 114: 239
        • 115: 240
        • 116: 249
        • 117: 252
        • 118: 254
        • 119: 255
        • 120: 256
        • 121: 257
        • 122: 258
        • 123: 263
        • 124: 264
        • 125: 271
        • 126: 273
        • 127: 274
        • 128: 276
        • 129: 279
        • 130: 281
        • 131: 282
        • 132: 283
        • 133: 284
        • 134: 286
        • 135: 287
        • 136: 289
        • 137: 292
        • 138: 293
        • 139: 297
        • 140: 298
        • 141: 301
        • 142: 303
        • 143: 304
        • 144: 305
        • 145: 306
        • 146: 321
        • 147: 322
        • 148: 329
        • 149: 334
        • 150: 337
        • 151: 351
        • 152: 379
        • 153: 385
        • 154: 389
        • 155: 420
        • 156: 428
        • 157: 476
        • 158: 494
        • 159: 6
        • 160: 16
        • 161: 18
        • 162: 158
        • 163: 159
        • 164: 172
        • 165: 186
        • 166: 195
        • 167: 218
        • 168: 241
        • 169: 315
        • 170: 316
        • 171: 317
        • 172: 335
        • 173: 336
        • 174: 340
        • 175: 344
        • 176: 349
        • 177: 357
        • 178: 380
        • 179: 412
        • 180: 434
        • 181: 455
        • 182: 469
        • 183: 481
        Backtrace
        • 15. app/Http/Controllers/CatalogController.php:75
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from "nested_categories" where ((4 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 6) or (36 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 28) or (430 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 380) or (420 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 172) or (416 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 161) or (10 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 11) or (418 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 162) or (412 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 159) or (12 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 12) or (234 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 146) or (14 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 15) or (16 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 16) or (18 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 17) or (20 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 18) or (732 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 292) or (34 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 21) or (226 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 142) or (216 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 137) or (192 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 125) or (208 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 133) or (240 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 149) or (906 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 420) or (878 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 289) or (764 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 469) or (410 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 158) or (406 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 152) or (39 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 20) or (784 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 301) or (792 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 340) or (470 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 176) or (42 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 26) or (790 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 337) or (842 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 273) or (100 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 79) or (80 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 69) or (126 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 92) or (150 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 104) or (130 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 94) or (166 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 112) or (408 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 155) or (174 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 116) or (44 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 33) or (52 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 58) or (964 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 357) or (972 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 434) or (942 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 344) or (874 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 281) or (876 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 286) or (534 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 219) or (498 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 199) or (532 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 218) or (546 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 237) or (500 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 200) or (74 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 63) or (186 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 122) or (78 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 68) or (778 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 258) or (472 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 177) or (476 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 180) or (574 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 287) or (508 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 204) or (510 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 205) or (540 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 228) or (550 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 239) or (452 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 178) or (688 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 231) or (448 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 171) or (212 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 135) or (220 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 139) or (170 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 114) or (136 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 97) or (142 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 100) or (90 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 74) or (96 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 77) or (104 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 81) or (114 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 86) or (160 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 109) or (134 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 96) or (138 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 98) or (164 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 111) or (172 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 115) or (184 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 121) or (188 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 123) or (230 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 144) or (756 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 351) or (730 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 249) or (748 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 252) or (882 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 298) or (428 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 379) or (556 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 255) or (62 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 38) or (64 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 41) or (66 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 46) or (516 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 209) or (522 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 212) or (524 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 213) or (478 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 183) or (102 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 80) or (110 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 84) or (128 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 93) or (68 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 49) or (698 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 241) or (218 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 138) or (872 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 279) or (98 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 78) or (120 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 89) or (202 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 130) or (840 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 271) or (896 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 329) or (206 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 132) or (214 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 136) or (180 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 119) or (148 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 103) or (152 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 105) or (156 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 107) or (690 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 232) or (696 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 240) or (710 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 284) or (714 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 303) or (727 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 225) or (774 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 254) or (888 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 306) or (850 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 316) or (854 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 321) or (754 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 349) or (752 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 335) or (232 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 145) or (670 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 224) or (708 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 283) or (694 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 234) or (642 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 192) or (738 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 412) or (776 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 256) or (706 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 282) or (512 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 207) or (502 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 201) or (444 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 167) or (1097 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 64) or (880 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 293) or (414 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 160) or (242 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 150) or (88 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 73) or (194 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 126) or (222 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 140) or (144 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 101) or (168 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 113) or (228 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 143) or (856 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 322) or (530 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 217) or (846 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 276) or (544 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 235) or (684 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 226) or (548 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 238) or (484 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 189) or (518 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 210) or (274 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 385) or (308 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 428) or (844 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 274) or (970 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 389) or (780 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 264) or (852 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 317) or (766 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 494) or (744 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 481) or (886 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 304) or (954 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 315) or (454 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 182) or (474 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 179) or (450 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 174) or (467 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 166) or (538 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 227) or (506 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 203) or (558 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 257) or (490 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 195) or (616 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 476) or (608 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 455) or (440 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 186) or (542 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 230) or (674 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 305) or (590 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 334) or (486 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 190) or (514 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 208) or (592 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 336) or (564 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 263) or (926 between "nested_categories"."_lft" and "nested_categories"."_rgt" and "nested_categories"."id" <> 297))
        6.25mspartsbatCatalogController.php#75
        Bindings
        • 0: 4
        • 1: 6
        • 2: 36
        • 3: 28
        • 4: 430
        • 5: 380
        • 6: 420
        • 7: 172
        • 8: 416
        • 9: 161
        • 10: 10
        • 11: 11
        • 12: 418
        • 13: 162
        • 14: 412
        • 15: 159
        • 16: 12
        • 17: 12
        • 18: 234
        • 19: 146
        • 20: 14
        • 21: 15
        • 22: 16
        • 23: 16
        • 24: 18
        • 25: 17
        • 26: 20
        • 27: 18
        • 28: 732
        • 29: 292
        • 30: 34
        • 31: 21
        • 32: 226
        • 33: 142
        • 34: 216
        • 35: 137
        • 36: 192
        • 37: 125
        • 38: 208
        • 39: 133
        • 40: 240
        • 41: 149
        • 42: 906
        • 43: 420
        • 44: 878
        • 45: 289
        • 46: 764
        • 47: 469
        • 48: 410
        • 49: 158
        • 50: 406
        • 51: 152
        • 52: 39
        • 53: 20
        • 54: 784
        • 55: 301
        • 56: 792
        • 57: 340
        • 58: 470
        • 59: 176
        • 60: 42
        • 61: 26
        • 62: 790
        • 63: 337
        • 64: 842
        • 65: 273
        • 66: 100
        • 67: 79
        • 68: 80
        • 69: 69
        • 70: 126
        • 71: 92
        • 72: 150
        • 73: 104
        • 74: 130
        • 75: 94
        • 76: 166
        • 77: 112
        • 78: 408
        • 79: 155
        • 80: 174
        • 81: 116
        • 82: 44
        • 83: 33
        • 84: 52
        • 85: 58
        • 86: 964
        • 87: 357
        • 88: 972
        • 89: 434
        • 90: 942
        • 91: 344
        • 92: 874
        • 93: 281
        • 94: 876
        • 95: 286
        • 96: 534
        • 97: 219
        • 98: 498
        • 99: 199
        • 100: 532
        • 101: 218
        • 102: 546
        • 103: 237
        • 104: 500
        • 105: 200
        • 106: 74
        • 107: 63
        • 108: 186
        • 109: 122
        • 110: 78
        • 111: 68
        • 112: 778
        • 113: 258
        • 114: 472
        • 115: 177
        • 116: 476
        • 117: 180
        • 118: 574
        • 119: 287
        • 120: 508
        • 121: 204
        • 122: 510
        • 123: 205
        • 124: 540
        • 125: 228
        • 126: 550
        • 127: 239
        • 128: 452
        • 129: 178
        • 130: 688
        • 131: 231
        • 132: 448
        • 133: 171
        • 134: 212
        • 135: 135
        • 136: 220
        • 137: 139
        • 138: 170
        • 139: 114
        • 140: 136
        • 141: 97
        • 142: 142
        • 143: 100
        • 144: 90
        • 145: 74
        • 146: 96
        • 147: 77
        • 148: 104
        • 149: 81
        • 150: 114
        • 151: 86
        • 152: 160
        • 153: 109
        • 154: 134
        • 155: 96
        • 156: 138
        • 157: 98
        • 158: 164
        • 159: 111
        • 160: 172
        • 161: 115
        • 162: 184
        • 163: 121
        • 164: 188
        • 165: 123
        • 166: 230
        • 167: 144
        • 168: 756
        • 169: 351
        • 170: 730
        • 171: 249
        • 172: 748
        • 173: 252
        • 174: 882
        • 175: 298
        • 176: 428
        • 177: 379
        • 178: 556
        • 179: 255
        • 180: 62
        • 181: 38
        • 182: 64
        • 183: 41
        • 184: 66
        • 185: 46
        • 186: 516
        • 187: 209
        • 188: 522
        • 189: 212
        • 190: 524
        • 191: 213
        • 192: 478
        • 193: 183
        • 194: 102
        • 195: 80
        • 196: 110
        • 197: 84
        • 198: 128
        • 199: 93
        • 200: 68
        • 201: 49
        • 202: 698
        • 203: 241
        • 204: 218
        • 205: 138
        • 206: 872
        • 207: 279
        • 208: 98
        • 209: 78
        • 210: 120
        • 211: 89
        • 212: 202
        • 213: 130
        • 214: 840
        • 215: 271
        • 216: 896
        • 217: 329
        • 218: 206
        • 219: 132
        • 220: 214
        • 221: 136
        • 222: 180
        • 223: 119
        • 224: 148
        • 225: 103
        • 226: 152
        • 227: 105
        • 228: 156
        • 229: 107
        • 230: 690
        • 231: 232
        • 232: 696
        • 233: 240
        • 234: 710
        • 235: 284
        • 236: 714
        • 237: 303
        • 238: 727
        • 239: 225
        • 240: 774
        • 241: 254
        • 242: 888
        • 243: 306
        • 244: 850
        • 245: 316
        • 246: 854
        • 247: 321
        • 248: 754
        • 249: 349
        • 250: 752
        • 251: 335
        • 252: 232
        • 253: 145
        • 254: 670
        • 255: 224
        • 256: 708
        • 257: 283
        • 258: 694
        • 259: 234
        • 260: 642
        • 261: 192
        • 262: 738
        • 263: 412
        • 264: 776
        • 265: 256
        • 266: 706
        • 267: 282
        • 268: 512
        • 269: 207
        • 270: 502
        • 271: 201
        • 272: 444
        • 273: 167
        • 274: 1097
        • 275: 64
        • 276: 880
        • 277: 293
        • 278: 414
        • 279: 160
        • 280: 242
        • 281: 150
        • 282: 88
        • 283: 73
        • 284: 194
        • 285: 126
        • 286: 222
        • 287: 140
        • 288: 144
        • 289: 101
        • 290: 168
        • 291: 113
        • 292: 228
        • 293: 143
        • 294: 856
        • 295: 322
        • 296: 530
        • 297: 217
        • 298: 846
        • 299: 276
        • 300: 544
        • 301: 235
        • 302: 684
        • 303: 226
        • 304: 548
        • 305: 238
        • 306: 484
        • 307: 189
        • 308: 518
        • 309: 210
        • 310: 274
        • 311: 385
        • 312: 308
        • 313: 428
        • 314: 844
        • 315: 274
        • 316: 970
        • 317: 389
        • 318: 780
        • 319: 264
        • 320: 852
        • 321: 317
        • 322: 766
        • 323: 494
        • 324: 744
        • 325: 481
        • 326: 886
        • 327: 304
        • 328: 954
        • 329: 315
        • 330: 454
        • 331: 182
        • 332: 474
        • 333: 179
        • 334: 450
        • 335: 174
        • 336: 467
        • 337: 166
        • 338: 538
        • 339: 227
        • 340: 506
        • 341: 203
        • 342: 558
        • 343: 257
        • 344: 490
        • 345: 195
        • 346: 616
        • 347: 476
        • 348: 608
        • 349: 455
        • 350: 440
        • 351: 186
        • 352: 542
        • 353: 230
        • 354: 674
        • 355: 305
        • 356: 590
        • 357: 334
        • 358: 486
        • 359: 190
        • 360: 514
        • 361: 208
        • 362: 592
        • 363: 336
        • 364: 564
        • 365: 263
        • 366: 926
        • 367: 297
        Backtrace
        • 20. app/Http/Controllers/CatalogController.php:75
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from "nested_categories" where "id" in (11, 12, 15, 17, 20, 21, 26, 28, 33, 38, 41, 46, 49, 58, 63, 64, 68, 69, 73, 74, 77, 78, 79, 80, 81, 84, 86, 89, 92, 93, 94, 96, 97, 98, 100, 101, 103, 104, 105, 107, 109, 111, 112, 113, 114, 115, 116, 119, 121, 122, 123, 125, 126, 130, 132, 133, 135, 136, 137, 138, 139, 140, 142, 143, 144, 145, 146, 149, 150, 152, 155, 160, 161, 162, 166, 167, 171, 174, 176, 177, 178, 179, 180, 182, 183, 189, 190, 192, 199, 200, 201, 203, 204, 205, 207, 208, 209, 210, 212, 213, 217, 219, 224, 225, 226, 227, 228, 230, 231, 232, 234, 235, 237, 238, 239, 240, 249, 252, 254, 255, 256, 257, 258, 263, 264, 271, 273, 274, 276, 279, 281, 282, 283, 284, 286, 287, 289, 292, 293, 297, 298, 301, 303, 304, 305, 306, 321, 322, 329, 334, 337, 351, 379, 385, 389, 420, 428, 476, 494, 6, 16, 18, 158, 159, 172, 186, 195, 218, 241, 315, 316, 317, 335, 336, 340, 344, 349, 357, 380, 412, 434, 455, 469, 481, 5, 4, 2, 1, 20, 151, 37, 248, 278, 251, 253, 175, 25, 270, 326, 346, 311, 166, 225, 223, 191, 314, 164, 296)
        1.31mspartsbatCatalogController.php#84
        Bindings
        • 0: 11
        • 1: 12
        • 2: 15
        • 3: 17
        • 4: 20
        • 5: 21
        • 6: 26
        • 7: 28
        • 8: 33
        • 9: 38
        • 10: 41
        • 11: 46
        • 12: 49
        • 13: 58
        • 14: 63
        • 15: 64
        • 16: 68
        • 17: 69
        • 18: 73
        • 19: 74
        • 20: 77
        • 21: 78
        • 22: 79
        • 23: 80
        • 24: 81
        • 25: 84
        • 26: 86
        • 27: 89
        • 28: 92
        • 29: 93
        • 30: 94
        • 31: 96
        • 32: 97
        • 33: 98
        • 34: 100
        • 35: 101
        • 36: 103
        • 37: 104
        • 38: 105
        • 39: 107
        • 40: 109
        • 41: 111
        • 42: 112
        • 43: 113
        • 44: 114
        • 45: 115
        • 46: 116
        • 47: 119
        • 48: 121
        • 49: 122
        • 50: 123
        • 51: 125
        • 52: 126
        • 53: 130
        • 54: 132
        • 55: 133
        • 56: 135
        • 57: 136
        • 58: 137
        • 59: 138
        • 60: 139
        • 61: 140
        • 62: 142
        • 63: 143
        • 64: 144
        • 65: 145
        • 66: 146
        • 67: 149
        • 68: 150
        • 69: 152
        • 70: 155
        • 71: 160
        • 72: 161
        • 73: 162
        • 74: 166
        • 75: 167
        • 76: 171
        • 77: 174
        • 78: 176
        • 79: 177
        • 80: 178
        • 81: 179
        • 82: 180
        • 83: 182
        • 84: 183
        • 85: 189
        • 86: 190
        • 87: 192
        • 88: 199
        • 89: 200
        • 90: 201
        • 91: 203
        • 92: 204
        • 93: 205
        • 94: 207
        • 95: 208
        • 96: 209
        • 97: 210
        • 98: 212
        • 99: 213
        • 100: 217
        • 101: 219
        • 102: 224
        • 103: 225
        • 104: 226
        • 105: 227
        • 106: 228
        • 107: 230
        • 108: 231
        • 109: 232
        • 110: 234
        • 111: 235
        • 112: 237
        • 113: 238
        • 114: 239
        • 115: 240
        • 116: 249
        • 117: 252
        • 118: 254
        • 119: 255
        • 120: 256
        • 121: 257
        • 122: 258
        • 123: 263
        • 124: 264
        • 125: 271
        • 126: 273
        • 127: 274
        • 128: 276
        • 129: 279
        • 130: 281
        • 131: 282
        • 132: 283
        • 133: 284
        • 134: 286
        • 135: 287
        • 136: 289
        • 137: 292
        • 138: 293
        • 139: 297
        • 140: 298
        • 141: 301
        • 142: 303
        • 143: 304
        • 144: 305
        • 145: 306
        • 146: 321
        • 147: 322
        • 148: 329
        • 149: 334
        • 150: 337
        • 151: 351
        • 152: 379
        • 153: 385
        • 154: 389
        • 155: 420
        • 156: 428
        • 157: 476
        • 158: 494
        • 159: 6
        • 160: 16
        • 161: 18
        • 162: 158
        • 163: 159
        • 164: 172
        • 165: 186
        • 166: 195
        • 167: 218
        • 168: 241
        • 169: 315
        • 170: 316
        • 171: 317
        • 172: 335
        • 173: 336
        • 174: 340
        • 175: 344
        • 176: 349
        • 177: 357
        • 178: 380
        • 179: 412
        • 180: 434
        • 181: 455
        • 182: 469
        • 183: 481
        • 184: 5
        • 185: 4
        • 186: 2
        • 187: 1
        • 188: 20
        • 189: 151
        • 190: 37
        • 191: 248
        • 192: 278
        • 193: 251
        • 194: 253
        • 195: 175
        • 196: 25
        • 197: 270
        • 198: 326
        • 199: 346
        • 200: 311
        • 201: 166
        • 202: 225
        • 203: 223
        • 204: 191
        • 205: 314
        • 206: 164
        • 207: 296
        Backtrace
        • 15. app/Http/Controllers/CatalogController.php:84
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      App\Models\NestedCategory
      413NestedCategory.php#?
      App\Models\Year
      2Year.php#?
      App\Models\Car
      2Car.php#?
      App\Models\Make
      1Make.php#?
      App\Models\CarModel
      1CarModel.php#?
          _token
          RdTeO6PniRykzDmLDGgyS8e1xYKM4TbJ9KBw9UQF
          locale
          en
          _previous
          array:1 [ "url" => "https://partsbat.com/car/volkswagen/r32" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /car/volkswagen/r32
          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 [ "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" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "priority" => array:1 [ 0 => "u=0, i" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "cf-connecting-ip" => array:1 [ 0 => "13.58.64.128" ] "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" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "x-forwarded-for" => array:1 [ 0 => "13.58.64.128" ] "cf-ray" => array:1 [ 0 => "92fa3c6ecb7d631a-ORD" ] "host" => array:1 [ 0 => "partsbat.com" ] ]
          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, 13 Apr 2025 10:21:21 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IndXY2hNQmtwS1N2WnREKzdncFdBbFE9PSIsInZhbHVlIjoiZVNkSDJDdHJ0S003dlVvajRaOTNwWHNodHQ4T0NoSVlOTjU5eVhhTFhSeEVVZVFjTHF2UmE4V0N5cFN5OTlyeE9TZXEvazg3M1Y3emtDYlFsNDI4TUk1M1ZvTkU3c2lxSTlmY1crVnFuTDJzRjNsMGl5blZwL3l3MnpQMmpGMjEiLCJtYWMiOiI4MTIwMTMzMGUxODlkY2ZmZGI3NThkOTY3MDQ1ZmYxYTdiZWFlMDlmMTY4NDRlMzQ1NzQ1ZmQ4MTZjMzJjY2EyIiwidGFnIjoiIn0%3D; expires=Sun, 13 Apr 2025 12:21:21 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IndXY2hNQmtwS1N2WnREKzdncFdBbFE9PSIsInZhbHVlIjoiZVNkSDJDdHJ0S003dlVvajRaOTNwWHNodHQ4T0NoSVlOTjU5eVhhTFhSeEVVZVFjTHF2UmE4V0N5cFN5OTlyeE9TZXEva" 1 => "partsbat_session=eyJpdiI6IjhGMExiZFE0WHRpbldNbnBuWGlBckE9PSIsInZhbHVlIjoiT056Uk1XL0wvVEx6UHRTRW9mRlovVkxXQ1hSbmlVWTNRc0R1MzlQdXR3ZWZnSnMwSXc0SkhiTlllcXQ4U09yaWcvZ0tDS3ZnK3ZDbWJ3ZGN6a0VtR25OQXJkVXNEVFdGd2VMMHFBTmtSempUVko1bjFja2NtVktwTnJ0QURnb0UiLCJtYWMiOiJiY2U4M2E2M2JhMmYxZmNjM2VlMDIyYzIxNWE3NzcxN2ZjMjUyMjAwYWYxMzQ5ZTU4N2M2OGIyNDNiZjBmNWVmIiwidGFnIjoiIn0%3D; expires=Sun, 13 Apr 2025 12:21:21 GMT; Max-Age=7200; path=/; httponly; samesite=laxpartsbat_session=eyJpdiI6IjhGMExiZFE0WHRpbldNbnBuWGlBckE9PSIsInZhbHVlIjoiT056Uk1XL0wvVEx6UHRTRW9mRlovVkxXQ1hSbmlVWTNRc0R1MzlQdXR3ZWZnSnMwSXc0SkhiTlllcXQ4U09yaWc" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IndXY2hNQmtwS1N2WnREKzdncFdBbFE9PSIsInZhbHVlIjoiZVNkSDJDdHJ0S003dlVvajRaOTNwWHNodHQ4T0NoSVlOTjU5eVhhTFhSeEVVZVFjTHF2UmE4V0N5cFN5OTlyeE9TZXEvazg3M1Y3emtDYlFsNDI4TUk1M1ZvTkU3c2lxSTlmY1crVnFuTDJzRjNsMGl5blZwL3l3MnpQMmpGMjEiLCJtYWMiOiI4MTIwMTMzMGUxODlkY2ZmZGI3NThkOTY3MDQ1ZmYxYTdiZWFlMDlmMTY4NDRlMzQ1NzQ1ZmQ4MTZjMzJjY2EyIiwidGFnIjoiIn0%3D; expires=Sun, 13-Apr-2025 12:21:21 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IndXY2hNQmtwS1N2WnREKzdncFdBbFE9PSIsInZhbHVlIjoiZVNkSDJDdHJ0S003dlVvajRaOTNwWHNodHQ4T0NoSVlOTjU5eVhhTFhSeEVVZVFjTHF2UmE4V0N5cFN5OTlyeE9TZXEva" 1 => "partsbat_session=eyJpdiI6IjhGMExiZFE0WHRpbldNbnBuWGlBckE9PSIsInZhbHVlIjoiT056Uk1XL0wvVEx6UHRTRW9mRlovVkxXQ1hSbmlVWTNRc0R1MzlQdXR3ZWZnSnMwSXc0SkhiTlllcXQ4U09yaWcvZ0tDS3ZnK3ZDbWJ3ZGN6a0VtR25OQXJkVXNEVFdGd2VMMHFBTmtSempUVko1bjFja2NtVktwTnJ0QURnb0UiLCJtYWMiOiJiY2U4M2E2M2JhMmYxZmNjM2VlMDIyYzIxNWE3NzcxN2ZjMjUyMjAwYWYxMzQ5ZTU4N2M2OGIyNDNiZjBmNWVmIiwidGFnIjoiIn0%3D; expires=Sun, 13-Apr-2025 12:21:21 GMT; path=/; httponlypartsbat_session=eyJpdiI6IjhGMExiZFE0WHRpbldNbnBuWGlBckE9PSIsInZhbHVlIjoiT056Uk1XL0wvVEx6UHRTRW9mRlovVkxXQ1hSbmlVWTNRc0R1MzlQdXR3ZWZnSnMwSXc0SkhiTlllcXQ4U09yaWc" ] ]
          session_attributes
          0 of 0
          array:5 [ "_token" => "RdTeO6PniRykzDmLDGgyS8e1xYKM4TbJ9KBw9UQF" "locale" => "en" "_previous" => array:1 [ "url" => "https://partsbat.com/car/volkswagen/r32" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-13 10:21:21GET/car/volkswagen/r3238419