{"__meta":{"id":"Xaf257a777b2623015419f0022409d852","datetime":"2022-03-05 05:54:27","utime":1646459667.251765,"method":"GET","uri":"\/product-lists","ip":"127.0.0.1"},"php":{"version":"7.4.10","interface":"cli-server"},"messages":{"count":0,"messages":[]},"time":{"start":1646459666.340311,"end":1646459667.25179,"duration":0.9114789962768555,"duration_str":"911ms","measures":[{"label":"Booting","start":1646459666.340311,"relative_start":0,"end":1646459666.568175,"relative_end":1646459666.568175,"duration":0.22786402702331543,"duration_str":"228ms","params":[],"collector":null},{"label":"Application","start":1646459666.572207,"relative_start":0.23189592361450195,"end":1646459667.251792,"relative_end":1.9073486328125e-6,"duration":0.6795849800109863,"duration_str":"680ms","params":[],"collector":null}]},"memory":{"peak_usage":25971880,"peak_usage_str":"25MB"},"exceptions":{"count":0,"exceptions":[]},"views":{"nb_templates":6,"templates":[{"name":"frontend.pages.product-lists (\\resources\\views\\frontend\\pages\\product-lists.blade.php)","param_count":2,"params":["products","recent_products"],"type":"blade"},{"name":"frontend.layouts.master (\\resources\\views\\frontend\\layouts\\master.blade.php)","param_count":24,"params":["__env","app","errors","products","recent_products","menu","__currentLoopData","cat_info","loop","sub_menu","max","product","photo","org","brands","brand","after_discount","key","data","rate","rate_count","i","sizes","size"],"type":"blade"},{"name":"frontend.layouts.head (\\resources\\views\\frontend\\layouts\\head.blade.php)","param_count":24,"params":["__env","app","errors","products","recent_products","menu","__currentLoopData","cat_info","loop","sub_menu","max","product","photo","org","brands","brand","after_discount","key","data","rate","rate_count","i","sizes","size"],"type":"blade"},{"name":"frontend.layouts.notification (\\resources\\views\\frontend\\layouts\\notification.blade.php)","param_count":24,"params":["__env","app","errors","products","recent_products","menu","__currentLoopData","cat_info","loop","sub_menu","max","product","photo","org","brands","brand","after_discount","key","data","rate","rate_count","i","sizes","size"],"type":"blade"},{"name":"frontend.layouts.header (\\resources\\views\\frontend\\layouts\\header.blade.php)","param_count":25,"params":["__env","app","errors","products","recent_products","menu","__currentLoopData","cat_info","loop","sub_menu","max","product","photo","org","brands","brand","after_discount","key","data","rate","rate_count","i","sizes","size","settings"],"type":"blade"},{"name":"frontend.layouts.footer (\\resources\\views\\frontend\\layouts\\footer.blade.php)","param_count":25,"params":["__env","app","errors","products","recent_products","menu","__currentLoopData","cat_info","loop","sub_menu","max","product","photo","org","brands","brand","after_discount","key","data","rate","rate_count","i","sizes","size","settings"],"type":"blade"}]},"route":{"uri":"GET product-lists","middleware":"web","controller":"App\\Http\\Controllers\\FrontendController@productLists","namespace":"App\\Http\\Controllers","prefix":"","where":[],"as":"product-lists","file":"<a href=\"phpstorm:\/\/open?file=C:\\xampp\\htdocs\\Laravel\\e-tech\\app\\Http\\Controllers\\FrontendController.php&line=117\">\\app\\Http\\Controllers\\FrontendController.php:117-160<\/a>"},"queries":{"nb_statements":36,"nb_failed_statements":0,"accumulated_duration":0.04485,"accumulated_duration_str":"44.85ms","statements":[{"sql":"select * from `products` where `status` = 'active' order by `id` desc limit 3","type":"query","params":[],"bindings":["active"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":null,"name":"\\app\\Http\\Controllers\\FrontendController.php","line":148},{"index":15,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Controller.php","line":54},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\ControllerDispatcher.php","line":45},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Route.php","line":262},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Route.php","line":205}],"duration":0.00115,"duration_str":"1.15ms","stmt_id":"\\app\\Http\\Controllers\\FrontendController.php:148","connection":"e-tech","start_percent":0,"width_percent":2.564},{"sql":"select count(*) as aggregate from `products` where `status` = 'active'","type":"query","params":[],"bindings":["active"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Controllers\\FrontendController.php","line":153},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Controller.php","line":54},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\ControllerDispatcher.php","line":45},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Route.php","line":262},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Route.php","line":205}],"duration":0.00047999999999999996,"duration_str":"480\u03bcs","stmt_id":"\\app\\Http\\Controllers\\FrontendController.php:153","connection":"e-tech","start_percent":2.564,"width_percent":1.07},{"sql":"select * from `products` where `status` = 'active' limit 6 offset 0","type":"query","params":[],"bindings":["active"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Controllers\\FrontendController.php","line":153},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Controller.php","line":54},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\ControllerDispatcher.php","line":45},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Route.php","line":262},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Route.php","line":205}],"duration":0.00075,"duration_str":"750\u03bcs","stmt_id":"\\app\\Http\\Controllers\\FrontendController.php:153","connection":"e-tech","start_percent":3.634,"width_percent":1.672},{"sql":"select * from `categories` where `is_parent` = 1 and `status` = 'active' order by `title` asc","type":"query","params":[],"bindings":["1","active"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":null,"name":"\\app\\Models\\Category.php","line":102},{"index":15,"namespace":"view","name":"ac67faea4088fd920e1d6ef27324f83d35e96ac7","line":37},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61}],"duration":0.00093,"duration_str":"930\u03bcs","stmt_id":"\\app\\Models\\Category.php:102","connection":"e-tech","start_percent":5.307,"width_percent":2.074},{"sql":"select * from `categories` where `status` = 'active' and `categories`.`parent_id` in (1, 2, 3)","type":"query","params":[],"bindings":["active"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\\app\\Models\\Category.php","line":102},{"index":20,"namespace":"view","name":"ac67faea4088fd920e1d6ef27324f83d35e96ac7","line":37},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61}],"duration":0.0025299999999999997,"duration_str":"2.53ms","stmt_id":"\\app\\Models\\Category.php:102","connection":"e-tech","start_percent":7.38,"width_percent":5.641},{"sql":"select max(`price`) as aggregate from `products`","type":"query","params":[],"bindings":[],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":"view","name":"ac67faea4088fd920e1d6ef27324f83d35e96ac7","line":72},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61},{"index":19,"namespace":null,"name":"\\vendor\\facade\\ignition\\src\\Views\\Engines\\CompilerEngine.php","line":37}],"duration":0.0018700000000000001,"duration_str":"1.87ms","stmt_id":"view::ac67faea4088fd920e1d6ef27324f83d35e96ac7:72","connection":"e-tech","start_percent":13.021,"width_percent":4.169},{"sql":"select * from `brands` where `status` = 'active' order by `title` asc","type":"query","params":[],"bindings":["active"],"hints":null,"show_copy":false,"backtrace":[{"index":12,"namespace":"view","name":"ac67faea4088fd920e1d6ef27324f83d35e96ac7","line":125},{"index":14,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":15,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61},{"index":17,"namespace":null,"name":"\\vendor\\facade\\ignition\\src\\Views\\Engines\\CompilerEngine.php","line":37}],"duration":0.00078,"duration_str":"780\u03bcs","stmt_id":"view::ac67faea4088fd920e1d6ef27324f83d35e96ac7:125","connection":"e-tech","start_percent":17.191,"width_percent":1.739},{"sql":"select avg(`rate`) as aggregate from `product_reviews` where `product_id` = 1","type":"query","params":[],"bindings":["1"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":"view","name":"ac67faea4088fd920e1d6ef27324f83d35e96ac7","line":310},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61},{"index":19,"namespace":null,"name":"\\vendor\\facade\\ignition\\src\\Views\\Engines\\CompilerEngine.php","line":37}],"duration":0.00108,"duration_str":"1.08ms","stmt_id":"view::ac67faea4088fd920e1d6ef27324f83d35e96ac7:310","connection":"e-tech","start_percent":18.93,"width_percent":2.408},{"sql":"select count(*) as aggregate from `product_reviews` where `product_id` = 1","type":"query","params":[],"bindings":["1"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":"view","name":"ac67faea4088fd920e1d6ef27324f83d35e96ac7","line":311},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61},{"index":19,"namespace":null,"name":"\\vendor\\facade\\ignition\\src\\Views\\Engines\\CompilerEngine.php","line":37}],"duration":0.0007199999999999999,"duration_str":"720\u03bcs","stmt_id":"view::ac67faea4088fd920e1d6ef27324f83d35e96ac7:311","connection":"e-tech","start_percent":21.338,"width_percent":1.605},{"sql":"select avg(`rate`) as aggregate from `product_reviews` where `product_id` = 2","type":"query","params":[],"bindings":["2"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":"view","name":"ac67faea4088fd920e1d6ef27324f83d35e96ac7","line":310},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61},{"index":19,"namespace":null,"name":"\\vendor\\facade\\ignition\\src\\Views\\Engines\\CompilerEngine.php","line":37}],"duration":0.00065,"duration_str":"650\u03bcs","stmt_id":"view::ac67faea4088fd920e1d6ef27324f83d35e96ac7:310","connection":"e-tech","start_percent":22.943,"width_percent":1.449},{"sql":"select count(*) as aggregate from `product_reviews` where `product_id` = 2","type":"query","params":[],"bindings":["2"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":"view","name":"ac67faea4088fd920e1d6ef27324f83d35e96ac7","line":311},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61},{"index":19,"namespace":null,"name":"\\vendor\\facade\\ignition\\src\\Views\\Engines\\CompilerEngine.php","line":37}],"duration":0.0005200000000000001,"duration_str":"520\u03bcs","stmt_id":"view::ac67faea4088fd920e1d6ef27324f83d35e96ac7:311","connection":"e-tech","start_percent":24.392,"width_percent":1.159},{"sql":"select avg(`rate`) as aggregate from `product_reviews` where `product_id` = 3","type":"query","params":[],"bindings":["3"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":"view","name":"ac67faea4088fd920e1d6ef27324f83d35e96ac7","line":310},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61},{"index":19,"namespace":null,"name":"\\vendor\\facade\\ignition\\src\\Views\\Engines\\CompilerEngine.php","line":37}],"duration":0.0005,"duration_str":"500\u03bcs","stmt_id":"view::ac67faea4088fd920e1d6ef27324f83d35e96ac7:310","connection":"e-tech","start_percent":25.552,"width_percent":1.115},{"sql":"select count(*) as aggregate from `product_reviews` where `product_id` = 3","type":"query","params":[],"bindings":["3"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":"view","name":"ac67faea4088fd920e1d6ef27324f83d35e96ac7","line":311},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61},{"index":19,"namespace":null,"name":"\\vendor\\facade\\ignition\\src\\Views\\Engines\\CompilerEngine.php","line":37}],"duration":0.0006,"duration_str":"600\u03bcs","stmt_id":"view::ac67faea4088fd920e1d6ef27324f83d35e96ac7:311","connection":"e-tech","start_percent":26.667,"width_percent":1.338},{"sql":"select avg(`rate`) as aggregate from `product_reviews` where `product_id` = 4","type":"query","params":[],"bindings":["4"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":"view","name":"ac67faea4088fd920e1d6ef27324f83d35e96ac7","line":310},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61},{"index":19,"namespace":null,"name":"\\vendor\\facade\\ignition\\src\\Views\\Engines\\CompilerEngine.php","line":37}],"duration":0.0011,"duration_str":"1.1ms","stmt_id":"view::ac67faea4088fd920e1d6ef27324f83d35e96ac7:310","connection":"e-tech","start_percent":28.004,"width_percent":2.453},{"sql":"select count(*) as aggregate from `product_reviews` where `product_id` = 4","type":"query","params":[],"bindings":["4"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":"view","name":"ac67faea4088fd920e1d6ef27324f83d35e96ac7","line":311},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61},{"index":19,"namespace":null,"name":"\\vendor\\facade\\ignition\\src\\Views\\Engines\\CompilerEngine.php","line":37}],"duration":0.00454,"duration_str":"4.54ms","stmt_id":"view::ac67faea4088fd920e1d6ef27324f83d35e96ac7:311","connection":"e-tech","start_percent":30.457,"width_percent":10.123},{"sql":"select avg(`rate`) as aggregate from `product_reviews` where `product_id` = 5","type":"query","params":[],"bindings":["5"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":"view","name":"ac67faea4088fd920e1d6ef27324f83d35e96ac7","line":310},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61},{"index":19,"namespace":null,"name":"\\vendor\\facade\\ignition\\src\\Views\\Engines\\CompilerEngine.php","line":37}],"duration":0.00063,"duration_str":"630\u03bcs","stmt_id":"view::ac67faea4088fd920e1d6ef27324f83d35e96ac7:310","connection":"e-tech","start_percent":40.58,"width_percent":1.405},{"sql":"select count(*) as aggregate from `product_reviews` where `product_id` = 5","type":"query","params":[],"bindings":["5"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":"view","name":"ac67faea4088fd920e1d6ef27324f83d35e96ac7","line":311},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61},{"index":19,"namespace":null,"name":"\\vendor\\facade\\ignition\\src\\Views\\Engines\\CompilerEngine.php","line":37}],"duration":0.005030000000000001,"duration_str":"5.03ms","stmt_id":"view::ac67faea4088fd920e1d6ef27324f83d35e96ac7:311","connection":"e-tech","start_percent":41.984,"width_percent":11.215},{"sql":"select avg(`rate`) as aggregate from `product_reviews` where `product_id` = 6","type":"query","params":[],"bindings":["6"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":"view","name":"ac67faea4088fd920e1d6ef27324f83d35e96ac7","line":310},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61},{"index":19,"namespace":null,"name":"\\vendor\\facade\\ignition\\src\\Views\\Engines\\CompilerEngine.php","line":37}],"duration":0.00093,"duration_str":"930\u03bcs","stmt_id":"view::ac67faea4088fd920e1d6ef27324f83d35e96ac7:310","connection":"e-tech","start_percent":53.2,"width_percent":2.074},{"sql":"select count(*) as aggregate from `product_reviews` where `product_id` = 6","type":"query","params":[],"bindings":["6"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":"view","name":"ac67faea4088fd920e1d6ef27324f83d35e96ac7","line":311},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61},{"index":19,"namespace":null,"name":"\\vendor\\facade\\ignition\\src\\Views\\Engines\\CompilerEngine.php","line":37}],"duration":0.00049,"duration_str":"490\u03bcs","stmt_id":"view::ac67faea4088fd920e1d6ef27324f83d35e96ac7:311","connection":"e-tech","start_percent":55.273,"width_percent":1.093},{"sql":"select * from `settings`","type":"query","params":[],"bindings":[],"hints":null,"show_copy":false,"backtrace":[{"index":17,"namespace":null,"name":"\\app\\Http\\ViewComposers\\SettingsComposer.php","line":12},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Concerns\\ManagesEvents.php","line":124},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Concerns\\ManagesEvents.php","line":177},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":120},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0008900000000000001,"duration_str":"890\u03bcs","stmt_id":"\\app\\Http\\ViewComposers\\SettingsComposer.php:12","connection":"e-tech","start_percent":56.366,"width_percent":1.984},{"sql":"select * from `users` where `id` = 2 limit 1","type":"query","params":[],"bindings":["2"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Auth\\EloquentUserProvider.php","line":53},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Auth\\SessionGuard.php","line":148},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Auth\\GuardHelpers.php","line":60},{"index":18,"namespace":"view","name":"a43d3c0b08e4a5a308305ef57ca1f2e730bf5b71","line":24},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108}],"duration":0.0006,"duration_str":"600\u03bcs","stmt_id":"\\vendor\\laravel\\framework\\src\\Illuminate\\Auth\\EloquentUserProvider.php:53","connection":"e-tech","start_percent":58.35,"width_percent":1.338},{"sql":"select * from `categories` where `is_parent` = 1 and `status` = 'active' order by `title` asc","type":"query","params":[],"bindings":["1","active"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":null,"name":"\\app\\Models\\Category.php","line":102},{"index":15,"namespace":null,"name":"\\app\\Http\\Helper.php","line":34},{"index":16,"namespace":"view","name":"a43d3c0b08e4a5a308305ef57ca1f2e730bf5b71","line":76},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58}],"duration":0.00063,"duration_str":"630\u03bcs","stmt_id":"\\app\\Models\\Category.php:102","connection":"e-tech","start_percent":59.688,"width_percent":1.405},{"sql":"select * from `categories` where `status` = 'active' and `categories`.`parent_id` in (1, 2, 3)","type":"query","params":[],"bindings":["active"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\\app\\Models\\Category.php","line":102},{"index":20,"namespace":null,"name":"\\app\\Http\\Helper.php","line":34},{"index":21,"namespace":"view","name":"a43d3c0b08e4a5a308305ef57ca1f2e730bf5b71","line":76},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58}],"duration":0.00278,"duration_str":"2.78ms","stmt_id":"\\app\\Models\\Category.php:102","connection":"e-tech","start_percent":61.093,"width_percent":6.198},{"sql":"select sum(`quantity`) as aggregate from `wishlists` where `user_id` = 2 and `cart_id` is null","type":"query","params":[],"bindings":["2"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helper.php","line":189},{"index":16,"namespace":"view","name":"a43d3c0b08e4a5a308305ef57ca1f2e730bf5b71","line":105},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61}],"duration":0.00079,"duration_str":"790\u03bcs","stmt_id":"\\app\\Http\\Helper.php:189","connection":"e-tech","start_percent":67.291,"width_percent":1.761},{"sql":"select * from `wishlists` where `user_id` = 2 and `cart_id` is null","type":"query","params":[],"bindings":["2"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":null,"name":"\\app\\Http\\Helper.php","line":205},{"index":15,"namespace":"view","name":"a43d3c0b08e4a5a308305ef57ca1f2e730bf5b71","line":110},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61}],"duration":0.00149,"duration_str":"1.49ms","stmt_id":"\\app\\Http\\Helper.php:205","connection":"e-tech","start_percent":69.052,"width_percent":3.322},{"sql":"select * from `wishlists` where `user_id` = 2 and `cart_id` is null","type":"query","params":[],"bindings":["2"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":null,"name":"\\app\\Http\\Helper.php","line":205},{"index":15,"namespace":"view","name":"a43d3c0b08e4a5a308305ef57ca1f2e730bf5b71","line":115},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61}],"duration":0.00184,"duration_str":"1.84ms","stmt_id":"\\app\\Http\\Helper.php:205","connection":"e-tech","start_percent":72.375,"width_percent":4.103},{"sql":"select sum(`amount`) as aggregate from `wishlists` where `user_id` = 2 and `cart_id` is null","type":"query","params":[],"bindings":["2"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helper.php","line":221},{"index":16,"namespace":"view","name":"a43d3c0b08e4a5a308305ef57ca1f2e730bf5b71","line":135},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61}],"duration":0.00151,"duration_str":"1.51ms","stmt_id":"\\app\\Http\\Helper.php:221","connection":"e-tech","start_percent":76.477,"width_percent":3.367},{"sql":"select sum(`quantity`) as aggregate from `carts` where `user_id` = 2 and `order_id` is null","type":"query","params":[],"bindings":["2"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helper.php","line":133},{"index":16,"namespace":"view","name":"a43d3c0b08e4a5a308305ef57ca1f2e730bf5b71","line":146},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61}],"duration":0.00062,"duration_str":"620\u03bcs","stmt_id":"\\app\\Http\\Helper.php:133","connection":"e-tech","start_percent":79.844,"width_percent":1.382},{"sql":"select * from `carts` where `user_id` = 2 and `order_id` is null","type":"query","params":[],"bindings":["2"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":null,"name":"\\app\\Http\\Helper.php","line":157},{"index":15,"namespace":"view","name":"a43d3c0b08e4a5a308305ef57ca1f2e730bf5b71","line":151},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61}],"duration":0.00058,"duration_str":"580\u03bcs","stmt_id":"\\app\\Http\\Helper.php:157","connection":"e-tech","start_percent":81.226,"width_percent":1.293},{"sql":"select * from `products` where `products`.`id` in (9)","type":"query","params":[],"bindings":[],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\\app\\Http\\Helper.php","line":157},{"index":20,"namespace":"view","name":"a43d3c0b08e4a5a308305ef57ca1f2e730bf5b71","line":151},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61}],"duration":0.0009599999999999999,"duration_str":"960\u03bcs","stmt_id":"\\app\\Http\\Helper.php:157","connection":"e-tech","start_percent":82.52,"width_percent":2.14},{"sql":"select * from `carts` where `user_id` = 2 and `order_id` is null","type":"query","params":[],"bindings":["2"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":null,"name":"\\app\\Http\\Helper.php","line":157},{"index":15,"namespace":"view","name":"a43d3c0b08e4a5a308305ef57ca1f2e730bf5b71","line":156},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61}],"duration":0.00064,"duration_str":"640\u03bcs","stmt_id":"\\app\\Http\\Helper.php:157","connection":"e-tech","start_percent":84.66,"width_percent":1.427},{"sql":"select * from `products` where `products`.`id` in (9)","type":"query","params":[],"bindings":[],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\\app\\Http\\Helper.php","line":157},{"index":20,"namespace":"view","name":"a43d3c0b08e4a5a308305ef57ca1f2e730bf5b71","line":156},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61}],"duration":0.00261,"duration_str":"2.61ms","stmt_id":"\\app\\Http\\Helper.php:157","connection":"e-tech","start_percent":86.087,"width_percent":5.819},{"sql":"select sum(`amount`) as aggregate from `carts` where `user_id` = 2 and `order_id` is null","type":"query","params":[],"bindings":["2"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helper.php","line":173},{"index":16,"namespace":"view","name":"a43d3c0b08e4a5a308305ef57ca1f2e730bf5b71","line":176},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":61}],"duration":0.00063,"duration_str":"630\u03bcs","stmt_id":"\\app\\Http\\Helper.php:173","connection":"e-tech","start_percent":91.906,"width_percent":1.405},{"sql":"select * from `categories` where `is_parent` = 1 and `status` = 'active' order by `title` asc","type":"query","params":[],"bindings":["1","active"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":null,"name":"\\app\\Models\\Category.php","line":102},{"index":15,"namespace":null,"name":"\\app\\Http\\Helper.php","line":44},{"index":16,"namespace":"view","name":"a43d3c0b08e4a5a308305ef57ca1f2e730bf5b71","line":208},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58}],"duration":0.00206,"duration_str":"2.06ms","stmt_id":"\\app\\Models\\Category.php:102","connection":"e-tech","start_percent":93.311,"width_percent":4.593},{"sql":"select * from `categories` where `status` = 'active' and `categories`.`parent_id` in (1, 2, 3)","type":"query","params":[],"bindings":["active"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\\app\\Models\\Category.php","line":102},{"index":20,"namespace":null,"name":"\\app\\Http\\Helper.php","line":44},{"index":21,"namespace":"view","name":"a43d3c0b08e4a5a308305ef57ca1f2e730bf5b71","line":208},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Filesystem\\Filesystem.php","line":108},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\PhpEngine.php","line":58}],"duration":0.0005899999999999999,"duration_str":"590\u03bcs","stmt_id":"\\app\\Models\\Category.php:102","connection":"e-tech","start_percent":97.904,"width_percent":1.315},{"sql":"select * from `settings`","type":"query","params":[],"bindings":[],"hints":null,"show_copy":false,"backtrace":[{"index":17,"namespace":null,"name":"\\app\\Http\\ViewComposers\\SettingsComposer.php","line":12},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Concerns\\ManagesEvents.php","line":124},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Concerns\\ManagesEvents.php","line":177},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":120},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00035,"duration_str":"350\u03bcs","stmt_id":"\\app\\Http\\ViewComposers\\SettingsComposer.php:12","connection":"e-tech","start_percent":99.22,"width_percent":0.78}]},"models":{"data":{"App\\Models\\Cart":2,"App\\Models\\User":1,"App\\Models\\Settings":2,"App\\Models\\Category":21,"App\\Models\\Product":11},"count":37},"swiftmailer_mails":{"count":0,"mails":[]},"gate":{"count":0,"messages":[]},"session":{"_token":"tzwwSS7ThVvdZE1MH2yZW92cuyAOqCG3aKWPwELY","_previous":"array:1 [\n  \"url\" => \"http:\/\/127.0.0.1:8000\/product-lists\"\n]","_flash":"array:2 [\n  \"old\" => []\n  \"new\" => []\n]","url":"[]","login_web_59ba36addc2b2f9401580f014c7f58ea4e30989d":"2","user":"user@gmail.com","PHPDEBUGBAR_STACK_DATA":"[]"},"request":{"telescope":"<a href=\"http:\/\/127.0.0.1:8000\/_debugbar\/telescope\/95bea05c-4521-42f5-ada9-29fe6134a293\" target=\"_blank\">View in Telescope<\/a>","path_info":"\/product-lists","status_code":"<pre class=sf-dump id=sf-dump-1102257015 data-indent-pad=\"  \"><span class=sf-dump-num>200<\/span>\n<\/pre><script>Sfdump(\"sf-dump-1102257015\", {\"maxDepth\":0})<\/script>\n","status_text":"OK","format":"html","content_type":"text\/html; charset=UTF-8","request_query":"<pre class=sf-dump id=sf-dump-2026333092 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-2026333092\", {\"maxDepth\":0})<\/script>\n","request_request":"<pre class=sf-dump id=sf-dump-2038673960 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-2038673960\", {\"maxDepth\":0})<\/script>\n","request_headers":"<pre class=sf-dump id=sf-dump-778655977 data-indent-pad=\"  \"><span class=sf-dump-note>array:16<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>host<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"14 characters\">127.0.0.1:8000<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>connection<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"10 characters\">keep-alive<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-ch-ua<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"64 characters\">&quot; Not A;Brand&quot;;v=&quot;99&quot;, &quot;Chromium&quot;;v=&quot;99&quot;, &quot;Google Chrome&quot;;v=&quot;99&quot;<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>accept<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"135 characters\">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.9<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>dnt<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str>1<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>upgrade-insecure-requests<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str>1<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-ch-ua-mobile<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"2 characters\">?0<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>user-agent<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"114 characters\">Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/99.0.4844.51 Safari\/537.36<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-ch-ua-platform<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"9 characters\">&quot;Windows&quot;<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-fetch-site<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"11 characters\">same-origin<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-fetch-mode<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"8 characters\">navigate<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-fetch-dest<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"5 characters\">empty<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>referer<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"35 characters\">http:\/\/127.0.0.1:8000\/product-grids<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>accept-encoding<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"17 characters\">gzip, deflate, br<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>accept-language<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"41 characters\">en-US,en;q=0.9,la;q=0.8,ja;q=0.7,hi;q=0.6<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>cookie<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"738 characters\">laravel_cookie_consent=1; XSRF-TOKEN=eyJpdiI6ImZVeURqOXFxemw4WkpBYWtsOWttS2c9PSIsInZhbHVlIjoiei8rSHBMcUhFRDB1MFlwSFhGNlJLU0ErUDRqOWNnY0tuNFZwamZpK21sTW1QMVZ5c28yQXNwMGlOTDRjSE9iRHcxTFJRVm1RS0hYcEpVR1FGSnRuMnFUMGMybk1Tdkt5T1pIUEtGQ2NtSlV3aDVvWVFobGxSQ2kxVnRGcUZRa3YiLCJtYWMiOiJhN2I5NjZjZmYxODQyNDJmODhlODUxZTMzNTUyOGIwY2M0ODQ3ZDQwNDMyMjBhYTQ4MjI5MDlmNWVhMDEwYzhjIiwidGFnIjoiIn0%3D; e_shop_session=eyJpdiI6IkJ2Z3JFQm1Mc3NnQ0EzKzN2M3loNlE9PSIsInZhbHVlIjoiOG03cWIrallzS1lVY2NpV3NzUWkwODFGZElsK0JIMVdjY0N1enAzUkF0cGwyVGZ0aWhMVlhoOTZwNE5qT1Q0YklsT3NBT2xGQmw0NTIvZWUyK25ldGFUWG03RmROVk5CZXZrZjltSlNGWDBKUUFiZWwyOGhiS0ZtK3B3aE12TGYiLCJtYWMiOiI1N2Y3MWQ4ODEzZDQxMmQ3YTg0NmI3YmE2ZGMwZmYwZGM5MjdkNDJmNTkzOWY1ZGMzM2U2NzY3OTIyYTkwNjQ0IiwidGFnIjoiIn0%3D<\/span>\"\n  <\/samp>]\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-778655977\", {\"maxDepth\":0})<\/script>\n","request_server":"<pre class=sf-dump id=sf-dump-353719518 data-indent-pad=\"  \"><span class=sf-dump-note>array:31<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>DOCUMENT_ROOT<\/span>\" => \"<span class=sf-dump-str title=\"37 characters\">C:\\xampp\\htdocs\\Laravel\\e-tech\\public<\/span>\"\n  \"<span class=sf-dump-key>REMOTE_ADDR<\/span>\" => \"<span class=sf-dump-str title=\"9 characters\">127.0.0.1<\/span>\"\n  \"<span class=sf-dump-key>REMOTE_PORT<\/span>\" => \"<span class=sf-dump-str title=\"5 characters\">63685<\/span>\"\n  \"<span class=sf-dump-key>SERVER_SOFTWARE<\/span>\" => \"<span class=sf-dump-str title=\"29 characters\">PHP 7.4.10 Development Server<\/span>\"\n  \"<span class=sf-dump-key>SERVER_PROTOCOL<\/span>\" => \"<span class=sf-dump-str title=\"8 characters\">HTTP\/1.1<\/span>\"\n  \"<span class=sf-dump-key>SERVER_NAME<\/span>\" => \"<span class=sf-dump-str title=\"9 characters\">127.0.0.1<\/span>\"\n  \"<span class=sf-dump-key>SERVER_PORT<\/span>\" => \"<span class=sf-dump-str title=\"4 characters\">8000<\/span>\"\n  \"<span class=sf-dump-key>REQUEST_URI<\/span>\" => \"<span class=sf-dump-str title=\"14 characters\">\/product-lists<\/span>\"\n  \"<span class=sf-dump-key>REQUEST_METHOD<\/span>\" => \"<span class=sf-dump-str title=\"3 characters\">GET<\/span>\"\n  \"<span class=sf-dump-key>SCRIPT_NAME<\/span>\" => \"<span class=sf-dump-str title=\"10 characters\">\/index.php<\/span>\"\n  \"<span class=sf-dump-key>SCRIPT_FILENAME<\/span>\" => \"<span class=sf-dump-str title=\"47 characters\">C:\\xampp\\htdocs\\Laravel\\e-tech\\public\\index.php<\/span>\"\n  \"<span class=sf-dump-key>PATH_INFO<\/span>\" => \"<span class=sf-dump-str title=\"14 characters\">\/product-lists<\/span>\"\n  \"<span class=sf-dump-key>PHP_SELF<\/span>\" => \"<span class=sf-dump-str title=\"24 characters\">\/index.php\/product-lists<\/span>\"\n  \"<span class=sf-dump-key>HTTP_HOST<\/span>\" => \"<span class=sf-dump-str title=\"14 characters\">127.0.0.1:8000<\/span>\"\n  \"<span class=sf-dump-key>HTTP_CONNECTION<\/span>\" => \"<span class=sf-dump-str title=\"10 characters\">keep-alive<\/span>\"\n  \"<span class=sf-dump-key>HTTP_SEC_CH_UA<\/span>\" => \"<span class=sf-dump-str title=\"64 characters\">&quot; Not A;Brand&quot;;v=&quot;99&quot;, &quot;Chromium&quot;;v=&quot;99&quot;, &quot;Google Chrome&quot;;v=&quot;99&quot;<\/span>\"\n  \"<span class=sf-dump-key>HTTP_ACCEPT<\/span>\" => \"<span class=sf-dump-str title=\"135 characters\">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.9<\/span>\"\n  \"<span class=sf-dump-key>HTTP_DNT<\/span>\" => \"<span class=sf-dump-str>1<\/span>\"\n  \"<span class=sf-dump-key>HTTP_UPGRADE_INSECURE_REQUESTS<\/span>\" => \"<span class=sf-dump-str>1<\/span>\"\n  \"<span class=sf-dump-key>HTTP_SEC_CH_UA_MOBILE<\/span>\" => \"<span class=sf-dump-str title=\"2 characters\">?0<\/span>\"\n  \"<span class=sf-dump-key>HTTP_USER_AGENT<\/span>\" => \"<span class=sf-dump-str title=\"114 characters\">Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/99.0.4844.51 Safari\/537.36<\/span>\"\n  \"<span class=sf-dump-key>HTTP_SEC_CH_UA_PLATFORM<\/span>\" => \"<span class=sf-dump-str title=\"9 characters\">&quot;Windows&quot;<\/span>\"\n  \"<span class=sf-dump-key>HTTP_SEC_FETCH_SITE<\/span>\" => \"<span class=sf-dump-str title=\"11 characters\">same-origin<\/span>\"\n  \"<span class=sf-dump-key>HTTP_SEC_FETCH_MODE<\/span>\" => \"<span class=sf-dump-str title=\"8 characters\">navigate<\/span>\"\n  \"<span class=sf-dump-key>HTTP_SEC_FETCH_DEST<\/span>\" => \"<span class=sf-dump-str title=\"5 characters\">empty<\/span>\"\n  \"<span class=sf-dump-key>HTTP_REFERER<\/span>\" => \"<span class=sf-dump-str title=\"35 characters\">http:\/\/127.0.0.1:8000\/product-grids<\/span>\"\n  \"<span class=sf-dump-key>HTTP_ACCEPT_ENCODING<\/span>\" => \"<span class=sf-dump-str title=\"17 characters\">gzip, deflate, br<\/span>\"\n  \"<span class=sf-dump-key>HTTP_ACCEPT_LANGUAGE<\/span>\" => \"<span class=sf-dump-str title=\"41 characters\">en-US,en;q=0.9,la;q=0.8,ja;q=0.7,hi;q=0.6<\/span>\"\n  \"<span class=sf-dump-key>HTTP_COOKIE<\/span>\" => \"<span class=sf-dump-str title=\"738 characters\">laravel_cookie_consent=1; XSRF-TOKEN=eyJpdiI6ImZVeURqOXFxemw4WkpBYWtsOWttS2c9PSIsInZhbHVlIjoiei8rSHBMcUhFRDB1MFlwSFhGNlJLU0ErUDRqOWNnY0tuNFZwamZpK21sTW1QMVZ5c28yQXNwMGlOTDRjSE9iRHcxTFJRVm1RS0hYcEpVR1FGSnRuMnFUMGMybk1Tdkt5T1pIUEtGQ2NtSlV3aDVvWVFobGxSQ2kxVnRGcUZRa3YiLCJtYWMiOiJhN2I5NjZjZmYxODQyNDJmODhlODUxZTMzNTUyOGIwY2M0ODQ3ZDQwNDMyMjBhYTQ4MjI5MDlmNWVhMDEwYzhjIiwidGFnIjoiIn0%3D; e_shop_session=eyJpdiI6IkJ2Z3JFQm1Mc3NnQ0EzKzN2M3loNlE9PSIsInZhbHVlIjoiOG03cWIrallzS1lVY2NpV3NzUWkwODFGZElsK0JIMVdjY0N1enAzUkF0cGwyVGZ0aWhMVlhoOTZwNE5qT1Q0YklsT3NBT2xGQmw0NTIvZWUyK25ldGFUWG03RmROVk5CZXZrZjltSlNGWDBKUUFiZWwyOGhiS0ZtK3B3aE12TGYiLCJtYWMiOiI1N2Y3MWQ4ODEzZDQxMmQ3YTg0NmI3YmE2ZGMwZmYwZGM5MjdkNDJmNTkzOWY1ZGMzM2U2NzY3OTIyYTkwNjQ0IiwidGFnIjoiIn0%3D<\/span>\"\n  \"<span class=sf-dump-key>REQUEST_TIME_FLOAT<\/span>\" => <span class=sf-dump-num>1646459666.3403<\/span>\n  \"<span class=sf-dump-key>REQUEST_TIME<\/span>\" => <span class=sf-dump-num>1646459666<\/span>\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-353719518\", {\"maxDepth\":0})<\/script>\n","request_cookies":"<pre class=sf-dump id=sf-dump-1966799312 data-indent-pad=\"  \"><span class=sf-dump-note>array:3<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>laravel_cookie_consent<\/span>\" => <span class=sf-dump-const>null<\/span>\n  \"<span class=sf-dump-key>XSRF-TOKEN<\/span>\" => \"<span class=sf-dump-str title=\"40 characters\">tzwwSS7ThVvdZE1MH2yZW92cuyAOqCG3aKWPwELY<\/span>\"\n  \"<span class=sf-dump-key>e_shop_session<\/span>\" => \"<span class=sf-dump-str title=\"40 characters\">dImLltMOKj7nQmobcQ9Rf2DcPNuL5BOlxpZgVQUK<\/span>\"\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-1966799312\", {\"maxDepth\":0})<\/script>\n","response_headers":"<pre class=sf-dump id=sf-dump-171506904 data-indent-pad=\"  \"><span class=sf-dump-note>array:5<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>content-type<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"24 characters\">text\/html; charset=UTF-8<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>cache-control<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"17 characters\">no-cache, private<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>date<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"29 characters\">Sat, 05 Mar 2022 05:54:26 GMT<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>set-cookie<\/span>\" => <span class=sf-dump-note>array:2<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"428 characters\">XSRF-TOKEN=eyJpdiI6InlzNmtlWjVPQXlaS3A1NFRRNGhzSXc9PSIsInZhbHVlIjoiZXFLNDZoQ0luV01teHJwMGpwMnVsdkcvcGpyanoxQlBob2VxWFFtcGVTVUd3QjBNUGV2emlyWWpRU1dqL2MyWFdmaGNFSVhtaHlnYXNiR2EzbXZUc295V2pCYVZVeTJXT1VnSGE1M1U0NWphaUVXaTRVREkzN1hDbTdhY1BiUlIiLCJtYWMiOiI5YTM1ZWI5ZjI4NWRiM2EyYWQxMGI0YjhjNzQxN2QyNDMyYzllMWUwZWVmYTkwYmE1ZTk2OTU4ODY5MjE5ZjhhIiwidGFnIjoiIn0%3D; expires=Sat, 05-Mar-2022 07:54:27 GMT; Max-Age=7200; path=\/; samesite=lax<\/span>\"\n    <span class=sf-dump-index>1<\/span> => \"<span class=sf-dump-str title=\"442 characters\">e_shop_session=eyJpdiI6InV4UHpwa2xFbDQrT0pyZmptWjdBNkE9PSIsInZhbHVlIjoiMjg1L1pKZFlIbGRnemwxaEwxRVQ0QWVTR09DQTJwVGdidmtMUlBsWTZDWEIxOVV1S2cwU1ptTmoyMWJyTTdFR1BhNm1INnhhZUUya0RwSVNXeW9MVVh3bEQ3MXMvcmdlV3o2QkNabVpWdy96UXZRekdvaVFuVnZ2bkloRjZxZkciLCJtYWMiOiJmZWEyZmRmYWE0NTdjODNiYmVjOWEzYmE4YjQwYjg3NzY5MTM1MTBhMTdlOGFkNzc4ZDQ4YmIyNGZhMzlmNzQ2IiwidGFnIjoiIn0%3D; expires=Sat, 05-Mar-2022 07:54:27 GMT; Max-Age=7200; path=\/; httponly; samesite=lax<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>Set-Cookie<\/span>\" => <span class=sf-dump-note>array:2<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"400 characters\">XSRF-TOKEN=eyJpdiI6InlzNmtlWjVPQXlaS3A1NFRRNGhzSXc9PSIsInZhbHVlIjoiZXFLNDZoQ0luV01teHJwMGpwMnVsdkcvcGpyanoxQlBob2VxWFFtcGVTVUd3QjBNUGV2emlyWWpRU1dqL2MyWFdmaGNFSVhtaHlnYXNiR2EzbXZUc295V2pCYVZVeTJXT1VnSGE1M1U0NWphaUVXaTRVREkzN1hDbTdhY1BiUlIiLCJtYWMiOiI5YTM1ZWI5ZjI4NWRiM2EyYWQxMGI0YjhjNzQxN2QyNDMyYzllMWUwZWVmYTkwYmE1ZTk2OTU4ODY5MjE5ZjhhIiwidGFnIjoiIn0%3D; expires=Sat, 05-Mar-2022 07:54:27 GMT; path=\/<\/span>\"\n    <span class=sf-dump-index>1<\/span> => \"<span class=sf-dump-str title=\"414 characters\">e_shop_session=eyJpdiI6InV4UHpwa2xFbDQrT0pyZmptWjdBNkE9PSIsInZhbHVlIjoiMjg1L1pKZFlIbGRnemwxaEwxRVQ0QWVTR09DQTJwVGdidmtMUlBsWTZDWEIxOVV1S2cwU1ptTmoyMWJyTTdFR1BhNm1INnhhZUUya0RwSVNXeW9MVVh3bEQ3MXMvcmdlV3o2QkNabVpWdy96UXZRekdvaVFuVnZ2bkloRjZxZkciLCJtYWMiOiJmZWEyZmRmYWE0NTdjODNiYmVjOWEzYmE4YjQwYjg3NzY5MTM1MTBhMTdlOGFkNzc4ZDQ4YmIyNGZhMzlmNzQ2IiwidGFnIjoiIn0%3D; expires=Sat, 05-Mar-2022 07:54:27 GMT; path=\/; httponly<\/span>\"\n  <\/samp>]\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-171506904\", {\"maxDepth\":0})<\/script>\n","session_attributes":"<pre class=sf-dump id=sf-dump-664930201 data-indent-pad=\"  \"><span class=sf-dump-note>array:7<\/span> [<samp data-depth=1 class=sf-dump-expanded>\n  \"<span class=sf-dump-key>_token<\/span>\" => \"<span class=sf-dump-str title=\"40 characters\">tzwwSS7ThVvdZE1MH2yZW92cuyAOqCG3aKWPwELY<\/span>\"\n  \"<span class=sf-dump-key>_previous<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    \"<span class=sf-dump-key>url<\/span>\" => \"<span class=sf-dump-str title=\"35 characters\">http:\/\/127.0.0.1:8000\/product-lists<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>_flash<\/span>\" => <span class=sf-dump-note>array:2<\/span> [<samp data-depth=2 class=sf-dump-compact>\n    \"<span class=sf-dump-key>old<\/span>\" => []\n    \"<span class=sf-dump-key>new<\/span>\" => []\n  <\/samp>]\n  \"<span class=sf-dump-key>url<\/span>\" => []\n  \"<span class=sf-dump-key>login_web_59ba36addc2b2f9401580f014c7f58ea4e30989d<\/span>\" => <span class=sf-dump-num>2<\/span>\n  \"<span class=sf-dump-key>user<\/span>\" => \"<span class=sf-dump-str title=\"14 characters\">user@gmail.com<\/span>\"\n  \"<span class=sf-dump-key>PHPDEBUGBAR_STACK_DATA<\/span>\" => []\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-664930201\", {\"maxDepth\":0})<\/script>\n"}}