{"__meta":{"id":"X4e9b7b6ccd9ac247e14f35b93e2f92d5","datetime":"2025-11-30 11:51:12","utime":1764481872.489399,"method":"GET","uri":"\/onlineshop\/admin\/products\/all","ip":"::1"},"php":{"version":"7.4.33","interface":"apache2handler"},"messages":{"count":0,"messages":[]},"time":{"start":1764481867.322449,"end":1764481872.48946,"duration":5.167011022567749,"duration_str":"5.17s","measures":[{"label":"Booting","start":1764481867.322449,"relative_start":0,"end":1764481867.686607,"relative_end":1764481867.686607,"duration":0.36415791511535645,"duration_str":"364ms","memory":0,"memory_str":"0B","params":[],"collector":null},{"label":"Application","start":1764481867.686656,"relative_start":0.36420702934265137,"end":1764481872.489467,"relative_end":6.9141387939453125e-6,"duration":4.802810907363892,"duration_str":"4.8s","memory":0,"memory_str":"0B","params":[],"collector":null}]},"memory":{"peak_usage":10229984,"peak_usage_str":"10MB"},"exceptions":{"count":0,"exceptions":[]},"views":{"nb_templates":6,"templates":[{"name":"backend.product.products.index (\\resources\\views\\backend\\product\\products\\index.blade.php)","param_count":6,"params":["products","type","col_name","query","seller_id","sort_search"],"type":"blade"},{"name":"pagination::bootstrap-4 (\\vendor\\laravel\\framework\\src\\Illuminate\\Pagination\\resources\\views\\bootstrap-4.blade.php)","param_count":2,"params":["paginator","elements"],"type":"blade"},{"name":"modals.delete_modal (\\resources\\views\\modals\\delete_modal.blade.php)","param_count":17,"params":["obLevel","__env","app","errors","products","type","col_name","query","seller_id","sort_search","__currentLoopData","seller","key","loop","product","qty","stock"],"type":"blade"},{"name":"backend.layouts.app (\\resources\\views\\backend\\layouts\\app.blade.php)","param_count":17,"params":["obLevel","__env","app","errors","products","type","col_name","query","seller_id","sort_search","__currentLoopData","seller","key","loop","product","qty","stock"],"type":"blade"},{"name":"backend.inc.admin_sidenav (\\resources\\views\\backend\\inc\\admin_sidenav.blade.php)","param_count":17,"params":["obLevel","__env","app","errors","products","type","col_name","query","seller_id","sort_search","__currentLoopData","seller","key","loop","product","qty","stock"],"type":"blade"},{"name":"backend.inc.admin_nav (\\resources\\views\\backend\\inc\\admin_nav.blade.php)","param_count":17,"params":["obLevel","__env","app","errors","products","type","col_name","query","seller_id","sort_search","__currentLoopData","seller","key","loop","product","qty","stock"],"type":"blade"}]},"route":{"uri":"GET admin\/products\/all","middleware":"web, auth, admin","controller":"App\\Http\\Controllers\\ProductController@all_products","namespace":"App\\Http\\Controllers","prefix":"\/admin","where":[],"as":"products.all","file":"<a href=\"phpstorm:\/\/open?file=C:\\wamp64\\www\\onlineshop\\app\\Http\\Controllers\\ProductController.php&line=99\">\\app\\Http\\Controllers\\ProductController.php:99-127<\/a>"},"queries":{"nb_statements":590,"nb_failed_statements":0,"accumulated_duration":2.5340499999999966,"accumulated_duration_str":"2.53s","statements":[{"sql":"select * from `users` where `id` = 9 limit 1","type":"query","params":[],"bindings":["9"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Auth\\EloquentUserProvider.php","line":52},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Auth\\SessionGuard.php","line":139},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Auth\\GuardHelpers.php","line":60},{"index":18,"namespace":"middleware","name":"auth","line":62},{"index":19,"namespace":"middleware","name":"auth","line":41}],"duration":0.03606,"duration_str":"36.06ms","stmt_id":"\\vendor\\laravel\\framework\\src\\Illuminate\\Auth\\EloquentUserProvider.php:52","connection":"onlineshop","start_percent":0,"width_percent":1.423},{"sql":"select count(*) as aggregate from `products`","type":"query","params":[],"bindings":[],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Controllers\\ProductController.php","line":123},{"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":219},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Route.php","line":176}],"duration":0.00428,"duration_str":"4.28ms","stmt_id":"\\app\\Http\\Controllers\\ProductController.php:123","connection":"onlineshop","start_percent":1.423,"width_percent":0.169},{"sql":"select * from `products` order by `created_at` desc limit 15 offset 0","type":"query","params":[],"bindings":[],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Controllers\\ProductController.php","line":123},{"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":219},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\Routing\\Route.php","line":176}],"duration":0.0019399999999999999,"duration_str":"1.94ms","stmt_id":"\\app\\Http\\Controllers\\ProductController.php:123","connection":"onlineshop","start_percent":1.592,"width_percent":0.077},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'All products' limit 1","type":"query","params":[],"bindings":["en","All products"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00311,"duration_str":"3.11ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":1.668,"width_percent":0.123},{"sql":"select * from `translations` where `lang_key` = 'All products' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["All products","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00237,"duration_str":"2.37ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":1.791,"width_percent":0.094},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Add New Product' limit 1","type":"query","params":[],"bindings":["en","Add New Product"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00268,"duration_str":"2.68ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":1.885,"width_percent":0.106},{"sql":"select * from `translations` where `lang_key` = 'Add New Product' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Add New Product","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00249,"duration_str":"2.49ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":1.99,"width_percent":0.098},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'All Product' limit 1","type":"query","params":[],"bindings":["en","All Product"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00204,"duration_str":"2.04ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":2.089,"width_percent":0.081},{"sql":"select * from `translations` where `lang_key` = 'All Product' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["All Product","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0014199999999999998,"duration_str":"1.42ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":2.169,"width_percent":0.056},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Bulk Action' limit 1","type":"query","params":[],"bindings":["en","Bulk Action"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01366,"duration_str":"13.66ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":2.225,"width_percent":0.539},{"sql":"select * from `translations` where `lang_key` = 'Bulk Action' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Bulk Action","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01257,"duration_str":"12.57ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":2.764,"width_percent":0.496},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Delete selection' limit 1","type":"query","params":[],"bindings":["en","Delete selection"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0129,"duration_str":"12.9ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":3.26,"width_percent":0.509},{"sql":"select * from `translations` where `lang_key` = 'Delete selection' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Delete selection","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.012539999999999999,"duration_str":"12.54ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":3.769,"width_percent":0.495},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'All Sellers' limit 1","type":"query","params":[],"bindings":["en","All Sellers"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00127,"duration_str":"1.27ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":4.264,"width_percent":0.05},{"sql":"select * from `translations` where `lang_key` = 'All Sellers' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["All Sellers","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00116,"duration_str":"1.16ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":4.314,"width_percent":0.046},{"sql":"select * from `users` where `user_type` = 'admin' or `user_type` = 'seller'","type":"query","params":[],"bindings":["admin","seller"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":"view","name":"c5fef862102666171e0e2bb4a454b0df7770878c","line":52},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0013700000000000001,"duration_str":"1.37ms","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:52","connection":"onlineshop","start_percent":4.36,"width_percent":0.054},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Sort By' limit 1","type":"query","params":[],"bindings":["en","Sort By"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00132,"duration_str":"1.32ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":4.414,"width_percent":0.052},{"sql":"select * from `translations` where `lang_key` = 'Sort By' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Sort By","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00132,"duration_str":"1.32ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":4.466,"width_percent":0.052},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Rating (High > Low)' limit 1","type":"query","params":[],"bindings":["en","Rating (High &gt; Low)"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0016799999999999999,"duration_str":"1.68ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":4.518,"width_percent":0.066},{"sql":"select * from `translations` where `lang_key` = 'Rating (High > Low)' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Rating (High &gt; Low)","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0013,"duration_str":"1.3ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":4.585,"width_percent":0.051},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Rating (Low > High)' limit 1","type":"query","params":[],"bindings":["en","Rating (Low &gt; High)"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00158,"duration_str":"1.58ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":4.636,"width_percent":0.062},{"sql":"select * from `translations` where `lang_key` = 'Rating (Low > High)' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Rating (Low &gt; High)","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00138,"duration_str":"1.38ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":4.698,"width_percent":0.054},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Num of Sale (High > Low)' limit 1","type":"query","params":[],"bindings":["en","Num of Sale (High &gt; Low)"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00152,"duration_str":"1.52ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":4.753,"width_percent":0.06},{"sql":"select * from `translations` where `lang_key` = 'Num of Sale (High > Low)' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Num of Sale (High &gt; Low)","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00124,"duration_str":"1.24ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":4.813,"width_percent":0.049},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Num of Sale (Low > High)' limit 1","type":"query","params":[],"bindings":["en","Num of Sale (Low &gt; High)"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0014299999999999998,"duration_str":"1.43ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":4.862,"width_percent":0.056},{"sql":"select * from `translations` where `lang_key` = 'Num of Sale (Low > High)' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Num of Sale (Low &gt; High)","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00151,"duration_str":"1.51ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":4.918,"width_percent":0.06},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Base Price (High > Low)' limit 1","type":"query","params":[],"bindings":["en","Base Price (High &gt; Low)"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00128,"duration_str":"1.28ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":4.978,"width_percent":0.051},{"sql":"select * from `translations` where `lang_key` = 'Base Price (High > Low)' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Base Price (High &gt; Low)","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00122,"duration_str":"1.22ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":5.028,"width_percent":0.048},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Base Price (Low > High)' limit 1","type":"query","params":[],"bindings":["en","Base Price (Low &gt; High)"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00173,"duration_str":"1.73ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":5.076,"width_percent":0.068},{"sql":"select * from `translations` where `lang_key` = 'Base Price (Low > High)' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Base Price (Low &gt; High)","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00115,"duration_str":"1.15ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":5.145,"width_percent":0.045},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Type & Enter' limit 1","type":"query","params":[],"bindings":["en","Type &amp; Enter"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00125,"duration_str":"1.25ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":5.19,"width_percent":0.049},{"sql":"select * from `translations` where `lang_key` = 'Type & Enter' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Type &amp; Enter","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00127,"duration_str":"1.27ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":5.239,"width_percent":0.05},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Name' limit 1","type":"query","params":[],"bindings":["en","Name"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00131,"duration_str":"1.31ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":5.29,"width_percent":0.052},{"sql":"select * from `translations` where `lang_key` = 'Name' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Name","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00147,"duration_str":"1.47ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":5.341,"width_percent":0.058},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Added By' limit 1","type":"query","params":[],"bindings":["en","Added By"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00148,"duration_str":"1.48ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":5.399,"width_percent":0.058},{"sql":"select * from `translations` where `lang_key` = 'Added By' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Added By","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00149,"duration_str":"1.49ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":5.458,"width_percent":0.059},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Info' limit 1","type":"query","params":[],"bindings":["en","Info"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01243,"duration_str":"12.43ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":5.516,"width_percent":0.491},{"sql":"select * from `translations` where `lang_key` = 'Info' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Info","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01252,"duration_str":"12.52ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":6.007,"width_percent":0.494},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Total Stock' limit 1","type":"query","params":[],"bindings":["en","Total Stock"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00157,"duration_str":"1.57ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":6.501,"width_percent":0.062},{"sql":"select * from `translations` where `lang_key` = 'Total Stock' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Total Stock","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00123,"duration_str":"1.23ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":6.563,"width_percent":0.049},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Todays Deal' limit 1","type":"query","params":[],"bindings":["en","Todays Deal"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00126,"duration_str":"1.26ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":6.612,"width_percent":0.05},{"sql":"select * from `translations` where `lang_key` = 'Todays Deal' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Todays Deal","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00116,"duration_str":"1.16ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":6.661,"width_percent":0.046},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Published' limit 1","type":"query","params":[],"bindings":["en","Published"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00126,"duration_str":"1.26ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":6.707,"width_percent":0.05},{"sql":"select * from `translations` where `lang_key` = 'Published' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Published","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00107,"duration_str":"1.07ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":6.757,"width_percent":0.042},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Featured' limit 1","type":"query","params":[],"bindings":["en","Featured"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00177,"duration_str":"1.77ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":6.799,"width_percent":0.07},{"sql":"select * from `translations` where `lang_key` = 'Featured' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Featured","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00166,"duration_str":"1.66ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":6.869,"width_percent":0.066},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Options' limit 1","type":"query","params":[],"bindings":["en","Options"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0018,"duration_str":"1.8ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":6.934,"width_percent":0.071},{"sql":"select * from `translations` where `lang_key` = 'Options' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Options","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00136,"duration_str":"1.36ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":7.005,"width_percent":0.054},{"sql":"select * from `uploads` where `uploads`.`id` = '34' and `uploads`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["34"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":918},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00156,"duration_str":"1.56ms","stmt_id":"\\app\\Http\\Helpers.php:918","connection":"onlineshop","start_percent":7.059,"width_percent":0.062},{"sql":"select * from `product_translations` where `product_translations`.`product_id` = 9 and `product_translations`.`product_id` is not null and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["9","en"],"hints":null,"show_copy":false,"backtrace":[{"index":17,"namespace":null,"name":"\\app\\Product.php","line":17},{"index":18,"namespace":"view","name":"c5fef862102666171e0e2bb4a454b0df7770878c","line":124},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126}],"duration":0.00149,"duration_str":"1.49ms","stmt_id":"\\app\\Product.php:17","connection":"onlineshop","start_percent":7.121,"width_percent":0.059},{"sql":"select * from `users` where `users`.`id` = 9 limit 1","type":"query","params":[],"bindings":["9"],"hints":null,"show_copy":false,"backtrace":[{"index":20,"namespace":"view","name":"c5fef862102666171e0e2bb4a454b0df7770878c","line":129},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00166,"duration_str":"1.66ms","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:129","connection":"onlineshop","start_percent":7.179,"width_percent":0.066},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Num of Sale' limit 1","type":"query","params":[],"bindings":["en","Num of Sale"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00176,"duration_str":"1.76ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":7.245,"width_percent":0.069},{"sql":"select * from `translations` where `lang_key` = 'Num of Sale' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Num of Sale","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00108,"duration_str":"1.08ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":7.314,"width_percent":0.043},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'times' limit 1","type":"query","params":[],"bindings":["en","times"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00128,"duration_str":"1.28ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":7.357,"width_percent":0.051},{"sql":"select * from `translations` where `lang_key` = 'times' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["times","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00099,"duration_str":"990\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":7.408,"width_percent":0.039},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Base Price' limit 1","type":"query","params":[],"bindings":["en","Base Price"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00102,"duration_str":"1.02ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":7.447,"width_percent":0.04},{"sql":"select * from `translations` where `lang_key` = 'Base Price' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Base Price","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00109,"duration_str":"1.09ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":7.487,"width_percent":0.043},{"sql":"select * from `business_settings` where `type` = 'system_default_currency' limit 1","type":"query","params":[],"bindings":["system_default_currency"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":309},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00117,"duration_str":"1.17ms","stmt_id":"\\app\\Http\\Helpers.php:309","connection":"onlineshop","start_percent":7.53,"width_percent":0.046},{"sql":"select * from `currencies` where `currencies`.`id` = '27' limit 1","type":"query","params":[],"bindings":["27"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":311},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":26,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0013,"duration_str":"1.3ms","stmt_id":"\\app\\Http\\Helpers.php:311","connection":"onlineshop","start_percent":7.576,"width_percent":0.051},{"sql":"select * from `currencies` where `currencies`.`id` = '27' limit 1","type":"query","params":[],"bindings":["27"],"hints":null,"show_copy":false,"backtrace":[{"index":20,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":315},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":26,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":27,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00158,"duration_str":"1.58ms","stmt_id":"\\app\\Http\\Helpers.php:315","connection":"onlineshop","start_percent":7.627,"width_percent":0.062},{"sql":"select * from `currencies` where `code` = 'BDT' limit 1","type":"query","params":[],"bindings":["BDT"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":319},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00101,"duration_str":"1.01ms","stmt_id":"\\app\\Http\\Helpers.php:319","connection":"onlineshop","start_percent":7.69,"width_percent":0.04},{"sql":"select * from `currencies` where `currencies`.`id` = '27' limit 1","type":"query","params":[],"bindings":["27"],"hints":null,"show_copy":false,"backtrace":[{"index":20,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":570},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":26,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":27,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":28,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00108,"duration_str":"1.08ms","stmt_id":"\\app\\Http\\Helpers.php:570","connection":"onlineshop","start_percent":7.73,"width_percent":0.043},{"sql":"select * from `currencies` where `code` = 'BDT' limit 1","type":"query","params":[],"bindings":["BDT"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":574},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00171,"duration_str":"1.71ms","stmt_id":"\\app\\Http\\Helpers.php:574","connection":"onlineshop","start_percent":7.772,"width_percent":0.067},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Rating' limit 1","type":"query","params":[],"bindings":["en","Rating"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0020099999999999996,"duration_str":"2.01ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":7.84,"width_percent":0.079},{"sql":"select * from `translations` where `lang_key` = 'Rating' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Rating","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00148,"duration_str":"1.48ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":7.919,"width_percent":0.058},{"sql":"select * from `product_stocks` where `product_stocks`.`product_id` = 9 and `product_stocks`.`product_id` is not null","type":"query","params":[],"bindings":["9"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":"view","name":"c5fef862102666171e0e2bb4a454b0df7770878c","line":140},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0012900000000000001,"duration_str":"1.29ms","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:140","connection":"onlineshop","start_percent":7.977,"width_percent":0.051},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'View' limit 1","type":"query","params":[],"bindings":["en","View"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0019,"duration_str":"1.9ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":8.028,"width_percent":0.075},{"sql":"select * from `translations` where `lang_key` = 'View' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["View","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00181,"duration_str":"1.81ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":8.103,"width_percent":0.071},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Edit' limit 1","type":"query","params":[],"bindings":["en","Edit"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00127,"duration_str":"1.27ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":8.175,"width_percent":0.05},{"sql":"select * from `translations` where `lang_key` = 'Edit' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Edit","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0011799999999999998,"duration_str":"1.18ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":8.225,"width_percent":0.047},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Duplicate' limit 1","type":"query","params":[],"bindings":["en","Duplicate"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00082,"duration_str":"820\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":8.271,"width_percent":0.032},{"sql":"select * from `translations` where `lang_key` = 'Duplicate' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Duplicate","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00094,"duration_str":"940\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":8.304,"width_percent":0.037},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Delete' limit 1","type":"query","params":[],"bindings":["en","Delete"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0014399999999999999,"duration_str":"1.44ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":8.341,"width_percent":0.057},{"sql":"select * from `translations` where `lang_key` = 'Delete' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Delete","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00133,"duration_str":"1.33ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":8.398,"width_percent":0.052},{"sql":"select * from `uploads` where `uploads`.`id` = '18' and `uploads`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["18"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":918},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00082,"duration_str":"820\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:918","connection":"onlineshop","start_percent":8.45,"width_percent":0.032},{"sql":"select * from `product_translations` where `product_translations`.`product_id` = 8 and `product_translations`.`product_id` is not null and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["8","en"],"hints":null,"show_copy":false,"backtrace":[{"index":17,"namespace":null,"name":"\\app\\Product.php","line":17},{"index":18,"namespace":"view","name":"c5fef862102666171e0e2bb4a454b0df7770878c","line":124},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126}],"duration":0.00116,"duration_str":"1.16ms","stmt_id":"\\app\\Product.php:17","connection":"onlineshop","start_percent":8.482,"width_percent":0.046},{"sql":"select * from `users` where `users`.`id` = 9 limit 1","type":"query","params":[],"bindings":["9"],"hints":null,"show_copy":false,"backtrace":[{"index":20,"namespace":"view","name":"c5fef862102666171e0e2bb4a454b0df7770878c","line":129},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0010400000000000001,"duration_str":"1.04ms","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:129","connection":"onlineshop","start_percent":8.528,"width_percent":0.041},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Num of Sale' limit 1","type":"query","params":[],"bindings":["en","Num of Sale"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00099,"duration_str":"990\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":8.569,"width_percent":0.039},{"sql":"select * from `translations` where `lang_key` = 'Num of Sale' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Num of Sale","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0012,"duration_str":"1.2ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":8.608,"width_percent":0.047},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'times' limit 1","type":"query","params":[],"bindings":["en","times"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00106,"duration_str":"1.06ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":8.656,"width_percent":0.042},{"sql":"select * from `translations` where `lang_key` = 'times' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["times","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00109,"duration_str":"1.09ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":8.698,"width_percent":0.043},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Base Price' limit 1","type":"query","params":[],"bindings":["en","Base Price"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00091,"duration_str":"910\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":8.741,"width_percent":0.036},{"sql":"select * from `translations` where `lang_key` = 'Base Price' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Base Price","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00088,"duration_str":"880\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":8.776,"width_percent":0.035},{"sql":"select * from `business_settings` where `type` = 'system_default_currency' limit 1","type":"query","params":[],"bindings":["system_default_currency"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":309},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0008100000000000001,"duration_str":"810\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:309","connection":"onlineshop","start_percent":8.811,"width_percent":0.032},{"sql":"select * from `currencies` where `currencies`.`id` = '27' limit 1","type":"query","params":[],"bindings":["27"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":311},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":26,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00095,"duration_str":"950\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:311","connection":"onlineshop","start_percent":8.843,"width_percent":0.037},{"sql":"select * from `currencies` where `currencies`.`id` = '27' limit 1","type":"query","params":[],"bindings":["27"],"hints":null,"show_copy":false,"backtrace":[{"index":20,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":315},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":26,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":27,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00086,"duration_str":"860\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:315","connection":"onlineshop","start_percent":8.881,"width_percent":0.034},{"sql":"select * from `currencies` where `code` = 'BDT' limit 1","type":"query","params":[],"bindings":["BDT"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":319},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0007700000000000001,"duration_str":"770\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:319","connection":"onlineshop","start_percent":8.915,"width_percent":0.03},{"sql":"select * from `currencies` where `currencies`.`id` = '27' limit 1","type":"query","params":[],"bindings":["27"],"hints":null,"show_copy":false,"backtrace":[{"index":20,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":570},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":26,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":27,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":28,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00136,"duration_str":"1.36ms","stmt_id":"\\app\\Http\\Helpers.php:570","connection":"onlineshop","start_percent":8.945,"width_percent":0.054},{"sql":"select * from `currencies` where `code` = 'BDT' limit 1","type":"query","params":[],"bindings":["BDT"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":574},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00109,"duration_str":"1.09ms","stmt_id":"\\app\\Http\\Helpers.php:574","connection":"onlineshop","start_percent":8.999,"width_percent":0.043},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Rating' limit 1","type":"query","params":[],"bindings":["en","Rating"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00152,"duration_str":"1.52ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":9.042,"width_percent":0.06},{"sql":"select * from `translations` where `lang_key` = 'Rating' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Rating","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00157,"duration_str":"1.57ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":9.102,"width_percent":0.062},{"sql":"select * from `product_stocks` where `product_stocks`.`product_id` = 8 and `product_stocks`.`product_id` is not null","type":"query","params":[],"bindings":["8"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":"view","name":"c5fef862102666171e0e2bb4a454b0df7770878c","line":140},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00107,"duration_str":"1.07ms","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:140","connection":"onlineshop","start_percent":9.164,"width_percent":0.042},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'View' limit 1","type":"query","params":[],"bindings":["en","View"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0023799999999999997,"duration_str":"2.38ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":9.206,"width_percent":0.094},{"sql":"select * from `translations` where `lang_key` = 'View' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["View","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00285,"duration_str":"2.85ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":9.3,"width_percent":0.112},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Edit' limit 1","type":"query","params":[],"bindings":["en","Edit"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00157,"duration_str":"1.57ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":9.412,"width_percent":0.062},{"sql":"select * from `translations` where `lang_key` = 'Edit' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Edit","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00141,"duration_str":"1.41ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":9.474,"width_percent":0.056},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Duplicate' limit 1","type":"query","params":[],"bindings":["en","Duplicate"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00139,"duration_str":"1.39ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":9.53,"width_percent":0.055},{"sql":"select * from `translations` where `lang_key` = 'Duplicate' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Duplicate","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0011,"duration_str":"1.1ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":9.585,"width_percent":0.043},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Delete' limit 1","type":"query","params":[],"bindings":["en","Delete"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00265,"duration_str":"2.65ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":9.628,"width_percent":0.105},{"sql":"select * from `translations` where `lang_key` = 'Delete' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Delete","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0021000000000000003,"duration_str":"2.1ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":9.733,"width_percent":0.083},{"sql":"select * from `uploads` where `uploads`.`id` = '15' and `uploads`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["15"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":918},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0013,"duration_str":"1.3ms","stmt_id":"\\app\\Http\\Helpers.php:918","connection":"onlineshop","start_percent":9.816,"width_percent":0.051},{"sql":"select * from `product_translations` where `product_translations`.`product_id` = 7 and `product_translations`.`product_id` is not null and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["7","en"],"hints":null,"show_copy":false,"backtrace":[{"index":17,"namespace":null,"name":"\\app\\Product.php","line":17},{"index":18,"namespace":"view","name":"c5fef862102666171e0e2bb4a454b0df7770878c","line":124},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126}],"duration":0.0011200000000000001,"duration_str":"1.12ms","stmt_id":"\\app\\Product.php:17","connection":"onlineshop","start_percent":9.867,"width_percent":0.044},{"sql":"select * from `users` where `users`.`id` = 9 limit 1","type":"query","params":[],"bindings":["9"],"hints":null,"show_copy":false,"backtrace":[{"index":20,"namespace":"view","name":"c5fef862102666171e0e2bb4a454b0df7770878c","line":129},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00121,"duration_str":"1.21ms","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:129","connection":"onlineshop","start_percent":9.911,"width_percent":0.048},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Num of Sale' limit 1","type":"query","params":[],"bindings":["en","Num of Sale"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00152,"duration_str":"1.52ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":9.959,"width_percent":0.06},{"sql":"select * from `translations` where `lang_key` = 'Num of Sale' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Num of Sale","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00111,"duration_str":"1.11ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":10.019,"width_percent":0.044},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'times' limit 1","type":"query","params":[],"bindings":["en","times"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00114,"duration_str":"1.14ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":10.063,"width_percent":0.045},{"sql":"select * from `translations` where `lang_key` = 'times' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["times","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0011,"duration_str":"1.1ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":10.108,"width_percent":0.043},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Base Price' limit 1","type":"query","params":[],"bindings":["en","Base Price"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00131,"duration_str":"1.31ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":10.151,"width_percent":0.052},{"sql":"select * from `translations` where `lang_key` = 'Base Price' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Base Price","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0015300000000000001,"duration_str":"1.53ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":10.203,"width_percent":0.06},{"sql":"select * from `business_settings` where `type` = 'system_default_currency' limit 1","type":"query","params":[],"bindings":["system_default_currency"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":309},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00138,"duration_str":"1.38ms","stmt_id":"\\app\\Http\\Helpers.php:309","connection":"onlineshop","start_percent":10.263,"width_percent":0.054},{"sql":"select * from `currencies` where `currencies`.`id` = '27' limit 1","type":"query","params":[],"bindings":["27"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":311},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":26,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00134,"duration_str":"1.34ms","stmt_id":"\\app\\Http\\Helpers.php:311","connection":"onlineshop","start_percent":10.317,"width_percent":0.053},{"sql":"select * from `currencies` where `currencies`.`id` = '27' limit 1","type":"query","params":[],"bindings":["27"],"hints":null,"show_copy":false,"backtrace":[{"index":20,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":315},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":26,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":27,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00155,"duration_str":"1.55ms","stmt_id":"\\app\\Http\\Helpers.php:315","connection":"onlineshop","start_percent":10.37,"width_percent":0.061},{"sql":"select * from `currencies` where `code` = 'BDT' limit 1","type":"query","params":[],"bindings":["BDT"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":319},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0015400000000000001,"duration_str":"1.54ms","stmt_id":"\\app\\Http\\Helpers.php:319","connection":"onlineshop","start_percent":10.432,"width_percent":0.061},{"sql":"select * from `currencies` where `currencies`.`id` = '27' limit 1","type":"query","params":[],"bindings":["27"],"hints":null,"show_copy":false,"backtrace":[{"index":20,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":570},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":26,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":27,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":28,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00156,"duration_str":"1.56ms","stmt_id":"\\app\\Http\\Helpers.php:570","connection":"onlineshop","start_percent":10.492,"width_percent":0.062},{"sql":"select * from `currencies` where `code` = 'BDT' limit 1","type":"query","params":[],"bindings":["BDT"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":574},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00138,"duration_str":"1.38ms","stmt_id":"\\app\\Http\\Helpers.php:574","connection":"onlineshop","start_percent":10.554,"width_percent":0.054},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Rating' limit 1","type":"query","params":[],"bindings":["en","Rating"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00221,"duration_str":"2.21ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":10.608,"width_percent":0.087},{"sql":"select * from `translations` where `lang_key` = 'Rating' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Rating","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00189,"duration_str":"1.89ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":10.696,"width_percent":0.075},{"sql":"select * from `product_stocks` where `product_stocks`.`product_id` = 7 and `product_stocks`.`product_id` is not null","type":"query","params":[],"bindings":["7"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":"view","name":"c5fef862102666171e0e2bb4a454b0df7770878c","line":140},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0017,"duration_str":"1.7ms","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:140","connection":"onlineshop","start_percent":10.77,"width_percent":0.067},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'View' limit 1","type":"query","params":[],"bindings":["en","View"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00327,"duration_str":"3.27ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":10.837,"width_percent":0.129},{"sql":"select * from `translations` where `lang_key` = 'View' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["View","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00216,"duration_str":"2.16ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":10.966,"width_percent":0.085},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Edit' limit 1","type":"query","params":[],"bindings":["en","Edit"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00127,"duration_str":"1.27ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":11.051,"width_percent":0.05},{"sql":"select * from `translations` where `lang_key` = 'Edit' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Edit","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00099,"duration_str":"990\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":11.102,"width_percent":0.039},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Duplicate' limit 1","type":"query","params":[],"bindings":["en","Duplicate"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0011200000000000001,"duration_str":"1.12ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":11.141,"width_percent":0.044},{"sql":"select * from `translations` where `lang_key` = 'Duplicate' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Duplicate","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00122,"duration_str":"1.22ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":11.185,"width_percent":0.048},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Delete' limit 1","type":"query","params":[],"bindings":["en","Delete"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00227,"duration_str":"2.27ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":11.233,"width_percent":0.09},{"sql":"select * from `translations` where `lang_key` = 'Delete' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Delete","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0016,"duration_str":"1.6ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":11.323,"width_percent":0.063},{"sql":"select * from `uploads` where `uploads`.`id` = '18' and `uploads`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["18"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":918},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00094,"duration_str":"940\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:918","connection":"onlineshop","start_percent":11.386,"width_percent":0.037},{"sql":"select * from `product_translations` where `product_translations`.`product_id` = 6 and `product_translations`.`product_id` is not null and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["6","en"],"hints":null,"show_copy":false,"backtrace":[{"index":17,"namespace":null,"name":"\\app\\Product.php","line":17},{"index":18,"namespace":"view","name":"c5fef862102666171e0e2bb4a454b0df7770878c","line":124},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126}],"duration":0.00099,"duration_str":"990\u03bcs","stmt_id":"\\app\\Product.php:17","connection":"onlineshop","start_percent":11.423,"width_percent":0.039},{"sql":"select * from `users` where `users`.`id` = 9 limit 1","type":"query","params":[],"bindings":["9"],"hints":null,"show_copy":false,"backtrace":[{"index":20,"namespace":"view","name":"c5fef862102666171e0e2bb4a454b0df7770878c","line":129},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00128,"duration_str":"1.28ms","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:129","connection":"onlineshop","start_percent":11.462,"width_percent":0.051},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Num of Sale' limit 1","type":"query","params":[],"bindings":["en","Num of Sale"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00108,"duration_str":"1.08ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":11.512,"width_percent":0.043},{"sql":"select * from `translations` where `lang_key` = 'Num of Sale' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Num of Sale","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00113,"duration_str":"1.13ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":11.555,"width_percent":0.045},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'times' limit 1","type":"query","params":[],"bindings":["en","times"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00106,"duration_str":"1.06ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":11.6,"width_percent":0.042},{"sql":"select * from `translations` where `lang_key` = 'times' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["times","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00124,"duration_str":"1.24ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":11.641,"width_percent":0.049},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Base Price' limit 1","type":"query","params":[],"bindings":["en","Base Price"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0008900000000000001,"duration_str":"890\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":11.69,"width_percent":0.035},{"sql":"select * from `translations` where `lang_key` = 'Base Price' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Base Price","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00085,"duration_str":"850\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":11.725,"width_percent":0.034},{"sql":"select * from `business_settings` where `type` = 'system_default_currency' limit 1","type":"query","params":[],"bindings":["system_default_currency"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":309},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00079,"duration_str":"790\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:309","connection":"onlineshop","start_percent":11.759,"width_percent":0.031},{"sql":"select * from `currencies` where `currencies`.`id` = '27' limit 1","type":"query","params":[],"bindings":["27"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":311},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":26,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00079,"duration_str":"790\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:311","connection":"onlineshop","start_percent":11.79,"width_percent":0.031},{"sql":"select * from `currencies` where `currencies`.`id` = '27' limit 1","type":"query","params":[],"bindings":["27"],"hints":null,"show_copy":false,"backtrace":[{"index":20,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":315},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":26,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":27,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00127,"duration_str":"1.27ms","stmt_id":"\\app\\Http\\Helpers.php:315","connection":"onlineshop","start_percent":11.821,"width_percent":0.05},{"sql":"select * from `currencies` where `code` = 'BDT' limit 1","type":"query","params":[],"bindings":["BDT"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":319},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0008399999999999999,"duration_str":"840\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:319","connection":"onlineshop","start_percent":11.872,"width_percent":0.033},{"sql":"select * from `currencies` where `currencies`.`id` = '27' limit 1","type":"query","params":[],"bindings":["27"],"hints":null,"show_copy":false,"backtrace":[{"index":20,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":570},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":26,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":27,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":28,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0011899999999999999,"duration_str":"1.19ms","stmt_id":"\\app\\Http\\Helpers.php:570","connection":"onlineshop","start_percent":11.905,"width_percent":0.047},{"sql":"select * from `currencies` where `code` = 'BDT' limit 1","type":"query","params":[],"bindings":["BDT"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":574},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0013,"duration_str":"1.3ms","stmt_id":"\\app\\Http\\Helpers.php:574","connection":"onlineshop","start_percent":11.952,"width_percent":0.051},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Rating' limit 1","type":"query","params":[],"bindings":["en","Rating"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0013700000000000001,"duration_str":"1.37ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":12.003,"width_percent":0.054},{"sql":"select * from `translations` where `lang_key` = 'Rating' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Rating","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00103,"duration_str":"1.03ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":12.057,"width_percent":0.041},{"sql":"select * from `product_stocks` where `product_stocks`.`product_id` = 6 and `product_stocks`.`product_id` is not null","type":"query","params":[],"bindings":["6"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":"view","name":"c5fef862102666171e0e2bb4a454b0df7770878c","line":140},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0008,"duration_str":"800\u03bcs","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:140","connection":"onlineshop","start_percent":12.098,"width_percent":0.032},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'View' limit 1","type":"query","params":[],"bindings":["en","View"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00172,"duration_str":"1.72ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":12.129,"width_percent":0.068},{"sql":"select * from `translations` where `lang_key` = 'View' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["View","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0011799999999999998,"duration_str":"1.18ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":12.197,"width_percent":0.047},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Edit' limit 1","type":"query","params":[],"bindings":["en","Edit"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0008399999999999999,"duration_str":"840\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":12.244,"width_percent":0.033},{"sql":"select * from `translations` where `lang_key` = 'Edit' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Edit","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00044,"duration_str":"440\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":12.277,"width_percent":0.017},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Duplicate' limit 1","type":"query","params":[],"bindings":["en","Duplicate"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00086,"duration_str":"860\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":12.294,"width_percent":0.034},{"sql":"select * from `translations` where `lang_key` = 'Duplicate' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Duplicate","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0009,"duration_str":"900\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":12.328,"width_percent":0.036},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Delete' limit 1","type":"query","params":[],"bindings":["en","Delete"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00149,"duration_str":"1.49ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":12.364,"width_percent":0.059},{"sql":"select * from `translations` where `lang_key` = 'Delete' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Delete","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00139,"duration_str":"1.39ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":12.422,"width_percent":0.055},{"sql":"select * from `uploads` where `uploads`.`id` = '15' and `uploads`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["15"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":918},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0007,"duration_str":"700\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:918","connection":"onlineshop","start_percent":12.477,"width_percent":0.028},{"sql":"select * from `product_translations` where `product_translations`.`product_id` = 4 and `product_translations`.`product_id` is not null and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["4","en"],"hints":null,"show_copy":false,"backtrace":[{"index":17,"namespace":null,"name":"\\app\\Product.php","line":17},{"index":18,"namespace":"view","name":"c5fef862102666171e0e2bb4a454b0df7770878c","line":124},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126}],"duration":0.00086,"duration_str":"860\u03bcs","stmt_id":"\\app\\Product.php:17","connection":"onlineshop","start_percent":12.505,"width_percent":0.034},{"sql":"select * from `users` where `users`.`id` = 9 limit 1","type":"query","params":[],"bindings":["9"],"hints":null,"show_copy":false,"backtrace":[{"index":20,"namespace":"view","name":"c5fef862102666171e0e2bb4a454b0df7770878c","line":129},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00091,"duration_str":"910\u03bcs","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:129","connection":"onlineshop","start_percent":12.539,"width_percent":0.036},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Num of Sale' limit 1","type":"query","params":[],"bindings":["en","Num of Sale"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00114,"duration_str":"1.14ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":12.575,"width_percent":0.045},{"sql":"select * from `translations` where `lang_key` = 'Num of Sale' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Num of Sale","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00109,"duration_str":"1.09ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":12.62,"width_percent":0.043},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'times' limit 1","type":"query","params":[],"bindings":["en","times"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00124,"duration_str":"1.24ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":12.663,"width_percent":0.049},{"sql":"select * from `translations` where `lang_key` = 'times' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["times","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0011,"duration_str":"1.1ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":12.712,"width_percent":0.043},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Base Price' limit 1","type":"query","params":[],"bindings":["en","Base Price"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00107,"duration_str":"1.07ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":12.755,"width_percent":0.042},{"sql":"select * from `translations` where `lang_key` = 'Base Price' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Base Price","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00103,"duration_str":"1.03ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":12.797,"width_percent":0.041},{"sql":"select * from `business_settings` where `type` = 'system_default_currency' limit 1","type":"query","params":[],"bindings":["system_default_currency"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":309},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0009599999999999999,"duration_str":"960\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:309","connection":"onlineshop","start_percent":12.838,"width_percent":0.038},{"sql":"select * from `currencies` where `currencies`.`id` = '27' limit 1","type":"query","params":[],"bindings":["27"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":311},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":26,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00116,"duration_str":"1.16ms","stmt_id":"\\app\\Http\\Helpers.php:311","connection":"onlineshop","start_percent":12.876,"width_percent":0.046},{"sql":"select * from `currencies` where `currencies`.`id` = '27' limit 1","type":"query","params":[],"bindings":["27"],"hints":null,"show_copy":false,"backtrace":[{"index":20,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":315},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":26,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":27,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00073,"duration_str":"730\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:315","connection":"onlineshop","start_percent":12.922,"width_percent":0.029},{"sql":"select * from `currencies` where `code` = 'BDT' limit 1","type":"query","params":[],"bindings":["BDT"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":319},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00103,"duration_str":"1.03ms","stmt_id":"\\app\\Http\\Helpers.php:319","connection":"onlineshop","start_percent":12.95,"width_percent":0.041},{"sql":"select * from `currencies` where `currencies`.`id` = '27' limit 1","type":"query","params":[],"bindings":["27"],"hints":null,"show_copy":false,"backtrace":[{"index":20,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":570},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":26,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":27,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":28,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00126,"duration_str":"1.26ms","stmt_id":"\\app\\Http\\Helpers.php:570","connection":"onlineshop","start_percent":12.991,"width_percent":0.05},{"sql":"select * from `currencies` where `code` = 'BDT' limit 1","type":"query","params":[],"bindings":["BDT"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":574},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0008100000000000001,"duration_str":"810\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:574","connection":"onlineshop","start_percent":13.041,"width_percent":0.032},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Rating' limit 1","type":"query","params":[],"bindings":["en","Rating"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00102,"duration_str":"1.02ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":13.073,"width_percent":0.04},{"sql":"select * from `translations` where `lang_key` = 'Rating' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Rating","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.001,"duration_str":"1ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":13.113,"width_percent":0.039},{"sql":"select * from `product_stocks` where `product_stocks`.`product_id` = 4 and `product_stocks`.`product_id` is not null","type":"query","params":[],"bindings":["4"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":"view","name":"c5fef862102666171e0e2bb4a454b0df7770878c","line":140},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00078,"duration_str":"780\u03bcs","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:140","connection":"onlineshop","start_percent":13.152,"width_percent":0.031},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'View' limit 1","type":"query","params":[],"bindings":["en","View"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00152,"duration_str":"1.52ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":13.183,"width_percent":0.06},{"sql":"select * from `translations` where `lang_key` = 'View' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["View","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00133,"duration_str":"1.33ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":13.243,"width_percent":0.052},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Edit' limit 1","type":"query","params":[],"bindings":["en","Edit"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00116,"duration_str":"1.16ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":13.296,"width_percent":0.046},{"sql":"select * from `translations` where `lang_key` = 'Edit' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Edit","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0010400000000000001,"duration_str":"1.04ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":13.341,"width_percent":0.041},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Duplicate' limit 1","type":"query","params":[],"bindings":["en","Duplicate"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00126,"duration_str":"1.26ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":13.383,"width_percent":0.05},{"sql":"select * from `translations` where `lang_key` = 'Duplicate' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Duplicate","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00093,"duration_str":"930\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":13.432,"width_percent":0.037},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Delete' limit 1","type":"query","params":[],"bindings":["en","Delete"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0012900000000000001,"duration_str":"1.29ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":13.469,"width_percent":0.051},{"sql":"select * from `translations` where `lang_key` = 'Delete' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Delete","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00126,"duration_str":"1.26ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":13.52,"width_percent":0.05},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Delete Confirmation' limit 1","type":"query","params":[],"bindings":["en","Delete Confirmation"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0015,"duration_str":"1.5ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":13.57,"width_percent":0.059},{"sql":"select * from `translations` where `lang_key` = 'Delete Confirmation' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Delete Confirmation","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00106,"duration_str":"1.06ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":13.629,"width_percent":0.042},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Are you sure to delete this?' limit 1","type":"query","params":[],"bindings":["en","Are you sure to delete this?"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00109,"duration_str":"1.09ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":13.671,"width_percent":0.043},{"sql":"select * from `translations` where `lang_key` = 'Are you sure to delete this?' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Are you sure to delete this?","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0008900000000000001,"duration_str":"890\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":13.714,"width_percent":0.035},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Cancel' limit 1","type":"query","params":[],"bindings":["en","Cancel"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00132,"duration_str":"1.32ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":13.749,"width_percent":0.052},{"sql":"select * from `translations` where `lang_key` = 'Cancel' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Cancel","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00146,"duration_str":"1.46ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":13.801,"width_percent":0.058},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Delete' limit 1","type":"query","params":[],"bindings":["en","Delete"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00159,"duration_str":"1.59ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":13.858,"width_percent":0.063},{"sql":"select * from `translations` where `lang_key` = 'Delete' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Delete","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00146,"duration_str":"1.46ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":13.921,"width_percent":0.058},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Todays Deal updated successfully' limit 1","type":"query","params":[],"bindings":["en","Todays Deal updated successfully"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00106,"duration_str":"1.06ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":13.979,"width_percent":0.042},{"sql":"select * from `translations` where `lang_key` = 'Todays Deal updated successfully' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Todays Deal updated successfully","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00148,"duration_str":"1.48ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":14.021,"width_percent":0.058},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Something went wrong' limit 1","type":"query","params":[],"bindings":["en","Something went wrong"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00087,"duration_str":"870\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":14.079,"width_percent":0.034},{"sql":"select * from `translations` where `lang_key` = 'Something went wrong' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Something went wrong","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0009,"duration_str":"900\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":14.113,"width_percent":0.036},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Published products updated successfully' limit 1","type":"query","params":[],"bindings":["en","Published products updated successfully"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0011,"duration_str":"1.1ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":14.149,"width_percent":0.043},{"sql":"select * from `translations` where `lang_key` = 'Published products updated successfully' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Published products updated successfully","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00101,"duration_str":"1.01ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":14.192,"width_percent":0.04},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Something went wrong' limit 1","type":"query","params":[],"bindings":["en","Something went wrong"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0008399999999999999,"duration_str":"840\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":14.232,"width_percent":0.033},{"sql":"select * from `translations` where `lang_key` = 'Something went wrong' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Something went wrong","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0008399999999999999,"duration_str":"840\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":14.265,"width_percent":0.033},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Product approval update successfully' limit 1","type":"query","params":[],"bindings":["en","Product approval update successfully"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.013269999999999999,"duration_str":"13.27ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":14.298,"width_percent":0.524},{"sql":"select * from `translations` where `lang_key` = 'Product approval update successfully' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Product approval update successfully","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01763,"duration_str":"17.63ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":14.822,"width_percent":0.696},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Something went wrong' limit 1","type":"query","params":[],"bindings":["en","Something went wrong"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00116,"duration_str":"1.16ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":15.518,"width_percent":0.046},{"sql":"select * from `translations` where `lang_key` = 'Something went wrong' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Something went wrong","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00093,"duration_str":"930\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":15.564,"width_percent":0.037},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Featured products updated successfully' limit 1","type":"query","params":[],"bindings":["en","Featured products updated successfully"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00117,"duration_str":"1.17ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":15.6,"width_percent":0.046},{"sql":"select * from `translations` where `lang_key` = 'Featured products updated successfully' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Featured products updated successfully","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00116,"duration_str":"1.16ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":15.646,"width_percent":0.046},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Something went wrong' limit 1","type":"query","params":[],"bindings":["en","Something went wrong"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00087,"duration_str":"870\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":15.692,"width_percent":0.034},{"sql":"select * from `translations` where `lang_key` = 'Something went wrong' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Something went wrong","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0009699999999999999,"duration_str":"970\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":15.727,"width_percent":0.038},{"sql":"select * from `languages` where `code` = 'en' limit 1","type":"query","params":[],"bindings":["en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":"view","name":"cda5fb2e5a45649cb5253a2acdc3e1f0ea67a688","line":2},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00124,"duration_str":"1.24ms","stmt_id":"view::cda5fb2e5a45649cb5253a2acdc3e1f0ea67a688:2","connection":"onlineshop","start_percent":15.765,"width_percent":0.049},{"sql":"select * from `uploads` where `uploads`.`id` = '23' and `uploads`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["23"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":918},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00088,"duration_str":"880\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:918","connection":"onlineshop","start_percent":15.814,"width_percent":0.035},{"sql":"select * from `languages` where `code` = 'en' limit 1","type":"query","params":[],"bindings":["en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":"view","name":"cda5fb2e5a45649cb5253a2acdc3e1f0ea67a688","line":25},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0012900000000000001,"duration_str":"1.29ms","stmt_id":"view::cda5fb2e5a45649cb5253a2acdc3e1f0ea67a688:25","connection":"onlineshop","start_percent":15.849,"width_percent":0.051},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Nothing selected' limit 1","type":"query","params":[],"bindings":["en","Nothing selected"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01307,"duration_str":"13.07ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":15.899,"width_percent":0.516},{"sql":"select * from `translations` where `lang_key` = 'Nothing selected' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Nothing selected","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.014199999999999999,"duration_str":"14.2ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":16.415,"width_percent":0.56},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Nothing found' limit 1","type":"query","params":[],"bindings":["en","Nothing found"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00196,"duration_str":"1.96ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":16.976,"width_percent":0.077},{"sql":"select * from `translations` where `lang_key` = 'Nothing found' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Nothing found","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00252,"duration_str":"2.52ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":17.053,"width_percent":0.099},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Choose file' limit 1","type":"query","params":[],"bindings":["en","Choose file"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00146,"duration_str":"1.46ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":17.152,"width_percent":0.058},{"sql":"select * from `translations` where `lang_key` = 'Choose file' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Choose file","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00113,"duration_str":"1.13ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":17.21,"width_percent":0.045},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'File selected' limit 1","type":"query","params":[],"bindings":["en","File selected"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01367,"duration_str":"13.67ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":17.255,"width_percent":0.539},{"sql":"select * from `translations` where `lang_key` = 'File selected' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["File selected","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01252,"duration_str":"12.52ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":17.794,"width_percent":0.494},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Files selected' limit 1","type":"query","params":[],"bindings":["en","Files selected"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.019600000000000003,"duration_str":"19.6ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":18.288,"width_percent":0.773},{"sql":"select * from `translations` where `lang_key` = 'Files selected' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Files selected","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.02792,"duration_str":"27.92ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":19.062,"width_percent":1.102},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Add more files' limit 1","type":"query","params":[],"bindings":["en","Add more files"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01284,"duration_str":"12.84ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":20.163,"width_percent":0.507},{"sql":"select * from `translations` where `lang_key` = 'Add more files' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Add more files","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01231,"duration_str":"12.31ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":20.67,"width_percent":0.486},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Adding more files' limit 1","type":"query","params":[],"bindings":["en","Adding more files"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01332,"duration_str":"13.32ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":21.156,"width_percent":0.526},{"sql":"select * from `translations` where `lang_key` = 'Adding more files' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Adding more files","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01283,"duration_str":"12.83ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":21.681,"width_percent":0.506},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Drop files here, paste or' limit 1","type":"query","params":[],"bindings":["en","Drop files here, paste or"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01205,"duration_str":"12.05ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":22.188,"width_percent":0.476},{"sql":"select * from `translations` where `lang_key` = 'Drop files here, paste or' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Drop files here, paste or","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.012060000000000001,"duration_str":"12.06ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":22.663,"width_percent":0.476},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Browse' limit 1","type":"query","params":[],"bindings":["en","Browse"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00067,"duration_str":"670\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":23.139,"width_percent":0.026},{"sql":"select * from `translations` where `lang_key` = 'Browse' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Browse","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00049,"duration_str":"490\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":23.166,"width_percent":0.019},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Upload complete' limit 1","type":"query","params":[],"bindings":["en","Upload complete"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.011689999999999999,"duration_str":"11.69ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":23.185,"width_percent":0.461},{"sql":"select * from `translations` where `lang_key` = 'Upload complete' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Upload complete","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01193,"duration_str":"11.93ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":23.646,"width_percent":0.471},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Upload paused' limit 1","type":"query","params":[],"bindings":["en","Upload paused"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.013179999999999999,"duration_str":"13.18ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":24.117,"width_percent":0.52},{"sql":"select * from `translations` where `lang_key` = 'Upload paused' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Upload paused","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01417,"duration_str":"14.17ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":24.637,"width_percent":0.559},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Resume upload' limit 1","type":"query","params":[],"bindings":["en","Resume upload"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01236,"duration_str":"12.36ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":25.196,"width_percent":0.488},{"sql":"select * from `translations` where `lang_key` = 'Resume upload' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Resume upload","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.013,"duration_str":"13ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":25.684,"width_percent":0.513},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Pause upload' limit 1","type":"query","params":[],"bindings":["en","Pause upload"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01554,"duration_str":"15.54ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":26.197,"width_percent":0.613},{"sql":"select * from `translations` where `lang_key` = 'Pause upload' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Pause upload","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01399,"duration_str":"13.99ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":26.81,"width_percent":0.552},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Retry upload' limit 1","type":"query","params":[],"bindings":["en","Retry upload"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01253,"duration_str":"12.53ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":27.363,"width_percent":0.494},{"sql":"select * from `translations` where `lang_key` = 'Retry upload' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Retry upload","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01368,"duration_str":"13.68ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":27.857,"width_percent":0.54},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Cancel upload' limit 1","type":"query","params":[],"bindings":["en","Cancel upload"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01528,"duration_str":"15.28ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":28.397,"width_percent":0.603},{"sql":"select * from `translations` where `lang_key` = 'Cancel upload' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Cancel upload","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01312,"duration_str":"13.12ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":29,"width_percent":0.518},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Uploading' limit 1","type":"query","params":[],"bindings":["en","Uploading"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01392,"duration_str":"13.92ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":29.518,"width_percent":0.549},{"sql":"select * from `translations` where `lang_key` = 'Uploading' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Uploading","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01294,"duration_str":"12.94ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":30.067,"width_percent":0.511},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Processing' limit 1","type":"query","params":[],"bindings":["en","Processing"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01402,"duration_str":"14.02ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":30.578,"width_percent":0.553},{"sql":"select * from `translations` where `lang_key` = 'Processing' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Processing","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01281,"duration_str":"12.81ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":31.131,"width_percent":0.506},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Complete' limit 1","type":"query","params":[],"bindings":["en","Complete"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01308,"duration_str":"13.08ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":31.636,"width_percent":0.516},{"sql":"select * from `translations` where `lang_key` = 'Complete' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Complete","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01283,"duration_str":"12.83ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":32.152,"width_percent":0.506},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'File' limit 1","type":"query","params":[],"bindings":["en","File"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00161,"duration_str":"1.61ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":32.659,"width_percent":0.064},{"sql":"select * from `translations` where `lang_key` = 'File' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["File","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00116,"duration_str":"1.16ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":32.722,"width_percent":0.046},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Files' limit 1","type":"query","params":[],"bindings":["en","Files"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01287,"duration_str":"12.87ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":32.768,"width_percent":0.508},{"sql":"select * from `translations` where `lang_key` = 'Files' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Files","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01266,"duration_str":"12.66ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":33.276,"width_percent":0.5},{"sql":"select * from `uploads` where `uploads`.`id` = '29' and `uploads`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["29"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":918},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00125,"duration_str":"1.25ms","stmt_id":"\\app\\Http\\Helpers.php:918","connection":"onlineshop","start_percent":33.776,"width_percent":0.049},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Search in menu' limit 1","type":"query","params":[],"bindings":["en","Search in menu"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00189,"duration_str":"1.89ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":33.825,"width_percent":0.075},{"sql":"select * from `translations` where `lang_key` = 'Search in menu' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Search in menu","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0013700000000000001,"duration_str":"1.37ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":33.899,"width_percent":0.054},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Dashboard' limit 1","type":"query","params":[],"bindings":["en","Dashboard"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00121,"duration_str":"1.21ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":33.954,"width_percent":0.048},{"sql":"select * from `translations` where `lang_key` = 'Dashboard' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Dashboard","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00136,"duration_str":"1.36ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":34.001,"width_percent":0.054},{"sql":"select * from `addons` where `unique_identifier` = 'pos_system' limit 1","type":"query","params":[],"bindings":["pos_system"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":"view","name":"1f2a258cbf70df8efe3193c942979e6d549f5572","line":27},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0012900000000000001,"duration_str":"1.29ms","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:27","connection":"onlineshop","start_percent":34.055,"width_percent":0.051},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Products' limit 1","type":"query","params":[],"bindings":["en","Products"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00152,"duration_str":"1.52ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":34.106,"width_percent":0.06},{"sql":"select * from `translations` where `lang_key` = 'Products' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Products","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00117,"duration_str":"1.17ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":34.166,"width_percent":0.046},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Add New product' limit 1","type":"query","params":[],"bindings":["en","Add New product"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00181,"duration_str":"1.81ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":34.212,"width_percent":0.071},{"sql":"select * from `translations` where `lang_key` = 'Add New product' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Add New product","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00131,"duration_str":"1.31ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":34.283,"width_percent":0.052},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'All Products' limit 1","type":"query","params":[],"bindings":["en","All Products"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00147,"duration_str":"1.47ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":34.335,"width_percent":0.058},{"sql":"select * from `translations` where `lang_key` = 'All Products' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["All Products","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00147,"duration_str":"1.47ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":34.393,"width_percent":0.058},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'In House Products' limit 1","type":"query","params":[],"bindings":["en","In House Products"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00124,"duration_str":"1.24ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":34.451,"width_percent":0.049},{"sql":"select * from `translations` where `lang_key` = 'In House Products' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["In House Products","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00134,"duration_str":"1.34ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":34.5,"width_percent":0.053},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Seller Products' limit 1","type":"query","params":[],"bindings":["en","Seller Products"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0015300000000000001,"duration_str":"1.53ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":34.553,"width_percent":0.06},{"sql":"select * from `translations` where `lang_key` = 'Seller Products' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Seller Products","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00132,"duration_str":"1.32ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":34.613,"width_percent":0.052},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Digital Products' limit 1","type":"query","params":[],"bindings":["en","Digital Products"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00171,"duration_str":"1.71ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":34.665,"width_percent":0.067},{"sql":"select * from `translations` where `lang_key` = 'Digital Products' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Digital Products","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00106,"duration_str":"1.06ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":34.733,"width_percent":0.042},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Bulk Import' limit 1","type":"query","params":[],"bindings":["en","Bulk Import"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00146,"duration_str":"1.46ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":34.775,"width_percent":0.058},{"sql":"select * from `translations` where `lang_key` = 'Bulk Import' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Bulk Import","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00127,"duration_str":"1.27ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":34.832,"width_percent":0.05},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Bulk Export' limit 1","type":"query","params":[],"bindings":["en","Bulk Export"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00158,"duration_str":"1.58ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":34.883,"width_percent":0.062},{"sql":"select * from `translations` where `lang_key` = 'Bulk Export' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Bulk Export","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00126,"duration_str":"1.26ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":34.945,"width_percent":0.05},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Category' limit 1","type":"query","params":[],"bindings":["en","Category"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00106,"duration_str":"1.06ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":34.995,"width_percent":0.042},{"sql":"select * from `translations` where `lang_key` = 'Category' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Category","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00136,"duration_str":"1.36ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":35.036,"width_percent":0.054},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Brand' limit 1","type":"query","params":[],"bindings":["en","Brand"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00131,"duration_str":"1.31ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":35.09,"width_percent":0.052},{"sql":"select * from `translations` where `lang_key` = 'Brand' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Brand","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00145,"duration_str":"1.45ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":35.142,"width_percent":0.057},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Attribute' limit 1","type":"query","params":[],"bindings":["en","Attribute"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0021000000000000003,"duration_str":"2.1ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":35.199,"width_percent":0.083},{"sql":"select * from `translations` where `lang_key` = 'Attribute' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Attribute","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00128,"duration_str":"1.28ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":35.282,"width_percent":0.051},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Colors' limit 1","type":"query","params":[],"bindings":["en","Colors"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0015400000000000001,"duration_str":"1.54ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":35.332,"width_percent":0.061},{"sql":"select * from `translations` where `lang_key` = 'Colors' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Colors","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00166,"duration_str":"1.66ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":35.393,"width_percent":0.066},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Product Reviews' limit 1","type":"query","params":[],"bindings":["en","Product Reviews"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00135,"duration_str":"1.35ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":35.459,"width_percent":0.053},{"sql":"select * from `translations` where `lang_key` = 'Product Reviews' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Product Reviews","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00125,"duration_str":"1.25ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":35.512,"width_percent":0.049},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Sales' limit 1","type":"query","params":[],"bindings":["en","Sales"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00152,"duration_str":"1.52ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":35.561,"width_percent":0.06},{"sql":"select * from `translations` where `lang_key` = 'Sales' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Sales","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0014299999999999998,"duration_str":"1.43ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":35.621,"width_percent":0.056},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'All Orders' limit 1","type":"query","params":[],"bindings":["en","All Orders"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0012900000000000001,"duration_str":"1.29ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":35.678,"width_percent":0.051},{"sql":"select * from `translations` where `lang_key` = 'All Orders' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["All Orders","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00107,"duration_str":"1.07ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":35.729,"width_percent":0.042},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Inhouse orders' limit 1","type":"query","params":[],"bindings":["en","Inhouse orders"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00161,"duration_str":"1.61ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":35.771,"width_percent":0.064},{"sql":"select * from `translations` where `lang_key` = 'Inhouse orders' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Inhouse orders","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00163,"duration_str":"1.63ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":35.834,"width_percent":0.064},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Seller Orders' limit 1","type":"query","params":[],"bindings":["en","Seller Orders"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00145,"duration_str":"1.45ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":35.899,"width_percent":0.057},{"sql":"select * from `translations` where `lang_key` = 'Seller Orders' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Seller Orders","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00114,"duration_str":"1.14ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":35.956,"width_percent":0.045},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Pick-up Point Order' limit 1","type":"query","params":[],"bindings":["en","Pick-up Point Order"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0012900000000000001,"duration_str":"1.29ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":36.001,"width_percent":0.051},{"sql":"select * from `translations` where `lang_key` = 'Pick-up Point Order' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Pick-up Point Order","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0014199999999999998,"duration_str":"1.42ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":36.052,"width_percent":0.056},{"sql":"select * from `addons` where `unique_identifier` = 'delivery_boy' limit 1","type":"query","params":[],"bindings":["delivery_boy"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":"view","name":"1f2a258cbf70df8efe3193c942979e6d549f5572","line":172},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00073,"duration_str":"730\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:172","connection":"onlineshop","start_percent":36.108,"width_percent":0.029},{"sql":"select * from `addons` where `unique_identifier` = 'refund_request' limit 1","type":"query","params":[],"bindings":["refund_request"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":"view","name":"1f2a258cbf70df8efe3193c942979e6d549f5572","line":210},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00098,"duration_str":"980\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:210","connection":"onlineshop","start_percent":36.137,"width_percent":0.039},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Customers' limit 1","type":"query","params":[],"bindings":["en","Customers"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0013,"duration_str":"1.3ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":36.175,"width_percent":0.051},{"sql":"select * from `translations` where `lang_key` = 'Customers' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Customers","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00138,"duration_str":"1.38ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":36.227,"width_percent":0.054},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Customer list' limit 1","type":"query","params":[],"bindings":["en","Customer list"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00131,"duration_str":"1.31ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":36.281,"width_percent":0.052},{"sql":"select * from `translations` where `lang_key` = 'Customer list' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Customer list","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0012,"duration_str":"1.2ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":36.333,"width_percent":0.047},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Sellers' limit 1","type":"query","params":[],"bindings":["en","Sellers"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00147,"duration_str":"1.47ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":36.38,"width_percent":0.058},{"sql":"select * from `translations` where `lang_key` = 'Sellers' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Sellers","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00126,"duration_str":"1.26ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":36.438,"width_percent":0.05},{"sql":"select count(*) as aggregate from `sellers` where `verification_status` = 0 and `verification_info` is not null","type":"query","params":[],"bindings":["0"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":"view","name":"1f2a258cbf70df8efe3193c942979e6d549f5572","line":289},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00092,"duration_str":"920\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:289","connection":"onlineshop","start_percent":36.488,"width_percent":0.036},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'All Seller' limit 1","type":"query","params":[],"bindings":["en","All Seller"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00156,"duration_str":"1.56ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":36.524,"width_percent":0.062},{"sql":"select * from `translations` where `lang_key` = 'All Seller' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["All Seller","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00138,"duration_str":"1.38ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":36.586,"width_percent":0.054},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Payouts' limit 1","type":"query","params":[],"bindings":["en","Payouts"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0014,"duration_str":"1.4ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":36.64,"width_percent":0.055},{"sql":"select * from `translations` where `lang_key` = 'Payouts' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Payouts","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00124,"duration_str":"1.24ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":36.695,"width_percent":0.049},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Payout Requests' limit 1","type":"query","params":[],"bindings":["en","Payout Requests"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00123,"duration_str":"1.23ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":36.744,"width_percent":0.049},{"sql":"select * from `translations` where `lang_key` = 'Payout Requests' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Payout Requests","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0013700000000000001,"duration_str":"1.37ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":36.793,"width_percent":0.054},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Seller Commission' limit 1","type":"query","params":[],"bindings":["en","Seller Commission"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00139,"duration_str":"1.39ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":36.847,"width_percent":0.055},{"sql":"select * from `translations` where `lang_key` = 'Seller Commission' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Seller Commission","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00121,"duration_str":"1.21ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":36.902,"width_percent":0.048},{"sql":"select * from `addons` where `unique_identifier` = 'seller_subscription' limit 1","type":"query","params":[],"bindings":["seller_subscription"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":"view","name":"1f2a258cbf70df8efe3193c942979e6d549f5572","line":312},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0008100000000000001,"duration_str":"810\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:312","connection":"onlineshop","start_percent":36.95,"width_percent":0.032},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Seller Verification Form' limit 1","type":"query","params":[],"bindings":["en","Seller Verification Form"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0013700000000000001,"duration_str":"1.37ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":36.982,"width_percent":0.054},{"sql":"select * from `translations` where `lang_key` = 'Seller Verification Form' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Seller Verification Form","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00113,"duration_str":"1.13ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":37.036,"width_percent":0.045},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Stores' limit 1","type":"query","params":[],"bindings":["en","Stores"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01408,"duration_str":"14.08ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":37.08,"width_percent":0.556},{"sql":"select * from `translations` where `lang_key` = 'Stores' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Stores","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.015189999999999999,"duration_str":"15.19ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":37.636,"width_percent":0.599},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Uploaded Files' limit 1","type":"query","params":[],"bindings":["en","Uploaded Files"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00141,"duration_str":"1.41ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":38.235,"width_percent":0.056},{"sql":"select * from `translations` where `lang_key` = 'Uploaded Files' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Uploaded Files","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00123,"duration_str":"1.23ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":38.291,"width_percent":0.049},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Reports' limit 1","type":"query","params":[],"bindings":["en","Reports"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0014,"duration_str":"1.4ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":38.339,"width_percent":0.055},{"sql":"select * from `translations` where `lang_key` = 'Reports' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Reports","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0011899999999999999,"duration_str":"1.19ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":38.395,"width_percent":0.047},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'In House Product Sale' limit 1","type":"query","params":[],"bindings":["en","In House Product Sale"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00111,"duration_str":"1.11ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":38.442,"width_percent":0.044},{"sql":"select * from `translations` where `lang_key` = 'In House Product Sale' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["In House Product Sale","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00108,"duration_str":"1.08ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":38.485,"width_percent":0.043},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Seller Products Sale' limit 1","type":"query","params":[],"bindings":["en","Seller Products Sale"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00111,"duration_str":"1.11ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":38.528,"width_percent":0.044},{"sql":"select * from `translations` where `lang_key` = 'Seller Products Sale' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Seller Products Sale","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0010500000000000002,"duration_str":"1.05ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":38.572,"width_percent":0.041},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Products Stock' limit 1","type":"query","params":[],"bindings":["en","Products Stock"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00127,"duration_str":"1.27ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":38.613,"width_percent":0.05},{"sql":"select * from `translations` where `lang_key` = 'Products Stock' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Products Stock","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00099,"duration_str":"990\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":38.663,"width_percent":0.039},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Store Based Sales Report' limit 1","type":"query","params":[],"bindings":["en","Store Based Sales Report"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.013460000000000001,"duration_str":"13.46ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":38.702,"width_percent":0.531},{"sql":"select * from `translations` where `lang_key` = 'Store Based Sales Report' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Store Based Sales Report","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01297,"duration_str":"12.97ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":39.234,"width_percent":0.512},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'User Searches' limit 1","type":"query","params":[],"bindings":["en","User Searches"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00124,"duration_str":"1.24ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":39.745,"width_percent":0.049},{"sql":"select * from `translations` where `lang_key` = 'User Searches' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["User Searches","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00109,"duration_str":"1.09ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":39.794,"width_percent":0.043},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Commission History' limit 1","type":"query","params":[],"bindings":["en","Commission History"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.012369999999999999,"duration_str":"12.37ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":39.837,"width_percent":0.488},{"sql":"select * from `translations` where `lang_key` = 'Commission History' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Commission History","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01226,"duration_str":"12.26ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":40.326,"width_percent":0.484},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Wallet Recharge History' limit 1","type":"query","params":[],"bindings":["en","Wallet Recharge History"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01116,"duration_str":"11.16ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":40.809,"width_percent":0.44},{"sql":"select * from `translations` where `lang_key` = 'Wallet Recharge History' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Wallet Recharge History","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01132,"duration_str":"11.32ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":41.25,"width_percent":0.447},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Blog System' limit 1","type":"query","params":[],"bindings":["en","Blog System"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0291,"duration_str":"29.1ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":41.696,"width_percent":1.148},{"sql":"select * from `translations` where `lang_key` = 'Blog System' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Blog System","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.02494,"duration_str":"24.94ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":42.845,"width_percent":0.984},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'All Posts' limit 1","type":"query","params":[],"bindings":["en","All Posts"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01524,"duration_str":"15.24ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":43.829,"width_percent":0.601},{"sql":"select * from `translations` where `lang_key` = 'All Posts' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["All Posts","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.012289999999999999,"duration_str":"12.29ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":44.43,"width_percent":0.485},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Categories' limit 1","type":"query","params":[],"bindings":["en","Categories"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00132,"duration_str":"1.32ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":44.915,"width_percent":0.052},{"sql":"select * from `translations` where `lang_key` = 'Categories' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Categories","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00114,"duration_str":"1.14ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":44.968,"width_percent":0.045},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Marketing' limit 1","type":"query","params":[],"bindings":["en","Marketing"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00115,"duration_str":"1.15ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":45.013,"width_percent":0.045},{"sql":"select * from `translations` where `lang_key` = 'Marketing' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Marketing","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00107,"duration_str":"1.07ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":45.058,"width_percent":0.042},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Flash deals' limit 1","type":"query","params":[],"bindings":["en","Flash deals"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00106,"duration_str":"1.06ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":45.1,"width_percent":0.042},{"sql":"select * from `translations` where `lang_key` = 'Flash deals' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Flash deals","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00111,"duration_str":"1.11ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":45.142,"width_percent":0.044},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Newsletters' limit 1","type":"query","params":[],"bindings":["en","Newsletters"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0011200000000000001,"duration_str":"1.12ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":45.186,"width_percent":0.044},{"sql":"select * from `translations` where `lang_key` = 'Newsletters' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Newsletters","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00111,"duration_str":"1.11ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":45.23,"width_percent":0.044},{"sql":"select * from `addons` where `unique_identifier` = 'otp_system' limit 1","type":"query","params":[],"bindings":["otp_system"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":"view","name":"1f2a258cbf70df8efe3193c942979e6d549f5572","line":441},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00088,"duration_str":"880\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:441","connection":"onlineshop","start_percent":45.274,"width_percent":0.035},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Subscribers' limit 1","type":"query","params":[],"bindings":["en","Subscribers"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00113,"duration_str":"1.13ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":45.308,"width_percent":0.045},{"sql":"select * from `translations` where `lang_key` = 'Subscribers' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Subscribers","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00124,"duration_str":"1.24ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":45.353,"width_percent":0.049},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Coupon' limit 1","type":"query","params":[],"bindings":["en","Coupon"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0014399999999999999,"duration_str":"1.44ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":45.402,"width_percent":0.057},{"sql":"select * from `translations` where `lang_key` = 'Coupon' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Coupon","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00146,"duration_str":"1.46ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":45.459,"width_percent":0.058},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Support' limit 1","type":"query","params":[],"bindings":["en","Support"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00146,"duration_str":"1.46ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":45.516,"width_percent":0.058},{"sql":"select * from `translations` where `lang_key` = 'Support' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Support","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00152,"duration_str":"1.52ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":45.574,"width_percent":0.06},{"sql":"select count(*) as aggregate from `tickets` where `viewed` = 0","type":"query","params":[],"bindings":["0"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":"view","name":"1f2a258cbf70df8efe3193c942979e6d549f5572","line":480},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00094,"duration_str":"940\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:480","connection":"onlineshop","start_percent":45.634,"width_percent":0.037},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Ticket' limit 1","type":"query","params":[],"bindings":["en","Ticket"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00122,"duration_str":"1.22ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":45.671,"width_percent":0.048},{"sql":"select * from `translations` where `lang_key` = 'Ticket' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Ticket","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00116,"duration_str":"1.16ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":45.719,"width_percent":0.046},{"sql":"select * from `conversations` where `receiver_id` = 9 and `receiver_viewed` = '1'","type":"query","params":[],"bindings":["9","1"],"hints":null,"show_copy":false,"backtrace":[{"index":14,"namespace":"view","name":"1f2a258cbf70df8efe3193c942979e6d549f5572","line":491},{"index":16,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0009699999999999999,"duration_str":"970\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:491","connection":"onlineshop","start_percent":45.765,"width_percent":0.038},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Product Queries' limit 1","type":"query","params":[],"bindings":["en","Product Queries"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00125,"duration_str":"1.25ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":45.803,"width_percent":0.049},{"sql":"select * from `translations` where `lang_key` = 'Product Queries' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Product Queries","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00148,"duration_str":"1.48ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":45.853,"width_percent":0.058},{"sql":"select * from `addons` where `unique_identifier` = 'affiliate_system' limit 1","type":"query","params":[],"bindings":["affiliate_system"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":"view","name":"1f2a258cbf70df8efe3193c942979e6d549f5572","line":508},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00092,"duration_str":"920\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:508","connection":"onlineshop","start_percent":45.911,"width_percent":0.036},{"sql":"select * from `addons` where `unique_identifier` = 'offline_payment' limit 1","type":"query","params":[],"bindings":["offline_payment"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":"view","name":"1f2a258cbf70df8efe3193c942979e6d549f5572","line":556},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0008399999999999999,"duration_str":"840\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:556","connection":"onlineshop","start_percent":45.947,"width_percent":0.033},{"sql":"select * from `addons` where `unique_identifier` = 'offline_payment' limit 1","type":"query","params":[],"bindings":["offline_payment"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":"view","name":"1f2a258cbf70df8efe3193c942979e6d549f5572","line":556},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00063,"duration_str":"630\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:556","connection":"onlineshop","start_percent":45.981,"width_percent":0.025},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Offline Payment System' limit 1","type":"query","params":[],"bindings":["en","Offline Payment System"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00148,"duration_str":"1.48ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":46.005,"width_percent":0.058},{"sql":"select * from `translations` where `lang_key` = 'Offline Payment System' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Offline Payment System","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00136,"duration_str":"1.36ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":46.064,"width_percent":0.054},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Manual Payment Methods' limit 1","type":"query","params":[],"bindings":["en","Manual Payment Methods"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00139,"duration_str":"1.39ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":46.117,"width_percent":0.055},{"sql":"select * from `translations` where `lang_key` = 'Manual Payment Methods' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Manual Payment Methods","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00121,"duration_str":"1.21ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":46.172,"width_percent":0.048},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Offline Wallet Recharge' limit 1","type":"query","params":[],"bindings":["en","Offline Wallet Recharge"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0015,"duration_str":"1.5ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":46.22,"width_percent":0.059},{"sql":"select * from `translations` where `lang_key` = 'Offline Wallet Recharge' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Offline Wallet Recharge","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00124,"duration_str":"1.24ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":46.279,"width_percent":0.049},{"sql":"select * from `addons` where `unique_identifier` = 'seller_subscription' limit 1","type":"query","params":[],"bindings":["seller_subscription"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":"view","name":"1f2a258cbf70df8efe3193c942979e6d549f5572","line":585},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00108,"duration_str":"1.08ms","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:585","connection":"onlineshop","start_percent":46.328,"width_percent":0.043},{"sql":"select * from `addons` where `unique_identifier` = 'paytm' limit 1","type":"query","params":[],"bindings":["paytm"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":"view","name":"1f2a258cbf70df8efe3193c942979e6d549f5572","line":601},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00117,"duration_str":"1.17ms","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:601","connection":"onlineshop","start_percent":46.371,"width_percent":0.046},{"sql":"select * from `addons` where `unique_identifier` = 'club_point' limit 1","type":"query","params":[],"bindings":["club_point"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":"view","name":"1f2a258cbf70df8efe3193c942979e6d549f5572","line":624},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0006,"duration_str":"600\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:624","connection":"onlineshop","start_percent":46.417,"width_percent":0.024},{"sql":"select * from `addons` where `unique_identifier` = 'club_point' limit 1","type":"query","params":[],"bindings":["club_point"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":"view","name":"1f2a258cbf70df8efe3193c942979e6d549f5572","line":624},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00088,"duration_str":"880\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:624","connection":"onlineshop","start_percent":46.441,"width_percent":0.035},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Club Point System' limit 1","type":"query","params":[],"bindings":["en","Club Point System"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00158,"duration_str":"1.58ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":46.475,"width_percent":0.062},{"sql":"select * from `translations` where `lang_key` = 'Club Point System' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Club Point System","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0012900000000000001,"duration_str":"1.29ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":46.538,"width_percent":0.051},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Club Point Configurations' limit 1","type":"query","params":[],"bindings":["en","Club Point Configurations"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0014399999999999999,"duration_str":"1.44ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":46.589,"width_percent":0.057},{"sql":"select * from `translations` where `lang_key` = 'Club Point Configurations' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Club Point Configurations","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00141,"duration_str":"1.41ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":46.645,"width_percent":0.056},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Set Product Point' limit 1","type":"query","params":[],"bindings":["en","Set Product Point"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0014299999999999998,"duration_str":"1.43ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":46.701,"width_percent":0.056},{"sql":"select * from `translations` where `lang_key` = 'Set Product Point' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Set Product Point","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0015400000000000001,"duration_str":"1.54ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":46.758,"width_percent":0.061},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'User Points' limit 1","type":"query","params":[],"bindings":["en","User Points"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00124,"duration_str":"1.24ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":46.818,"width_percent":0.049},{"sql":"select * from `translations` where `lang_key` = 'User Points' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["User Points","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0015300000000000001,"duration_str":"1.53ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":46.867,"width_percent":0.06},{"sql":"select * from `addons` where `unique_identifier` = 'otp_system' limit 1","type":"query","params":[],"bindings":["otp_system"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":"view","name":"1f2a258cbf70df8efe3193c942979e6d549f5572","line":657},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00085,"duration_str":"850\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:657","connection":"onlineshop","start_percent":46.928,"width_percent":0.034},{"sql":"select * from `addons` where `unique_identifier` = 'african_pg' limit 1","type":"query","params":[],"bindings":["african_pg"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":"view","name":"1f2a258cbf70df8efe3193c942979e6d549f5572","line":689},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00093,"duration_str":"930\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:689","connection":"onlineshop","start_percent":46.961,"width_percent":0.037},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Website Setup' limit 1","type":"query","params":[],"bindings":["en","Website Setup"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00155,"duration_str":"1.55ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":46.998,"width_percent":0.061},{"sql":"select * from `translations` where `lang_key` = 'Website Setup' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Website Setup","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0012,"duration_str":"1.2ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":47.059,"width_percent":0.047},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Header' limit 1","type":"query","params":[],"bindings":["en","Header"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00166,"duration_str":"1.66ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":47.106,"width_percent":0.066},{"sql":"select * from `translations` where `lang_key` = 'Header' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Header","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0014399999999999999,"duration_str":"1.44ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":47.172,"width_percent":0.057},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Footer' limit 1","type":"query","params":[],"bindings":["en","Footer"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00133,"duration_str":"1.33ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":47.229,"width_percent":0.052},{"sql":"select * from `translations` where `lang_key` = 'Footer' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Footer","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00125,"duration_str":"1.25ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":47.281,"width_percent":0.049},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Pages' limit 1","type":"query","params":[],"bindings":["en","Pages"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00165,"duration_str":"1.65ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":47.331,"width_percent":0.065},{"sql":"select * from `translations` where `lang_key` = 'Pages' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Pages","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00156,"duration_str":"1.56ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":47.396,"width_percent":0.062},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Appearance' limit 1","type":"query","params":[],"bindings":["en","Appearance"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0015,"duration_str":"1.5ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":47.457,"width_percent":0.059},{"sql":"select * from `translations` where `lang_key` = 'Appearance' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Appearance","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0015,"duration_str":"1.5ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":47.516,"width_percent":0.059},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Setup & Configurations' limit 1","type":"query","params":[],"bindings":["en","Setup &amp; Configurations"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0013700000000000001,"duration_str":"1.37ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":47.576,"width_percent":0.054},{"sql":"select * from `translations` where `lang_key` = 'Setup & Configurations' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Setup &amp; Configurations","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00127,"duration_str":"1.27ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":47.63,"width_percent":0.05},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'General Settings' limit 1","type":"query","params":[],"bindings":["en","General Settings"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0015,"duration_str":"1.5ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":47.68,"width_percent":0.059},{"sql":"select * from `translations` where `lang_key` = 'General Settings' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["General Settings","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00125,"duration_str":"1.25ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":47.739,"width_percent":0.049},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Features activation' limit 1","type":"query","params":[],"bindings":["en","Features activation"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00138,"duration_str":"1.38ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":47.788,"width_percent":0.054},{"sql":"select * from `translations` where `lang_key` = 'Features activation' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Features activation","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0010400000000000001,"duration_str":"1.04ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":47.843,"width_percent":0.041},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Languages' limit 1","type":"query","params":[],"bindings":["en","Languages"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00134,"duration_str":"1.34ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":47.884,"width_percent":0.053},{"sql":"select * from `translations` where `lang_key` = 'Languages' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Languages","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00189,"duration_str":"1.89ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":47.937,"width_percent":0.075},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Currency' limit 1","type":"query","params":[],"bindings":["en","Currency"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00136,"duration_str":"1.36ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":48.011,"width_percent":0.054},{"sql":"select * from `translations` where `lang_key` = 'Currency' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Currency","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0012,"duration_str":"1.2ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":48.065,"width_percent":0.047},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Vat & TAX' limit 1","type":"query","params":[],"bindings":["en","Vat &amp; TAX"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01775,"duration_str":"17.75ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":48.112,"width_percent":0.7},{"sql":"select * from `translations` where `lang_key` = 'Vat & TAX' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Vat &amp; TAX","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.013949999999999999,"duration_str":"13.95ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":48.813,"width_percent":0.551},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Pickup point' limit 1","type":"query","params":[],"bindings":["en","Pickup point"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0012,"duration_str":"1.2ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":49.363,"width_percent":0.047},{"sql":"select * from `translations` where `lang_key` = 'Pickup point' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Pickup point","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0017800000000000001,"duration_str":"1.78ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":49.411,"width_percent":0.07},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'SMTP Settings' limit 1","type":"query","params":[],"bindings":["en","SMTP Settings"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0014,"duration_str":"1.4ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":49.481,"width_percent":0.055},{"sql":"select * from `translations` where `lang_key` = 'SMTP Settings' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["SMTP Settings","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00113,"duration_str":"1.13ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":49.536,"width_percent":0.045},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Payment Methods' limit 1","type":"query","params":[],"bindings":["en","Payment Methods"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00115,"duration_str":"1.15ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":49.581,"width_percent":0.045},{"sql":"select * from `translations` where `lang_key` = 'Payment Methods' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Payment Methods","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0019399999999999999,"duration_str":"1.94ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":49.626,"width_percent":0.077},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'File System & Cache Configuration' limit 1","type":"query","params":[],"bindings":["en","File System &amp; Cache Configuration"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.02655,"duration_str":"26.55ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":49.703,"width_percent":1.048},{"sql":"select * from `translations` where `lang_key` = 'File System & Cache Configuration' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["File System &amp; Cache Configuration","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.029670000000000002,"duration_str":"29.67ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":50.75,"width_percent":1.171},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Social media Logins' limit 1","type":"query","params":[],"bindings":["en","Social media Logins"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00226,"duration_str":"2.26ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":51.921,"width_percent":0.089},{"sql":"select * from `translations` where `lang_key` = 'Social media Logins' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Social media Logins","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0014199999999999998,"duration_str":"1.42ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":52.01,"width_percent":0.056},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Facebook' limit 1","type":"query","params":[],"bindings":["en","Facebook"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0011799999999999998,"duration_str":"1.18ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":52.066,"width_percent":0.047},{"sql":"select * from `translations` where `lang_key` = 'Facebook' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Facebook","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0009699999999999999,"duration_str":"970\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":52.113,"width_percent":0.038},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Facebook Chat' limit 1","type":"query","params":[],"bindings":["en","Facebook Chat"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00115,"duration_str":"1.15ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":52.151,"width_percent":0.045},{"sql":"select * from `translations` where `lang_key` = 'Facebook Chat' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Facebook Chat","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0011,"duration_str":"1.1ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":52.197,"width_percent":0.043},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Facebook Comment' limit 1","type":"query","params":[],"bindings":["en","Facebook Comment"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.015009999999999999,"duration_str":"15.01ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":52.24,"width_percent":0.592},{"sql":"select * from `translations` where `lang_key` = 'Facebook Comment' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Facebook Comment","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.022699999999999998,"duration_str":"22.7ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":52.832,"width_percent":0.896},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Google' limit 1","type":"query","params":[],"bindings":["en","Google"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00107,"duration_str":"1.07ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":53.728,"width_percent":0.042},{"sql":"select * from `translations` where `lang_key` = 'Google' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Google","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00093,"duration_str":"930\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":53.77,"width_percent":0.037},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Analytics Tools' limit 1","type":"query","params":[],"bindings":["en","Analytics Tools"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00113,"duration_str":"1.13ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":53.807,"width_percent":0.045},{"sql":"select * from `translations` where `lang_key` = 'Analytics Tools' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Analytics Tools","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.001,"duration_str":"1ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":53.852,"width_percent":0.039},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Google reCAPTCHA' limit 1","type":"query","params":[],"bindings":["en","Google reCAPTCHA"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00155,"duration_str":"1.55ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":53.891,"width_percent":0.061},{"sql":"select * from `translations` where `lang_key` = 'Google reCAPTCHA' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Google reCAPTCHA","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0011,"duration_str":"1.1ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":53.952,"width_percent":0.043},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Google Map' limit 1","type":"query","params":[],"bindings":["en","Google Map"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01288,"duration_str":"12.88ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":53.996,"width_percent":0.508},{"sql":"select * from `translations` where `lang_key` = 'Google Map' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Google Map","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01227,"duration_str":"12.27ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":54.504,"width_percent":0.484},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Google Firebase' limit 1","type":"query","params":[],"bindings":["en","Google Firebase"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01192,"duration_str":"11.92ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":54.988,"width_percent":0.47},{"sql":"select * from `translations` where `lang_key` = 'Google Firebase' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Google Firebase","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01217,"duration_str":"12.17ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":55.459,"width_percent":0.48},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Shipping' limit 1","type":"query","params":[],"bindings":["en","Shipping"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00079,"duration_str":"790\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":55.939,"width_percent":0.031},{"sql":"select * from `translations` where `lang_key` = 'Shipping' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Shipping","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0013,"duration_str":"1.3ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":55.97,"width_percent":0.051},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Shipping Configuration' limit 1","type":"query","params":[],"bindings":["en","Shipping Configuration"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00114,"duration_str":"1.14ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":56.021,"width_percent":0.045},{"sql":"select * from `translations` where `lang_key` = 'Shipping Configuration' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Shipping Configuration","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00108,"duration_str":"1.08ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":56.066,"width_percent":0.043},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Shipping Countries' limit 1","type":"query","params":[],"bindings":["en","Shipping Countries"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00123,"duration_str":"1.23ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":56.109,"width_percent":0.049},{"sql":"select * from `translations` where `lang_key` = 'Shipping Countries' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Shipping Countries","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0016799999999999999,"duration_str":"1.68ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":56.158,"width_percent":0.066},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Shipping Cities' limit 1","type":"query","params":[],"bindings":["en","Shipping Cities"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00165,"duration_str":"1.65ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":56.224,"width_percent":0.065},{"sql":"select * from `translations` where `lang_key` = 'Shipping Cities' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Shipping Cities","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00135,"duration_str":"1.35ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":56.289,"width_percent":0.053},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Staffs' limit 1","type":"query","params":[],"bindings":["en","Staffs"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00131,"duration_str":"1.31ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":56.342,"width_percent":0.052},{"sql":"select * from `translations` where `lang_key` = 'Staffs' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Staffs","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00114,"duration_str":"1.14ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":56.394,"width_percent":0.045},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'All staffs' limit 1","type":"query","params":[],"bindings":["en","All staffs"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00147,"duration_str":"1.47ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":56.439,"width_percent":0.058},{"sql":"select * from `translations` where `lang_key` = 'All staffs' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["All staffs","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0013,"duration_str":"1.3ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":56.497,"width_percent":0.051},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Staff permissions' limit 1","type":"query","params":[],"bindings":["en","Staff permissions"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00138,"duration_str":"1.38ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":56.548,"width_percent":0.054},{"sql":"select * from `translations` where `lang_key` = 'Staff permissions' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Staff permissions","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00124,"duration_str":"1.24ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":56.603,"width_percent":0.049},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'System' limit 1","type":"query","params":[],"bindings":["en","System"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00161,"duration_str":"1.61ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":56.652,"width_percent":0.064},{"sql":"select * from `translations` where `lang_key` = 'System' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["System","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0016899999999999999,"duration_str":"1.69ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":56.715,"width_percent":0.067},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Update' limit 1","type":"query","params":[],"bindings":["en","Update"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00115,"duration_str":"1.15ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":56.782,"width_percent":0.045},{"sql":"select * from `translations` where `lang_key` = 'Update' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Update","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00122,"duration_str":"1.22ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":56.827,"width_percent":0.048},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Server status' limit 1","type":"query","params":[],"bindings":["en","Server status"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0015,"duration_str":"1.5ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":56.875,"width_percent":0.059},{"sql":"select * from `translations` where `lang_key` = 'Server status' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Server status","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0016,"duration_str":"1.6ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":56.935,"width_percent":0.063},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Addon Manager' limit 1","type":"query","params":[],"bindings":["en","Addon Manager"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00165,"duration_str":"1.65ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":56.998,"width_percent":0.065},{"sql":"select * from `translations` where `lang_key` = 'Addon Manager' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Addon Manager","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00136,"duration_str":"1.36ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":57.063,"width_percent":0.054},{"sql":"select * from `uploads` where `uploads`.`id` = '29' and `uploads`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["29"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":918},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0013,"duration_str":"1.3ms","stmt_id":"\\app\\Http\\Helpers.php:918","connection":"onlineshop","start_percent":57.116,"width_percent":0.051},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Browse Website' limit 1","type":"query","params":[],"bindings":["en","Browse Website"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00175,"duration_str":"1.75ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":57.168,"width_percent":0.069},{"sql":"select * from `translations` where `lang_key` = 'Browse Website' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Browse Website","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00141,"duration_str":"1.41ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":57.237,"width_percent":0.056},{"sql":"select * from `addons` where `unique_identifier` = 'pos_system' limit 1","type":"query","params":[],"bindings":["pos_system"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":"view","name":"44bde27230f684f0b63d2f67690b12dabec06206","line":32},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00106,"duration_str":"1.06ms","stmt_id":"view::44bde27230f684f0b63d2f67690b12dabec06206:32","connection":"onlineshop","start_percent":57.292,"width_percent":0.042},{"sql":"select * from `notifications` where `notifications`.`notifiable_id` = 9 and `notifications`.`notifiable_id` is not null and `notifications`.`notifiable_type` = 'App\\User' and `read_at` is null order by `created_at` desc","type":"query","params":[],"bindings":["9","App\\User"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":"view","name":"44bde27230f684f0b63d2f67690b12dabec06206","line":52},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00161,"duration_str":"1.61ms","stmt_id":"view::44bde27230f684f0b63d2f67690b12dabec06206:52","connection":"onlineshop","start_percent":57.334,"width_percent":0.064},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Notifications' limit 1","type":"query","params":[],"bindings":["en","Notifications"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00174,"duration_str":"1.74ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":57.398,"width_percent":0.069},{"sql":"select * from `translations` where `lang_key` = 'Notifications' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Notifications","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0014399999999999999,"duration_str":"1.44ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":57.467,"width_percent":0.057},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00115,"duration_str":"1.15ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":57.523,"width_percent":0.045},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0008900000000000001,"duration_str":"890\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":57.569,"width_percent":0.035},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0125,"duration_str":"12.5ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":57.604,"width_percent":0.493},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01242,"duration_str":"12.42ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":58.097,"width_percent":0.49},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00094,"duration_str":"940\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":58.587,"width_percent":0.037},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00123,"duration_str":"1.23ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":58.624,"width_percent":0.049},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01482,"duration_str":"14.82ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":58.673,"width_percent":0.585},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.013380000000000001,"duration_str":"13.38ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":59.258,"width_percent":0.528},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00102,"duration_str":"1.02ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":59.786,"width_percent":0.04},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0009,"duration_str":"900\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":59.826,"width_percent":0.036},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01295,"duration_str":"12.95ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":59.861,"width_percent":0.511},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0128,"duration_str":"12.8ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":60.373,"width_percent":0.505},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00114,"duration_str":"1.14ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":60.878,"width_percent":0.045},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00094,"duration_str":"940\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":60.923,"width_percent":0.037},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.012369999999999999,"duration_str":"12.37ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":60.96,"width_percent":0.488},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01249,"duration_str":"12.49ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":61.448,"width_percent":0.493},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00122,"duration_str":"1.22ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":61.941,"width_percent":0.048},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00113,"duration_str":"1.13ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":61.989,"width_percent":0.045},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01311,"duration_str":"13.11ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":62.034,"width_percent":0.517},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01786,"duration_str":"17.86ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":62.551,"width_percent":0.705},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00126,"duration_str":"1.26ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":63.256,"width_percent":0.05},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00093,"duration_str":"930\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":63.305,"width_percent":0.037},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01236,"duration_str":"12.36ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":63.342,"width_percent":0.488},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0228,"duration_str":"22.8ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":63.83,"width_percent":0.9},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0009,"duration_str":"900\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":64.73,"width_percent":0.036},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00068,"duration_str":"680\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":64.765,"width_percent":0.027},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.02219,"duration_str":"22.19ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":64.792,"width_percent":0.876},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.012060000000000001,"duration_str":"12.06ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":65.668,"width_percent":0.476},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00094,"duration_str":"940\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":66.144,"width_percent":0.037},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00079,"duration_str":"790\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":66.181,"width_percent":0.031},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01249,"duration_str":"12.49ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":66.212,"width_percent":0.493},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01889,"duration_str":"18.89ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":66.705,"width_percent":0.745},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00098,"duration_str":"980\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":67.45,"width_percent":0.039},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0008399999999999999,"duration_str":"840\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":67.489,"width_percent":0.033},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01284,"duration_str":"12.84ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":67.522,"width_percent":0.507},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0149,"duration_str":"14.9ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":68.029,"width_percent":0.588},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00107,"duration_str":"1.07ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":68.617,"width_percent":0.042},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00087,"duration_str":"870\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":68.659,"width_percent":0.034},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.011949999999999999,"duration_str":"11.95ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":68.693,"width_percent":0.472},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.02927,"duration_str":"29.27ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":69.165,"width_percent":1.155},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00141,"duration_str":"1.41ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":70.32,"width_percent":0.056},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00152,"duration_str":"1.52ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":70.375,"width_percent":0.06},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.027780000000000003,"duration_str":"27.78ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":70.435,"width_percent":1.096},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.02009,"duration_str":"20.09ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":71.532,"width_percent":0.793},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00091,"duration_str":"910\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":72.325,"width_percent":0.036},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0007700000000000001,"duration_str":"770\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":72.36,"width_percent":0.03},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01255,"duration_str":"12.55ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":72.391,"width_percent":0.495},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.022600000000000002,"duration_str":"22.6ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":72.886,"width_percent":0.892},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0011200000000000001,"duration_str":"1.12ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":73.778,"width_percent":0.044},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00079,"duration_str":"790\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":73.822,"width_percent":0.031},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.013380000000000001,"duration_str":"13.38ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":73.853,"width_percent":0.528},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.016800000000000002,"duration_str":"16.8ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":74.381,"width_percent":0.663},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00088,"duration_str":"880\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":75.044,"width_percent":0.035},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00068,"duration_str":"680\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":75.079,"width_percent":0.027},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Delivered' limit 1","type":"query","params":[],"bindings":["en","has been Delivered"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01267,"duration_str":"12.67ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":75.106,"width_percent":0.5},{"sql":"select * from `translations` where `lang_key` = 'has been Delivered' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Delivered","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01302,"duration_str":"13.02ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":75.606,"width_percent":0.514},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00098,"duration_str":"980\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":76.12,"width_percent":0.039},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0011200000000000001,"duration_str":"1.12ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":76.158,"width_percent":0.044},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Confirmed' limit 1","type":"query","params":[],"bindings":["en","has been Confirmed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01319,"duration_str":"13.19ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":76.203,"width_percent":0.521},{"sql":"select * from `translations` where `lang_key` = 'has been Confirmed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Confirmed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01247,"duration_str":"12.47ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":76.723,"width_percent":0.492},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0009599999999999999,"duration_str":"960\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":77.215,"width_percent":0.038},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00082,"duration_str":"820\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":77.253,"width_percent":0.032},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01225,"duration_str":"12.25ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":77.285,"width_percent":0.483},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.030600000000000002,"duration_str":"30.6ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":77.769,"width_percent":1.208},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00098,"duration_str":"980\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":78.976,"width_percent":0.039},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0009599999999999999,"duration_str":"960\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":79.015,"width_percent":0.038},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.013,"duration_str":"13ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":79.053,"width_percent":0.513},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01188,"duration_str":"11.88ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":79.566,"width_percent":0.469},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00117,"duration_str":"1.17ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":80.035,"width_percent":0.046},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0008399999999999999,"duration_str":"840\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":80.081,"width_percent":0.033},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01292,"duration_str":"12.92ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":80.114,"width_percent":0.51},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01238,"duration_str":"12.38ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":80.624,"width_percent":0.489},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00088,"duration_str":"880\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":81.112,"width_percent":0.035},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00075,"duration_str":"750\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":81.147,"width_percent":0.03},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.02148,"duration_str":"21.48ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":81.177,"width_percent":0.848},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01957,"duration_str":"19.57ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":82.024,"width_percent":0.772},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00108,"duration_str":"1.08ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":82.797,"width_percent":0.043},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0009,"duration_str":"900\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":82.839,"width_percent":0.036},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01311,"duration_str":"13.11ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":82.875,"width_percent":0.517},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01227,"duration_str":"12.27ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":83.392,"width_percent":0.484},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00133,"duration_str":"1.33ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":83.876,"width_percent":0.052},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0014,"duration_str":"1.4ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":83.929,"width_percent":0.055},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01302,"duration_str":"13.02ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":83.984,"width_percent":0.514},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01255,"duration_str":"12.55ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":84.498,"width_percent":0.495},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00133,"duration_str":"1.33ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":84.993,"width_percent":0.052},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00085,"duration_str":"850\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":85.046,"width_percent":0.034},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01256,"duration_str":"12.56ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":85.079,"width_percent":0.496},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.02537,"duration_str":"25.37ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":85.575,"width_percent":1.001},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00133,"duration_str":"1.33ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":86.576,"width_percent":0.052},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.001,"duration_str":"1ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":86.629,"width_percent":0.039},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01275,"duration_str":"12.75ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":86.668,"width_percent":0.503},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.023719999999999998,"duration_str":"23.72ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":87.171,"width_percent":0.936},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00131,"duration_str":"1.31ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":88.107,"width_percent":0.052},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00107,"duration_str":"1.07ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":88.159,"width_percent":0.042},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01329,"duration_str":"13.29ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":88.201,"width_percent":0.524},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01269,"duration_str":"12.69ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":88.726,"width_percent":0.501},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0013700000000000001,"duration_str":"1.37ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":89.226,"width_percent":0.054},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0009,"duration_str":"900\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":89.28,"width_percent":0.036},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01235,"duration_str":"12.35ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":89.316,"width_percent":0.487},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01259,"duration_str":"12.59ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":89.803,"width_percent":0.497},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0013,"duration_str":"1.3ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":90.3,"width_percent":0.051},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00099,"duration_str":"990\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":90.351,"width_percent":0.039},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01293,"duration_str":"12.93ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":90.39,"width_percent":0.51},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01293,"duration_str":"12.93ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":90.901,"width_percent":0.51},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00146,"duration_str":"1.46ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":91.411,"width_percent":0.058},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00093,"duration_str":"930\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":91.469,"width_percent":0.037},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01265,"duration_str":"12.65ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":91.505,"width_percent":0.499},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.012539999999999999,"duration_str":"12.54ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":92.004,"width_percent":0.495},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0012900000000000001,"duration_str":"1.29ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":92.499,"width_percent":0.051},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0013700000000000001,"duration_str":"1.37ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":92.55,"width_percent":0.054},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01282,"duration_str":"12.82ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":92.604,"width_percent":0.506},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01285,"duration_str":"12.85ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":93.11,"width_percent":0.507},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00134,"duration_str":"1.34ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":93.617,"width_percent":0.053},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00099,"duration_str":"990\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":93.67,"width_percent":0.039},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01328,"duration_str":"13.28ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":93.709,"width_percent":0.524},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01271,"duration_str":"12.71ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":94.233,"width_percent":0.502},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0014399999999999999,"duration_str":"1.44ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":94.735,"width_percent":0.057},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0011899999999999999,"duration_str":"1.19ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":94.792,"width_percent":0.047},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.013550000000000001,"duration_str":"13.55ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":94.839,"width_percent":0.535},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01891,"duration_str":"18.91ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":95.373,"width_percent":0.746},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00094,"duration_str":"940\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":96.12,"width_percent":0.037},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0008,"duration_str":"800\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":96.157,"width_percent":0.032},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.012029999999999999,"duration_str":"12.03ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":96.188,"width_percent":0.475},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.02247,"duration_str":"22.47ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":96.663,"width_percent":0.887},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Order code: ' limit 1","type":"query","params":[],"bindings":["en","Order code: "],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00093,"duration_str":"930\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":97.55,"width_percent":0.037},{"sql":"select * from `translations` where `lang_key` = 'Order code: ' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Order code: ","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00079,"duration_str":"790\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":97.586,"width_percent":0.031},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'has been Placed' limit 1","type":"query","params":[],"bindings":["en","has been Placed"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01317,"duration_str":"13.17ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":97.618,"width_percent":0.52},{"sql":"select * from `translations` where `lang_key` = 'has been Placed' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["has been Placed","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01245,"duration_str":"12.45ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":98.137,"width_percent":0.491},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'View All Notifications' limit 1","type":"query","params":[],"bindings":["en","View All Notifications"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.012539999999999999,"duration_str":"12.54ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":98.629,"width_percent":0.495},{"sql":"select * from `translations` where `lang_key` = 'View All Notifications' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["View All Notifications","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.01249,"duration_str":"12.49ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":99.124,"width_percent":0.493},{"sql":"select * from `languages`","type":"query","params":[],"bindings":[],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":"view","name":"44bde27230f684f0b63d2f67690b12dabec06206","line":119},{"index":17,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00074,"duration_str":"740\u03bcs","stmt_id":"view::44bde27230f684f0b63d2f67690b12dabec06206:119","connection":"onlineshop","start_percent":99.616,"width_percent":0.029},{"sql":"select * from `uploads` where `uploads`.`id` = '29' and `uploads`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["29"],"hints":null,"show_copy":false,"backtrace":[{"index":19,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":918},{"index":22,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":23,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":24,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":25,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00063,"duration_str":"630\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:918","connection":"onlineshop","start_percent":99.646,"width_percent":0.025},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Profile' limit 1","type":"query","params":[],"bindings":["en","Profile"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00117,"duration_str":"1.17ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":99.67,"width_percent":0.046},{"sql":"select * from `translations` where `lang_key` = 'Profile' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Profile","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00107,"duration_str":"1.07ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":99.717,"width_percent":0.042},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Logout' limit 1","type":"query","params":[],"bindings":["en","Logout"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00164,"duration_str":"1.64ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":99.759,"width_percent":0.065},{"sql":"select * from `translations` where `lang_key` = 'Logout' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Logout","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0014399999999999999,"duration_str":"1.44ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":99.824,"width_percent":0.057},{"sql":"select * from `translations` where `lang` = 'en' and `lang_key` = 'Nothing Found' limit 1","type":"query","params":[],"bindings":["en","Nothing Found"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":800},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.0016200000000000001,"duration_str":"1.62ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":99.88,"width_percent":0.064},{"sql":"select * from `translations` where `lang_key` = 'Nothing Found' and `lang` = 'en' limit 1","type":"query","params":[],"bindings":["Nothing Found","en"],"hints":null,"show_copy":false,"backtrace":[{"index":15,"namespace":null,"name":"\\app\\Http\\Helpers.php","line":810},{"index":18,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\Engines\\CompilerEngine.php","line":59},{"index":19,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":143},{"index":20,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":126},{"index":21,"namespace":null,"name":"\\vendor\\laravel\\framework\\src\\Illuminate\\View\\View.php","line":91}],"duration":0.00141,"duration_str":"1.41ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":99.944,"width_percent":0.056}]},"models":{"data":{"Illuminate\\Notifications\\DatabaseNotification":32,"App\\Addon":4,"App\\Language":6,"App\\ProductStock":20,"App\\Currency":25,"App\\BusinessSetting":5,"App\\ProductTranslation":3,"App\\Upload":9,"App\\Translation":510,"App\\Product":5,"App\\User":9},"count":628},"swiftmailer_mails":{"count":0,"mails":[]},"gate":{"count":0,"messages":[]},"session":{"_token":"4Ajn4RMOUn7it0VwXGbctPWQ8RA5dL8QxBvXWCWS","url":"array:1 [\n  \"intended\" => \"http:\/\/localhost\/onlineshop\/admin\"\n]","_previous":"array:1 [\n  \"url\" => \"http:\/\/localhost\/onlineshop\/admin\/products\/all\"\n]","_flash":"array:2 [\n  \"old\" => []\n  \"new\" => []\n]","locale":"en","login_web_59ba36addc2b2f9401580f014c7f58ea4e30989d":"9","PHPDEBUGBAR_STACK_DATA":"[]"},"request":{"path_info":"\/admin\/products\/all","status_code":"<pre class=sf-dump id=sf-dump-1513920010 data-indent-pad=\"  \"><span class=sf-dump-num>200<\/span>\n<\/pre><script>Sfdump(\"sf-dump-1513920010\", {\"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-834774183 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-834774183\", {\"maxDepth\":0})<\/script>\n","request_request":"<pre class=sf-dump id=sf-dump-1641501752 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-1641501752\", {\"maxDepth\":0})<\/script>\n","request_headers":"<pre class=sf-dump id=sf-dump-1508830290 data-indent-pad=\"  \"><span class=sf-dump-note>array:16<\/span> [<samp>\n  \"<span class=sf-dump-key>host<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"9 characters\">localhost<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>connection<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp>\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>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"66 characters\">&quot;Chromium&quot;;v=&quot;142&quot;, &quot;Microsoft Edge&quot;;v=&quot;142&quot;, &quot;Not_A Brand&quot;;v=&quot;99&quot;<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-ch-ua-mobile<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp>\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>sec-ch-ua-platform<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp>\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>upgrade-insecure-requests<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str>1<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>user-agent<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"125 characters\">Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/142.0.0.0 Safari\/537.36 Edg\/142.0.0.0<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>accept<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp>\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.7<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-fetch-site<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp>\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>\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-user<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"2 characters\">?1<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>sec-fetch-dest<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"8 characters\">document<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>referer<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"44 characters\">http:\/\/localhost\/onlineshop\/admin\/activation<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>accept-encoding<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"23 characters\">gzip, deflate, br, zstd<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>accept-language<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"14 characters\">en-US,en;q=0.9<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>cookie<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"111 characters\">XSRF-TOKEN=4Ajn4RMOUn7it0VwXGbctPWQ8RA5dL8QxBvXWCWS; asif_syed_session=ZJwIt1LWKeMFKAbjlQgTw4A5h8bTMB1qdRjO4IKe<\/span>\"\n  <\/samp>]\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-1508830290\", {\"maxDepth\":0})<\/script>\n","request_server":"<pre class=sf-dump id=sf-dump-1988948212 data-indent-pad=\"  \"><span class=sf-dump-note>array:45<\/span> [<samp>\n  \"<span class=sf-dump-key>REDIRECT_STATUS<\/span>\" => \"<span class=sf-dump-str title=\"3 characters\">200<\/span>\"\n  \"<span class=sf-dump-key>HTTP_HOST<\/span>\" => \"<span class=sf-dump-str title=\"9 characters\">localhost<\/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=\"66 characters\">&quot;Chromium&quot;;v=&quot;142&quot;, &quot;Microsoft Edge&quot;;v=&quot;142&quot;, &quot;Not_A Brand&quot;;v=&quot;99&quot;<\/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_SEC_CH_UA_PLATFORM<\/span>\" => \"<span class=sf-dump-str title=\"9 characters\">&quot;Windows&quot;<\/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_USER_AGENT<\/span>\" => \"<span class=sf-dump-str title=\"125 characters\">Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/142.0.0.0 Safari\/537.36 Edg\/142.0.0.0<\/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.7<\/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_USER<\/span>\" => \"<span class=sf-dump-str title=\"2 characters\">?1<\/span>\"\n  \"<span class=sf-dump-key>HTTP_SEC_FETCH_DEST<\/span>\" => \"<span class=sf-dump-str title=\"8 characters\">document<\/span>\"\n  \"<span class=sf-dump-key>HTTP_REFERER<\/span>\" => \"<span class=sf-dump-str title=\"44 characters\">http:\/\/localhost\/onlineshop\/admin\/activation<\/span>\"\n  \"<span class=sf-dump-key>HTTP_ACCEPT_ENCODING<\/span>\" => \"<span class=sf-dump-str title=\"23 characters\">gzip, deflate, br, zstd<\/span>\"\n  \"<span class=sf-dump-key>HTTP_ACCEPT_LANGUAGE<\/span>\" => \"<span class=sf-dump-str title=\"14 characters\">en-US,en;q=0.9<\/span>\"\n  \"<span class=sf-dump-key>HTTP_COOKIE<\/span>\" => \"<span class=sf-dump-str title=\"111 characters\">XSRF-TOKEN=4Ajn4RMOUn7it0VwXGbctPWQ8RA5dL8QxBvXWCWS; asif_syed_session=ZJwIt1LWKeMFKAbjlQgTw4A5h8bTMB1qdRjO4IKe<\/span>\"\n  \"<span class=sf-dump-key>PATH<\/span>\" => \"<span class=sf-dump-str title=\"960 characters\">C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\PuTTY\\;C:\\Program Files\\Git\\cmd;C:\\wamp64\\bin\\php\\php8.1.13;C:\\ProgramData\\ComposerSetup\\bin;C:\\Strawberry\\c\\bin;C:\\Strawberry\\perl\\site\\bin;C:\\Strawberry\\perl\\bin;C:\\Users\\asus\\AppData\\Local\\Android\\Sdk\\cmake\\3.31.5\\bin;C:\\cygwin\\gnuarm\\bin;C:\\cygwin\\gnueabi\\bin;C:\\cygwin\\mipsel\\bin;C:\\cygwin\\cross-cortex\\bin;C:\\cygwin\\opt\\mipsel\\bin;C:\\Program Files\\Java\\jdk-21\\bin;C:\\Program Files (x86)\\Common Files\\Sony Shared\\FeliCaLibrary;C:\\Program Files\\Common Files\\Sony Shared\\FeliCaLibrary;C:\\Windows\\SysWOW64;C:\\Program Files\\nodejs\\;C:\\Program Files\\Java\\jdk-17\\bin;C:\\Users\\asus\\AppData\\Local\\Android\\Sdk\\platform-tools;C:\\Users\\asus\\AppData\\Local\\Android\\Sdk\\cmdline-tools\\latest\\bin;C:\\Program Files\\Redis\\;C:\\wamp64\\bin\\php\\php7.4.33;C:\\WINDOWS\\system32\\config\\systemprofile\\AppData\\Local\\Microsoft\\WindowsApps<\/span>\"\n  \"<span class=sf-dump-key>SystemRoot<\/span>\" => \"<span class=sf-dump-str title=\"10 characters\">C:\\WINDOWS<\/span>\"\n  \"<span class=sf-dump-key>COMSPEC<\/span>\" => \"<span class=sf-dump-str title=\"27 characters\">C:\\WINDOWS\\system32\\cmd.exe<\/span>\"\n  \"<span class=sf-dump-key>PATHEXT<\/span>\" => \"<span class=sf-dump-str title=\"53 characters\">.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC<\/span>\"\n  \"<span class=sf-dump-key>WINDIR<\/span>\" => \"<span class=sf-dump-str title=\"10 characters\">C:\\WINDOWS<\/span>\"\n  \"<span class=sf-dump-key>SERVER_SIGNATURE<\/span>\" => \"<span class=sf-dump-str title=\"101 characters\">&lt;address&gt;Apache\/2.4.54 (Win64) PHP\/7.4.33 mod_fcgid\/2.3.10-dev Server at localhost Port 80&lt;\/address&gt;<span class=\"sf-dump-default sf-dump-ns\">\\n<\/span><\/span>\"\n  \"<span class=sf-dump-key>SERVER_SOFTWARE<\/span>\" => \"<span class=sf-dump-str title=\"53 characters\">Apache\/2.4.54 (Win64) PHP\/7.4.33 mod_fcgid\/2.3.10-dev<\/span>\"\n  \"<span class=sf-dump-key>SERVER_NAME<\/span>\" => \"<span class=sf-dump-str title=\"9 characters\">localhost<\/span>\"\n  \"<span class=sf-dump-key>SERVER_ADDR<\/span>\" => \"<span class=sf-dump-str title=\"3 characters\">::1<\/span>\"\n  \"<span class=sf-dump-key>SERVER_PORT<\/span>\" => \"<span class=sf-dump-str title=\"2 characters\">80<\/span>\"\n  \"<span class=sf-dump-key>REMOTE_ADDR<\/span>\" => \"<span class=sf-dump-str title=\"3 characters\">::1<\/span>\"\n  \"<span class=sf-dump-key>DOCUMENT_ROOT<\/span>\" => \"<span class=sf-dump-str title=\"13 characters\">C:\/wamp64\/www<\/span>\"\n  \"<span class=sf-dump-key>REQUEST_SCHEME<\/span>\" => \"<span class=sf-dump-str title=\"4 characters\">http<\/span>\"\n  \"<span class=sf-dump-key>CONTEXT_PREFIX<\/span>\" => \"\"\n  \"<span class=sf-dump-key>CONTEXT_DOCUMENT_ROOT<\/span>\" => \"<span class=sf-dump-str title=\"13 characters\">C:\/wamp64\/www<\/span>\"\n  \"<span class=sf-dump-key>SERVER_ADMIN<\/span>\" => \"<span class=sf-dump-str title=\"29 characters\">wampserver@wampserver.invalid<\/span>\"\n  \"<span class=sf-dump-key>SCRIPT_FILENAME<\/span>\" => \"<span class=sf-dump-str title=\"34 characters\">C:\/wamp64\/www\/onlineshop\/index.php<\/span>\"\n  \"<span class=sf-dump-key>REMOTE_PORT<\/span>\" => \"<span class=sf-dump-str title=\"5 characters\">63057<\/span>\"\n  \"<span class=sf-dump-key>REDIRECT_URL<\/span>\" => \"<span class=sf-dump-str title=\"30 characters\">\/onlineshop\/admin\/products\/all<\/span>\"\n  \"<span class=sf-dump-key>GATEWAY_INTERFACE<\/span>\" => \"<span class=sf-dump-str title=\"7 characters\">CGI\/1.1<\/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>REQUEST_METHOD<\/span>\" => \"<span class=sf-dump-str title=\"3 characters\">GET<\/span>\"\n  \"<span class=sf-dump-key>QUERY_STRING<\/span>\" => \"\"\n  \"<span class=sf-dump-key>REQUEST_URI<\/span>\" => \"<span class=sf-dump-str title=\"30 characters\">\/onlineshop\/admin\/products\/all<\/span>\"\n  \"<span class=sf-dump-key>SCRIPT_NAME<\/span>\" => \"<span class=sf-dump-str title=\"21 characters\">\/onlineshop\/index.php<\/span>\"\n  \"<span class=sf-dump-key>PHP_SELF<\/span>\" => \"<span class=sf-dump-str title=\"21 characters\">\/onlineshop\/index.php<\/span>\"\n  \"<span class=sf-dump-key>REQUEST_TIME_FLOAT<\/span>\" => <span class=sf-dump-num>1764481867.3224<\/span>\n  \"<span class=sf-dump-key>REQUEST_TIME<\/span>\" => <span class=sf-dump-num>1764481867<\/span>\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-1988948212\", {\"maxDepth\":0})<\/script>\n","request_cookies":"<pre class=sf-dump id=sf-dump-965418557 data-indent-pad=\"  \"><span class=sf-dump-note>array:2<\/span> [<samp>\n  \"<span class=sf-dump-key>XSRF-TOKEN<\/span>\" => \"<span class=sf-dump-str title=\"40 characters\">4Ajn4RMOUn7it0VwXGbctPWQ8RA5dL8QxBvXWCWS<\/span>\"\n  \"<span class=sf-dump-key>asif_syed_session<\/span>\" => \"<span class=sf-dump-str title=\"40 characters\">ZJwIt1LWKeMFKAbjlQgTw4A5h8bTMB1qdRjO4IKe<\/span>\"\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-965418557\", {\"maxDepth\":0})<\/script>\n","response_headers":"<pre class=sf-dump id=sf-dump-773296799 data-indent-pad=\"  \"><span class=sf-dump-note>array:5<\/span> [<samp>\n  \"<span class=sf-dump-key>content-type<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp>\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>\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>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"29 characters\">Sun, 30 Nov 2025 05:51:07 GMT<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>set-cookie<\/span>\" => <span class=sf-dump-note>array:2<\/span> [<samp>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"112 characters\">XSRF-TOKEN=4Ajn4RMOUn7it0VwXGbctPWQ8RA5dL8QxBvXWCWS; expires=Sun, 30-Nov-2025 07:51:12 GMT; Max-Age=7200; path=\/<\/span>\"\n    <span class=sf-dump-index>1<\/span> => \"<span class=sf-dump-str title=\"129 characters\">asif_syed_session=ZJwIt1LWKeMFKAbjlQgTw4A5h8bTMB1qdRjO4IKe; expires=Sun, 30-Nov-2025 07:51:12 GMT; Max-Age=7200; path=\/; httponly<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>Set-Cookie<\/span>\" => <span class=sf-dump-note>array:2<\/span> [<samp>\n    <span class=sf-dump-index>0<\/span> => \"<span class=sf-dump-str title=\"98 characters\">XSRF-TOKEN=4Ajn4RMOUn7it0VwXGbctPWQ8RA5dL8QxBvXWCWS; expires=Sun, 30-Nov-2025 07:51:12 GMT; path=\/<\/span>\"\n    <span class=sf-dump-index>1<\/span> => \"<span class=sf-dump-str title=\"115 characters\">asif_syed_session=ZJwIt1LWKeMFKAbjlQgTw4A5h8bTMB1qdRjO4IKe; expires=Sun, 30-Nov-2025 07:51:12 GMT; path=\/; httponly<\/span>\"\n  <\/samp>]\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-773296799\", {\"maxDepth\":0})<\/script>\n","session_attributes":"<pre class=sf-dump id=sf-dump-2093949152 data-indent-pad=\"  \"><span class=sf-dump-note>array:7<\/span> [<samp>\n  \"<span class=sf-dump-key>_token<\/span>\" => \"<span class=sf-dump-str title=\"40 characters\">4Ajn4RMOUn7it0VwXGbctPWQ8RA5dL8QxBvXWCWS<\/span>\"\n  \"<span class=sf-dump-key>url<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp>\n    \"<span class=sf-dump-key>intended<\/span>\" => \"<span class=sf-dump-str title=\"33 characters\">http:\/\/localhost\/onlineshop\/admin<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>_previous<\/span>\" => <span class=sf-dump-note>array:1<\/span> [<samp>\n    \"<span class=sf-dump-key>url<\/span>\" => \"<span class=sf-dump-str title=\"46 characters\">http:\/\/localhost\/onlineshop\/admin\/products\/all<\/span>\"\n  <\/samp>]\n  \"<span class=sf-dump-key>_flash<\/span>\" => <span class=sf-dump-note>array:2<\/span> [<samp>\n    \"<span class=sf-dump-key>old<\/span>\" => []\n    \"<span class=sf-dump-key>new<\/span>\" => []\n  <\/samp>]\n  \"<span class=sf-dump-key>locale<\/span>\" => \"<span class=sf-dump-str title=\"2 characters\">en<\/span>\"\n  \"<span class=sf-dump-key>login_web_59ba36addc2b2f9401580f014c7f58ea4e30989d<\/span>\" => <span class=sf-dump-num>9<\/span>\n  \"<span class=sf-dump-key>PHPDEBUGBAR_STACK_DATA<\/span>\" => []\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-2093949152\", {\"maxDepth\":0})<\/script>\n"}}