{"__meta":{"id":"Xd79838fb0be25b885f63b5bc6a66edc7","datetime":"2025-11-30 11:56:31","utime":1764482191.009239,"method":"GET","uri":"\/onlineshop\/admin\/products\/all","ip":"::1"},"php":{"version":"7.4.33","interface":"apache2handler"},"messages":{"count":0,"messages":[]},"time":{"start":1764482185.917235,"end":1764482191.009258,"duration":5.092023134231567,"duration_str":"5.09s","measures":[{"label":"Booting","start":1764482185.917235,"relative_start":0,"end":1764482186.245004,"relative_end":1764482186.245004,"duration":0.32776904106140137,"duration_str":"328ms","memory":0,"memory_str":"0B","params":[],"collector":null},{"label":"Application","start":1764482186.245047,"relative_start":0.32781219482421875,"end":1764482191.009261,"relative_end":2.86102294921875e-6,"duration":4.764213800430298,"duration_str":"4.76s","memory":0,"memory_str":"0B","params":[],"collector":null}]},"memory":{"peak_usage":10299368,"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.3901800000000017,"accumulated_duration_str":"2.39s","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.012410000000000001,"duration_str":"12.41ms","stmt_id":"\\vendor\\laravel\\framework\\src\\Illuminate\\Auth\\EloquentUserProvider.php:52","connection":"onlineshop","start_percent":0,"width_percent":0.519},{"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.00302,"duration_str":"3.02ms","stmt_id":"\\app\\Http\\Controllers\\ProductController.php:123","connection":"onlineshop","start_percent":0.519,"width_percent":0.126},{"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.00221,"duration_str":"2.21ms","stmt_id":"\\app\\Http\\Controllers\\ProductController.php:123","connection":"onlineshop","start_percent":0.646,"width_percent":0.092},{"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.0024100000000000002,"duration_str":"2.41ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":0.738,"width_percent":0.101},{"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.00195,"duration_str":"1.95ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":0.839,"width_percent":0.082},{"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.0028399999999999996,"duration_str":"2.84ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":0.92,"width_percent":0.119},{"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.0025,"duration_str":"2.5ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":1.039,"width_percent":0.105},{"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.0019299999999999999,"duration_str":"1.93ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":1.144,"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.00211,"duration_str":"2.11ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":1.225,"width_percent":0.088},{"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.01656,"duration_str":"16.56ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":1.313,"width_percent":0.693},{"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.01744,"duration_str":"17.44ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":2.006,"width_percent":0.73},{"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.01322,"duration_str":"13.22ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":2.735,"width_percent":0.553},{"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.013300000000000001,"duration_str":"13.3ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":3.288,"width_percent":0.556},{"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.0013700000000000001,"duration_str":"1.37ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":3.845,"width_percent":0.057},{"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.00131,"duration_str":"1.31ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":3.902,"width_percent":0.055},{"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.00133,"duration_str":"1.33ms","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:52","connection":"onlineshop","start_percent":3.957,"width_percent":0.056},{"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.00267,"duration_str":"2.67ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":4.013,"width_percent":0.112},{"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.00134,"duration_str":"1.34ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":4.124,"width_percent":0.056},{"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.00128,"duration_str":"1.28ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":4.18,"width_percent":0.054},{"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.0010500000000000002,"duration_str":"1.05ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":4.234,"width_percent":0.044},{"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.00098,"duration_str":"980\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":4.278,"width_percent":0.041},{"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.0009599999999999999,"duration_str":"960\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":4.319,"width_percent":0.04},{"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.0010500000000000002,"duration_str":"1.05ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":4.359,"width_percent":0.044},{"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.00092,"duration_str":"920\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":4.403,"width_percent":0.038},{"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.00146,"duration_str":"1.46ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":4.442,"width_percent":0.061},{"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.00127,"duration_str":"1.27ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":4.503,"width_percent":0.053},{"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.00124,"duration_str":"1.24ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":4.556,"width_percent":0.052},{"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.0012900000000000001,"duration_str":"1.29ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":4.608,"width_percent":0.054},{"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.0017800000000000001,"duration_str":"1.78ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":4.662,"width_percent":0.074},{"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.00175,"duration_str":"1.75ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":4.736,"width_percent":0.073},{"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.00128,"duration_str":"1.28ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":4.809,"width_percent":0.054},{"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.0016899999999999999,"duration_str":"1.69ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":4.863,"width_percent":0.071},{"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.00164,"duration_str":"1.64ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":4.934,"width_percent":0.069},{"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.0012,"duration_str":"1.2ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":5.002,"width_percent":0.05},{"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.00132,"duration_str":"1.32ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":5.052,"width_percent":0.055},{"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.00124,"duration_str":"1.24ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":5.108,"width_percent":0.052},{"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.013009999999999999,"duration_str":"13.01ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":5.159,"width_percent":0.544},{"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.013810000000000001,"duration_str":"13.81ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":5.704,"width_percent":0.578},{"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.0016799999999999999,"duration_str":"1.68ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":6.282,"width_percent":0.07},{"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.0014,"duration_str":"1.4ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":6.352,"width_percent":0.059},{"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.00171,"duration_str":"1.71ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":6.41,"width_percent":0.072},{"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.00135,"duration_str":"1.35ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":6.482,"width_percent":0.056},{"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.00095,"duration_str":"950\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":6.538,"width_percent":0.04},{"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.00117,"duration_str":"1.17ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":6.578,"width_percent":0.049},{"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.00127,"duration_str":"1.27ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":6.627,"width_percent":0.053},{"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.00102,"duration_str":"1.02ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":6.68,"width_percent":0.043},{"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.00102,"duration_str":"1.02ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":6.723,"width_percent":0.043},{"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.00103,"duration_str":"1.03ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":6.766,"width_percent":0.043},{"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.0020800000000000003,"duration_str":"2.08ms","stmt_id":"\\app\\Http\\Helpers.php:918","connection":"onlineshop","start_percent":6.809,"width_percent":0.087},{"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.00131,"duration_str":"1.31ms","stmt_id":"\\app\\Product.php:17","connection":"onlineshop","start_percent":6.896,"width_percent":0.055},{"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.00161,"duration_str":"1.61ms","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:129","connection":"onlineshop","start_percent":6.951,"width_percent":0.067},{"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.00141,"duration_str":"1.41ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":7.018,"width_percent":0.059},{"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.00087,"duration_str":"870\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":7.077,"width_percent":0.036},{"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.00107,"duration_str":"1.07ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":7.113,"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.0013700000000000001,"duration_str":"1.37ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":7.158,"width_percent":0.057},{"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.00127,"duration_str":"1.27ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":7.215,"width_percent":0.053},{"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.00122,"duration_str":"1.22ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":7.268,"width_percent":0.051},{"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.0011899999999999999,"duration_str":"1.19ms","stmt_id":"\\app\\Http\\Helpers.php:309","connection":"onlineshop","start_percent":7.32,"width_percent":0.05},{"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.0008900000000000001,"duration_str":"890\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:311","connection":"onlineshop","start_percent":7.369,"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.0014199999999999998,"duration_str":"1.42ms","stmt_id":"\\app\\Http\\Helpers.php:315","connection":"onlineshop","start_percent":7.407,"width_percent":0.059},{"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.00125,"duration_str":"1.25ms","stmt_id":"\\app\\Http\\Helpers.php:319","connection":"onlineshop","start_percent":7.466,"width_percent":0.052},{"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.00163,"duration_str":"1.63ms","stmt_id":"\\app\\Http\\Helpers.php:570","connection":"onlineshop","start_percent":7.518,"width_percent":0.068},{"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.00123,"duration_str":"1.23ms","stmt_id":"\\app\\Http\\Helpers.php:574","connection":"onlineshop","start_percent":7.586,"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.00159,"duration_str":"1.59ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":7.638,"width_percent":0.067},{"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.0017900000000000001,"duration_str":"1.79ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":7.704,"width_percent":0.075},{"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.0013700000000000001,"duration_str":"1.37ms","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:140","connection":"onlineshop","start_percent":7.779,"width_percent":0.057},{"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.00151,"duration_str":"1.51ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":7.837,"width_percent":0.063},{"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.00136,"duration_str":"1.36ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":7.9,"width_percent":0.057},{"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.0012,"duration_str":"1.2ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":7.957,"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.00095,"duration_str":"950\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":8.007,"width_percent":0.04},{"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.00098,"duration_str":"980\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":8.047,"width_percent":0.041},{"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.0010500000000000002,"duration_str":"1.05ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":8.088,"width_percent":0.044},{"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.00135,"duration_str":"1.35ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":8.132,"width_percent":0.056},{"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.0013,"duration_str":"1.3ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":8.188,"width_percent":0.054},{"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.00109,"duration_str":"1.09ms","stmt_id":"\\app\\Http\\Helpers.php:918","connection":"onlineshop","start_percent":8.242,"width_percent":0.046},{"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.00083,"duration_str":"830\u03bcs","stmt_id":"\\app\\Product.php:17","connection":"onlineshop","start_percent":8.288,"width_percent":0.035},{"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.00078,"duration_str":"780\u03bcs","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:129","connection":"onlineshop","start_percent":8.323,"width_percent":0.033},{"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.00124,"duration_str":"1.24ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":8.355,"width_percent":0.052},{"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.00136,"duration_str":"1.36ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":8.407,"width_percent":0.057},{"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":8.464,"width_percent":0.052},{"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.00106,"duration_str":"1.06ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":8.516,"width_percent":0.044},{"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":8.56,"width_percent":0.037},{"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.00122,"duration_str":"1.22ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":8.598,"width_percent":0.051},{"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":8.649,"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":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.00088,"duration_str":"880\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:311","connection":"onlineshop","start_percent":8.682,"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.00121,"duration_str":"1.21ms","stmt_id":"\\app\\Http\\Helpers.php:315","connection":"onlineshop","start_percent":8.719,"width_percent":0.051},{"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.00219,"duration_str":"2.19ms","stmt_id":"\\app\\Http\\Helpers.php:319","connection":"onlineshop","start_percent":8.769,"width_percent":0.092},{"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.0016200000000000001,"duration_str":"1.62ms","stmt_id":"\\app\\Http\\Helpers.php:570","connection":"onlineshop","start_percent":8.861,"width_percent":0.068},{"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.001,"duration_str":"1ms","stmt_id":"\\app\\Http\\Helpers.php:574","connection":"onlineshop","start_percent":8.929,"width_percent":0.042},{"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.0017900000000000001,"duration_str":"1.79ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":8.97,"width_percent":0.075},{"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.0014399999999999999,"duration_str":"1.44ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":9.045,"width_percent":0.06},{"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.00134,"duration_str":"1.34ms","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:140","connection":"onlineshop","start_percent":9.106,"width_percent":0.056},{"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.0022400000000000002,"duration_str":"2.24ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":9.162,"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.0024700000000000004,"duration_str":"2.47ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":9.255,"width_percent":0.103},{"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.00191,"duration_str":"1.91ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":9.359,"width_percent":0.08},{"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.00124,"duration_str":"1.24ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":9.439,"width_percent":0.052},{"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.00127,"duration_str":"1.27ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":9.49,"width_percent":0.053},{"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.00121,"duration_str":"1.21ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":9.544,"width_percent":0.051},{"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.0022299999999999998,"duration_str":"2.23ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":9.594,"width_percent":0.093},{"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.00175,"duration_str":"1.75ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":9.688,"width_percent":0.073},{"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.0008399999999999999,"duration_str":"840\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:918","connection":"onlineshop","start_percent":9.761,"width_percent":0.035},{"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.00083,"duration_str":"830\u03bcs","stmt_id":"\\app\\Product.php:17","connection":"onlineshop","start_percent":9.796,"width_percent":0.035},{"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.00134,"duration_str":"1.34ms","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:129","connection":"onlineshop","start_percent":9.831,"width_percent":0.056},{"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.00155,"duration_str":"1.55ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":9.887,"width_percent":0.065},{"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.00122,"duration_str":"1.22ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":9.952,"width_percent":0.051},{"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.00171,"duration_str":"1.71ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":10.003,"width_percent":0.072},{"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.00173,"duration_str":"1.73ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":10.074,"width_percent":0.072},{"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.0013,"duration_str":"1.3ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":10.147,"width_percent":0.054},{"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.00164,"duration_str":"1.64ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":10.201,"width_percent":0.069},{"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.00115,"duration_str":"1.15ms","stmt_id":"\\app\\Http\\Helpers.php:309","connection":"onlineshop","start_percent":10.27,"width_percent":0.048},{"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.00122,"duration_str":"1.22ms","stmt_id":"\\app\\Http\\Helpers.php:311","connection":"onlineshop","start_percent":10.318,"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.00156,"duration_str":"1.56ms","stmt_id":"\\app\\Http\\Helpers.php:315","connection":"onlineshop","start_percent":10.369,"width_percent":0.065},{"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.00093,"duration_str":"930\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:319","connection":"onlineshop","start_percent":10.434,"width_percent":0.039},{"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.00152,"duration_str":"1.52ms","stmt_id":"\\app\\Http\\Helpers.php:570","connection":"onlineshop","start_percent":10.473,"width_percent":0.064},{"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.0009599999999999999,"duration_str":"960\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:574","connection":"onlineshop","start_percent":10.536,"width_percent":0.04},{"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.00125,"duration_str":"1.25ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":10.577,"width_percent":0.052},{"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.00107,"duration_str":"1.07ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":10.629,"width_percent":0.045},{"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.00095,"duration_str":"950\u03bcs","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:140","connection":"onlineshop","start_percent":10.674,"width_percent":0.04},{"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.00146,"duration_str":"1.46ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":10.713,"width_percent":0.061},{"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.00115,"duration_str":"1.15ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":10.775,"width_percent":0.048},{"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.0010400000000000001,"duration_str":"1.04ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":10.823,"width_percent":0.044},{"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.00088,"duration_str":"880\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":10.866,"width_percent":0.037},{"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.00122,"duration_str":"1.22ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":10.903,"width_percent":0.051},{"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.00113,"duration_str":"1.13ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":10.954,"width_percent":0.047},{"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.00136,"duration_str":"1.36ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":11.001,"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.00131,"duration_str":"1.31ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":11.058,"width_percent":0.055},{"sql":"select * from `uploads` where `uploads`.`id` = '37' and `uploads`.`deleted_at` is null limit 1","type":"query","params":[],"bindings":["37"],"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.00079,"duration_str":"790\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:918","connection":"onlineshop","start_percent":11.113,"width_percent":0.033},{"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.0009599999999999999,"duration_str":"960\u03bcs","stmt_id":"\\app\\Product.php:17","connection":"onlineshop","start_percent":11.146,"width_percent":0.04},{"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.00086,"duration_str":"860\u03bcs","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:129","connection":"onlineshop","start_percent":11.186,"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.00094,"duration_str":"940\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":11.222,"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.00102,"duration_str":"1.02ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":11.261,"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.00103,"duration_str":"1.03ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":11.304,"width_percent":0.043},{"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.00165,"duration_str":"1.65ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":11.347,"width_percent":0.069},{"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.00113,"duration_str":"1.13ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":11.416,"width_percent":0.047},{"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.00135,"duration_str":"1.35ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":11.464,"width_percent":0.056},{"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.00085,"duration_str":"850\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:309","connection":"onlineshop","start_percent":11.52,"width_percent":0.036},{"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.00088,"duration_str":"880\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:311","connection":"onlineshop","start_percent":11.556,"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.0011799999999999998,"duration_str":"1.18ms","stmt_id":"\\app\\Http\\Helpers.php:315","connection":"onlineshop","start_percent":11.592,"width_percent":0.049},{"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.00075,"duration_str":"750\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:319","connection":"onlineshop","start_percent":11.642,"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":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.00152,"duration_str":"1.52ms","stmt_id":"\\app\\Http\\Helpers.php:570","connection":"onlineshop","start_percent":11.673,"width_percent":0.064},{"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.00125,"duration_str":"1.25ms","stmt_id":"\\app\\Http\\Helpers.php:574","connection":"onlineshop","start_percent":11.737,"width_percent":0.052},{"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.00107,"duration_str":"1.07ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":11.789,"width_percent":0.045},{"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.00095,"duration_str":"950\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":11.834,"width_percent":0.04},{"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.0010400000000000001,"duration_str":"1.04ms","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:140","connection":"onlineshop","start_percent":11.874,"width_percent":0.044},{"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.00145,"duration_str":"1.45ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":11.917,"width_percent":0.061},{"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.00114,"duration_str":"1.14ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":11.978,"width_percent":0.048},{"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.0010400000000000001,"duration_str":"1.04ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":12.025,"width_percent":0.044},{"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.00106,"duration_str":"1.06ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":12.069,"width_percent":0.044},{"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.00085,"duration_str":"850\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":12.113,"width_percent":0.036},{"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":12.149,"width_percent":0.039},{"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.00175,"duration_str":"1.75ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":12.188,"width_percent":0.073},{"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.00145,"duration_str":"1.45ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":12.261,"width_percent":0.061},{"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.00078,"duration_str":"780\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:918","connection":"onlineshop","start_percent":12.322,"width_percent":0.033},{"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.00082,"duration_str":"820\u03bcs","stmt_id":"\\app\\Product.php:17","connection":"onlineshop","start_percent":12.355,"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.0009,"duration_str":"900\u03bcs","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:129","connection":"onlineshop","start_percent":12.389,"width_percent":0.038},{"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.00116,"duration_str":"1.16ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":12.427,"width_percent":0.049},{"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.0009599999999999999,"duration_str":"960\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":12.475,"width_percent":0.04},{"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.00373,"duration_str":"3.73ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":12.515,"width_percent":0.156},{"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.00107,"duration_str":"1.07ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":12.671,"width_percent":0.045},{"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.00101,"duration_str":"1.01ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":12.716,"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.00093,"duration_str":"930\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":12.758,"width_percent":0.039},{"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.00082,"duration_str":"820\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:309","connection":"onlineshop","start_percent":12.797,"width_percent":0.034},{"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.00082,"duration_str":"820\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:311","connection":"onlineshop","start_percent":12.832,"width_percent":0.034},{"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.00098,"duration_str":"980\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:315","connection":"onlineshop","start_percent":12.866,"width_percent":0.041},{"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.00083,"duration_str":"830\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:319","connection":"onlineshop","start_percent":12.907,"width_percent":0.035},{"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.0013,"duration_str":"1.3ms","stmt_id":"\\app\\Http\\Helpers.php:570","connection":"onlineshop","start_percent":12.942,"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.0009599999999999999,"duration_str":"960\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:574","connection":"onlineshop","start_percent":12.996,"width_percent":0.04},{"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.00124,"duration_str":"1.24ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":13.036,"width_percent":0.052},{"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.00115,"duration_str":"1.15ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":13.088,"width_percent":0.048},{"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.0008900000000000001,"duration_str":"890\u03bcs","stmt_id":"view::c5fef862102666171e0e2bb4a454b0df7770878c:140","connection":"onlineshop","start_percent":13.136,"width_percent":0.037},{"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.00136,"duration_str":"1.36ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":13.173,"width_percent":0.057},{"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.00109,"duration_str":"1.09ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":13.23,"width_percent":0.046},{"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.00082,"duration_str":"820\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":13.276,"width_percent":0.034},{"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.0008900000000000001,"duration_str":"890\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":13.31,"width_percent":0.037},{"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.0013,"duration_str":"1.3ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":13.348,"width_percent":0.054},{"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":13.402,"width_percent":0.046},{"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.00133,"duration_str":"1.33ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":13.448,"width_percent":0.056},{"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.00156,"duration_str":"1.56ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":13.504,"width_percent":0.065},{"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.00133,"duration_str":"1.33ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":13.569,"width_percent":0.056},{"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.00113,"duration_str":"1.13ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":13.624,"width_percent":0.047},{"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.0008900000000000001,"duration_str":"890\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":13.672,"width_percent":0.037},{"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.00079,"duration_str":"790\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":13.709,"width_percent":0.033},{"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.00124,"duration_str":"1.24ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":13.742,"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.0015,"duration_str":"1.5ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":13.794,"width_percent":0.063},{"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.0013,"duration_str":"1.3ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":13.857,"width_percent":0.054},{"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.00127,"duration_str":"1.27ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":13.911,"width_percent":0.053},{"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.0011200000000000001,"duration_str":"1.12ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":13.964,"width_percent":0.047},{"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.00135,"duration_str":"1.35ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":14.011,"width_percent":0.056},{"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.0009699999999999999,"duration_str":"970\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":14.068,"width_percent":0.041},{"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.00103,"duration_str":"1.03ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":14.108,"width_percent":0.043},{"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.0008,"duration_str":"800\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":14.151,"width_percent":0.033},{"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.001,"duration_str":"1ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":14.185,"width_percent":0.042},{"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.00135,"duration_str":"1.35ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":14.227,"width_percent":0.056},{"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.0010400000000000001,"duration_str":"1.04ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":14.283,"width_percent":0.044},{"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.013439999999999999,"duration_str":"13.44ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":14.327,"width_percent":0.562},{"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.013519999999999999,"duration_str":"13.52ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":14.889,"width_percent":0.566},{"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.0011799999999999998,"duration_str":"1.18ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":15.454,"width_percent":0.049},{"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.00094,"duration_str":"940\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":15.504,"width_percent":0.039},{"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.0011799999999999998,"duration_str":"1.18ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":15.543,"width_percent":0.049},{"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.00102,"duration_str":"1.02ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":15.593,"width_percent":0.043},{"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.00083,"duration_str":"830\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":15.635,"width_percent":0.035},{"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.0008100000000000001,"duration_str":"810\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":15.67,"width_percent":0.034},{"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.00107,"duration_str":"1.07ms","stmt_id":"view::cda5fb2e5a45649cb5253a2acdc3e1f0ea67a688:2","connection":"onlineshop","start_percent":15.704,"width_percent":0.045},{"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.00181,"duration_str":"1.81ms","stmt_id":"\\app\\Http\\Helpers.php:918","connection":"onlineshop","start_percent":15.749,"width_percent":0.076},{"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.0009,"duration_str":"900\u03bcs","stmt_id":"view::cda5fb2e5a45649cb5253a2acdc3e1f0ea67a688:25","connection":"onlineshop","start_percent":15.824,"width_percent":0.038},{"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.0127,"duration_str":"12.7ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":15.862,"width_percent":0.531},{"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.01802,"duration_str":"18.02ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":16.393,"width_percent":0.754},{"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.0017900000000000001,"duration_str":"1.79ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":17.147,"width_percent":0.075},{"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.00188,"duration_str":"1.88ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":17.222,"width_percent":0.079},{"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.00134,"duration_str":"1.34ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":17.301,"width_percent":0.056},{"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.00124,"duration_str":"1.24ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":17.357,"width_percent":0.052},{"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.01279,"duration_str":"12.79ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":17.409,"width_percent":0.535},{"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.01225,"duration_str":"12.25ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":17.944,"width_percent":0.513},{"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.0126,"duration_str":"12.6ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":18.456,"width_percent":0.527},{"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.01249,"duration_str":"12.49ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":18.984,"width_percent":0.523},{"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.01217,"duration_str":"12.17ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":19.506,"width_percent":0.509},{"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.012119999999999999,"duration_str":"12.12ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":20.015,"width_percent":0.507},{"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.01247,"duration_str":"12.47ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":20.522,"width_percent":0.522},{"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.01259,"duration_str":"12.59ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":21.044,"width_percent":0.527},{"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.01265,"duration_str":"12.65ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":21.571,"width_percent":0.529},{"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.01757,"duration_str":"17.57ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":22.1,"width_percent":0.735},{"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.0006,"duration_str":"600\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":22.835,"width_percent":0.025},{"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.00045,"duration_str":"450\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":22.86,"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.01284,"duration_str":"12.84ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":22.879,"width_percent":0.537},{"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.01341,"duration_str":"13.41ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":23.416,"width_percent":0.561},{"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.01304,"duration_str":"13.04ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":23.977,"width_percent":0.546},{"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.02181,"duration_str":"21.81ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":24.523,"width_percent":0.912},{"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.01222,"duration_str":"12.22ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":25.435,"width_percent":0.511},{"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.01247,"duration_str":"12.47ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":25.947,"width_percent":0.522},{"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.01326,"duration_str":"13.26ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":26.468,"width_percent":0.555},{"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.013689999999999999,"duration_str":"13.69ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":27.023,"width_percent":0.573},{"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.01281,"duration_str":"12.81ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":27.596,"width_percent":0.536},{"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.01305,"duration_str":"13.05ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":28.132,"width_percent":0.546},{"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.01339,"duration_str":"13.39ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":28.678,"width_percent":0.56},{"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.01286,"duration_str":"12.86ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":29.238,"width_percent":0.538},{"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.01319,"duration_str":"13.19ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":29.776,"width_percent":0.552},{"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.01322,"duration_str":"13.22ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":30.328,"width_percent":0.553},{"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.013630000000000001,"duration_str":"13.63ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":30.881,"width_percent":0.57},{"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.0161,"duration_str":"16.1ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":31.451,"width_percent":0.674},{"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.01964,"duration_str":"19.64ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":32.125,"width_percent":0.822},{"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.023829999999999997,"duration_str":"23.83ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":32.946,"width_percent":0.997},{"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.00185,"duration_str":"1.85ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":33.943,"width_percent":0.077},{"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.0016200000000000001,"duration_str":"1.62ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":34.021,"width_percent":0.068},{"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.01874,"duration_str":"18.74ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":34.089,"width_percent":0.784},{"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.02886,"duration_str":"28.86ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":34.873,"width_percent":1.207},{"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.0008900000000000001,"duration_str":"890\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:918","connection":"onlineshop","start_percent":36.08,"width_percent":0.037},{"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.00161,"duration_str":"1.61ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":36.117,"width_percent":0.067},{"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.00171,"duration_str":"1.71ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":36.185,"width_percent":0.072},{"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.00231,"duration_str":"2.31ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":36.256,"width_percent":0.097},{"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.0025099999999999996,"duration_str":"2.51ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":36.353,"width_percent":0.105},{"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.00141,"duration_str":"1.41ms","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:27","connection":"onlineshop","start_percent":36.458,"width_percent":0.059},{"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.00213,"duration_str":"2.13ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":36.517,"width_percent":0.089},{"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.00282,"duration_str":"2.82ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":36.606,"width_percent":0.118},{"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.00344,"duration_str":"3.44ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":36.724,"width_percent":0.144},{"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.00239,"duration_str":"2.39ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":36.868,"width_percent":0.1},{"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.0030800000000000003,"duration_str":"3.08ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":36.968,"width_percent":0.129},{"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.00181,"duration_str":"1.81ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":37.097,"width_percent":0.076},{"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.00232,"duration_str":"2.32ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":37.173,"width_percent":0.097},{"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.00202,"duration_str":"2.02ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":37.27,"width_percent":0.085},{"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.00276,"duration_str":"2.76ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":37.354,"width_percent":0.115},{"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.00242,"duration_str":"2.42ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":37.47,"width_percent":0.101},{"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.00218,"duration_str":"2.18ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":37.571,"width_percent":0.091},{"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.00214,"duration_str":"2.14ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":37.662,"width_percent":0.09},{"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.00232,"duration_str":"2.32ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":37.752,"width_percent":0.097},{"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.00188,"duration_str":"1.88ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":37.849,"width_percent":0.079},{"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.00199,"duration_str":"1.99ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":37.927,"width_percent":0.083},{"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.00214,"duration_str":"2.14ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":38.011,"width_percent":0.09},{"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.00244,"duration_str":"2.44ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":38.1,"width_percent":0.102},{"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.00222,"duration_str":"2.22ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":38.202,"width_percent":0.093},{"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.00231,"duration_str":"2.31ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":38.295,"width_percent":0.097},{"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.00173,"duration_str":"1.73ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":38.392,"width_percent":0.072},{"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.00135,"duration_str":"1.35ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":38.464,"width_percent":0.056},{"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.00172,"duration_str":"1.72ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":38.521,"width_percent":0.072},{"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.00125,"duration_str":"1.25ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":38.592,"width_percent":0.052},{"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.0013,"duration_str":"1.3ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":38.645,"width_percent":0.054},{"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.0027400000000000002,"duration_str":"2.74ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":38.699,"width_percent":0.115},{"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.00239,"duration_str":"2.39ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":38.814,"width_percent":0.1},{"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.0025299999999999997,"duration_str":"2.53ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":38.914,"width_percent":0.106},{"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.00215,"duration_str":"2.15ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":39.02,"width_percent":0.09},{"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.00264,"duration_str":"2.64ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":39.11,"width_percent":0.11},{"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.00218,"duration_str":"2.18ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":39.22,"width_percent":0.091},{"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.0025299999999999997,"duration_str":"2.53ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":39.311,"width_percent":0.106},{"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.0025499999999999997,"duration_str":"2.55ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":39.417,"width_percent":0.107},{"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.00242,"duration_str":"2.42ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":39.524,"width_percent":0.101},{"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.00204,"duration_str":"2.04ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":39.625,"width_percent":0.085},{"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.00248,"duration_str":"2.48ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":39.71,"width_percent":0.104},{"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.0016200000000000001,"duration_str":"1.62ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":39.814,"width_percent":0.068},{"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.00076,"duration_str":"760\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:172","connection":"onlineshop","start_percent":39.882,"width_percent":0.032},{"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.00073,"duration_str":"730\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:210","connection":"onlineshop","start_percent":39.914,"width_percent":0.031},{"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.0016,"duration_str":"1.6ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":39.944,"width_percent":0.067},{"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.0013700000000000001,"duration_str":"1.37ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":40.011,"width_percent":0.057},{"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.0012900000000000001,"duration_str":"1.29ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":40.069,"width_percent":0.054},{"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.00149,"duration_str":"1.49ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":40.123,"width_percent":0.062},{"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.00202,"duration_str":"2.02ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":40.185,"width_percent":0.085},{"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.0019299999999999999,"duration_str":"1.93ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":40.269,"width_percent":0.081},{"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.00126,"duration_str":"1.26ms","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:289","connection":"onlineshop","start_percent":40.35,"width_percent":0.053},{"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.00279,"duration_str":"2.79ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":40.403,"width_percent":0.117},{"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.00177,"duration_str":"1.77ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":40.52,"width_percent":0.074},{"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.0017900000000000001,"duration_str":"1.79ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":40.594,"width_percent":0.075},{"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.00175,"duration_str":"1.75ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":40.668,"width_percent":0.073},{"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.00141,"duration_str":"1.41ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":40.742,"width_percent":0.059},{"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.00171,"duration_str":"1.71ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":40.801,"width_percent":0.072},{"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.0017,"duration_str":"1.7ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":40.872,"width_percent":0.071},{"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.0020800000000000003,"duration_str":"2.08ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":40.943,"width_percent":0.087},{"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.00086,"duration_str":"860\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:312","connection":"onlineshop","start_percent":41.03,"width_percent":0.036},{"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.00133,"duration_str":"1.33ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":41.066,"width_percent":0.056},{"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.00135,"duration_str":"1.35ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":41.122,"width_percent":0.056},{"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.013349999999999999,"duration_str":"13.35ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":41.178,"width_percent":0.559},{"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.013009999999999999,"duration_str":"13.01ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":41.737,"width_percent":0.544},{"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.00161,"duration_str":"1.61ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":42.281,"width_percent":0.067},{"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.00184,"duration_str":"1.84ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":42.349,"width_percent":0.077},{"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.0016200000000000001,"duration_str":"1.62ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":42.426,"width_percent":0.068},{"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.00146,"duration_str":"1.46ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":42.493,"width_percent":0.061},{"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.0023799999999999997,"duration_str":"2.38ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":42.555,"width_percent":0.1},{"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.00172,"duration_str":"1.72ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":42.654,"width_percent":0.072},{"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.0025299999999999997,"duration_str":"2.53ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":42.726,"width_percent":0.106},{"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.0016799999999999999,"duration_str":"1.68ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":42.832,"width_percent":0.07},{"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.00188,"duration_str":"1.88ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":42.902,"width_percent":0.079},{"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.0014299999999999998,"duration_str":"1.43ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":42.981,"width_percent":0.06},{"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.01311,"duration_str":"13.11ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":43.041,"width_percent":0.548},{"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.01305,"duration_str":"13.05ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":43.589,"width_percent":0.546},{"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.00164,"duration_str":"1.64ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":44.135,"width_percent":0.069},{"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.00139,"duration_str":"1.39ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":44.204,"width_percent":0.058},{"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.014119999999999999,"duration_str":"14.12ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":44.262,"width_percent":0.591},{"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.01261,"duration_str":"12.61ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":44.853,"width_percent":0.528},{"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.0121,"duration_str":"12.1ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":45.38,"width_percent":0.506},{"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.01859,"duration_str":"18.59ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":45.887,"width_percent":0.778},{"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.02788,"duration_str":"27.88ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":46.664,"width_percent":1.166},{"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.01469,"duration_str":"14.69ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":47.831,"width_percent":0.615},{"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.01423,"duration_str":"14.23ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":48.445,"width_percent":0.595},{"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.01402,"duration_str":"14.02ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":49.041,"width_percent":0.587},{"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.00123,"duration_str":"1.23ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":49.627,"width_percent":0.051},{"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.00099,"duration_str":"990\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":49.679,"width_percent":0.041},{"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.00098,"duration_str":"980\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":49.72,"width_percent":0.041},{"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.0009,"duration_str":"900\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":49.761,"width_percent":0.038},{"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.00145,"duration_str":"1.45ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":49.799,"width_percent":0.061},{"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.00088,"duration_str":"880\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":49.859,"width_percent":0.037},{"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.0011,"duration_str":"1.1ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":49.896,"width_percent":0.046},{"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.00099,"duration_str":"990\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":49.942,"width_percent":0.041},{"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.00049,"duration_str":"490\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:441","connection":"onlineshop","start_percent":49.984,"width_percent":0.021},{"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.0017800000000000001,"duration_str":"1.78ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":50.004,"width_percent":0.074},{"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.00165,"duration_str":"1.65ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":50.079,"width_percent":0.069},{"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.00163,"duration_str":"1.63ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":50.148,"width_percent":0.068},{"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":50.216,"width_percent":0.061},{"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.0015300000000000001,"duration_str":"1.53ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":50.277,"width_percent":0.064},{"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.00123,"duration_str":"1.23ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":50.341,"width_percent":0.051},{"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.00098,"duration_str":"980\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:480","connection":"onlineshop","start_percent":50.392,"width_percent":0.041},{"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.0014299999999999998,"duration_str":"1.43ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":50.433,"width_percent":0.06},{"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.00156,"duration_str":"1.56ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":50.493,"width_percent":0.065},{"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.0010400000000000001,"duration_str":"1.04ms","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:491","connection":"onlineshop","start_percent":50.559,"width_percent":0.044},{"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.00133,"duration_str":"1.33ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":50.602,"width_percent":0.056},{"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.0014399999999999999,"duration_str":"1.44ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":50.658,"width_percent":0.06},{"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.001,"duration_str":"1ms","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:508","connection":"onlineshop","start_percent":50.718,"width_percent":0.042},{"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.00091,"duration_str":"910\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:556","connection":"onlineshop","start_percent":50.76,"width_percent":0.038},{"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.00085,"duration_str":"850\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:556","connection":"onlineshop","start_percent":50.798,"width_percent":0.036},{"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.00136,"duration_str":"1.36ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":50.833,"width_percent":0.057},{"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.00174,"duration_str":"1.74ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":50.89,"width_percent":0.073},{"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.0014199999999999998,"duration_str":"1.42ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":50.963,"width_percent":0.059},{"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.00159,"duration_str":"1.59ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":51.023,"width_percent":0.067},{"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.00151,"duration_str":"1.51ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":51.089,"width_percent":0.063},{"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.00123,"duration_str":"1.23ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":51.152,"width_percent":0.051},{"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.00087,"duration_str":"870\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:585","connection":"onlineshop","start_percent":51.204,"width_percent":0.036},{"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.00067,"duration_str":"670\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:601","connection":"onlineshop","start_percent":51.24,"width_percent":0.028},{"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.00082,"duration_str":"820\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:624","connection":"onlineshop","start_percent":51.268,"width_percent":0.034},{"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":51.302,"width_percent":0.037},{"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.0014199999999999998,"duration_str":"1.42ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":51.339,"width_percent":0.059},{"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.0020499999999999997,"duration_str":"2.05ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":51.399,"width_percent":0.086},{"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.0015400000000000001,"duration_str":"1.54ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":51.484,"width_percent":0.064},{"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":51.549,"width_percent":0.059},{"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.00135,"duration_str":"1.35ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":51.608,"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.0016799999999999999,"duration_str":"1.68ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":51.664,"width_percent":0.07},{"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.00176,"duration_str":"1.76ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":51.735,"width_percent":0.074},{"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.0015,"duration_str":"1.5ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":51.808,"width_percent":0.063},{"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.00062,"duration_str":"620\u03bcs","stmt_id":"view::1f2a258cbf70df8efe3193c942979e6d549f5572:657","connection":"onlineshop","start_percent":51.871,"width_percent":0.026},{"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":51.897,"width_percent":0.039},{"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.00113,"duration_str":"1.13ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":51.936,"width_percent":0.047},{"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.00132,"duration_str":"1.32ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":51.983,"width_percent":0.055},{"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.00152,"duration_str":"1.52ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":52.038,"width_percent":0.064},{"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.00128,"duration_str":"1.28ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":52.102,"width_percent":0.054},{"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.00149,"duration_str":"1.49ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":52.155,"width_percent":0.062},{"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.001,"duration_str":"1ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":52.218,"width_percent":0.042},{"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.00113,"duration_str":"1.13ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":52.26,"width_percent":0.047},{"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.00128,"duration_str":"1.28ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":52.307,"width_percent":0.054},{"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.00139,"duration_str":"1.39ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":52.36,"width_percent":0.058},{"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.00117,"duration_str":"1.17ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":52.419,"width_percent":0.049},{"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.00149,"duration_str":"1.49ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":52.468,"width_percent":0.062},{"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.00124,"duration_str":"1.24ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":52.53,"width_percent":0.052},{"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.00116,"duration_str":"1.16ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":52.582,"width_percent":0.049},{"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.0014,"duration_str":"1.4ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":52.63,"width_percent":0.059},{"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.0014299999999999998,"duration_str":"1.43ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":52.689,"width_percent":0.06},{"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.00128,"duration_str":"1.28ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":52.749,"width_percent":0.054},{"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.00183,"duration_str":"1.83ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":52.802,"width_percent":0.077},{"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.00151,"duration_str":"1.51ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":52.879,"width_percent":0.063},{"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.0014399999999999999,"duration_str":"1.44ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":52.942,"width_percent":0.06},{"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.0011799999999999998,"duration_str":"1.18ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":53.002,"width_percent":0.049},{"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.01275,"duration_str":"12.75ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":53.052,"width_percent":0.533},{"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.01245,"duration_str":"12.45ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":53.585,"width_percent":0.521},{"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.00136,"duration_str":"1.36ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":54.106,"width_percent":0.057},{"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.0011,"duration_str":"1.1ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":54.163,"width_percent":0.046},{"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.00108,"duration_str":"1.08ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":54.209,"width_percent":0.045},{"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.00157,"duration_str":"1.57ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":54.254,"width_percent":0.066},{"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.0014,"duration_str":"1.4ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":54.32,"width_percent":0.059},{"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.00107,"duration_str":"1.07ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":54.378,"width_percent":0.045},{"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.01376,"duration_str":"13.76ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":54.423,"width_percent":0.576},{"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.01252,"duration_str":"12.52ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":54.999,"width_percent":0.524},{"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.00141,"duration_str":"1.41ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":55.523,"width_percent":0.059},{"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.00147,"duration_str":"1.47ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":55.582,"width_percent":0.062},{"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.00152,"duration_str":"1.52ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":55.643,"width_percent":0.064},{"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.00114,"duration_str":"1.14ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":55.707,"width_percent":0.048},{"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.00145,"duration_str":"1.45ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":55.754,"width_percent":0.061},{"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.0012900000000000001,"duration_str":"1.29ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":55.815,"width_percent":0.054},{"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.01281,"duration_str":"12.81ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":55.869,"width_percent":0.536},{"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.01275,"duration_str":"12.75ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":56.405,"width_percent":0.533},{"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.0011799999999999998,"duration_str":"1.18ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":56.938,"width_percent":0.049},{"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.0011,"duration_str":"1.1ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":56.988,"width_percent":0.046},{"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.0014399999999999999,"duration_str":"1.44ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":57.034,"width_percent":0.06},{"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.00145,"duration_str":"1.45ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":57.094,"width_percent":0.061},{"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.0014199999999999998,"duration_str":"1.42ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":57.155,"width_percent":0.059},{"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.00126,"duration_str":"1.26ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":57.214,"width_percent":0.053},{"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.01262,"duration_str":"12.62ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":57.267,"width_percent":0.528},{"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.013,"duration_str":"13ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":57.795,"width_percent":0.544},{"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.01315,"duration_str":"13.15ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":58.339,"width_percent":0.55},{"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.01275,"duration_str":"12.75ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":58.889,"width_percent":0.533},{"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.00107,"duration_str":"1.07ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":59.422,"width_percent":0.045},{"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.00093,"duration_str":"930\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":59.467,"width_percent":0.039},{"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.00123,"duration_str":"1.23ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":59.506,"width_percent":0.051},{"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.00173,"duration_str":"1.73ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":59.557,"width_percent":0.072},{"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.00126,"duration_str":"1.26ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":59.63,"width_percent":0.053},{"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.00163,"duration_str":"1.63ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":59.683,"width_percent":0.068},{"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.0015,"duration_str":"1.5ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":59.751,"width_percent":0.063},{"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.0020299999999999997,"duration_str":"2.03ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":59.813,"width_percent":0.085},{"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.00146,"duration_str":"1.46ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":59.898,"width_percent":0.061},{"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.0012900000000000001,"duration_str":"1.29ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":59.96,"width_percent":0.054},{"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.00149,"duration_str":"1.49ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":60.013,"width_percent":0.062},{"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.0018,"duration_str":"1.8ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":60.076,"width_percent":0.075},{"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.00094,"duration_str":"940\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":60.151,"width_percent":0.039},{"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.00113,"duration_str":"1.13ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":60.19,"width_percent":0.047},{"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.00156,"duration_str":"1.56ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":60.238,"width_percent":0.065},{"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.00117,"duration_str":"1.17ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":60.303,"width_percent":0.049},{"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.0011799999999999998,"duration_str":"1.18ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":60.352,"width_percent":0.049},{"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.00102,"duration_str":"1.02ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":60.401,"width_percent":0.043},{"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.00183,"duration_str":"1.83ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":60.444,"width_percent":0.077},{"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.00139,"duration_str":"1.39ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":60.521,"width_percent":0.058},{"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.00127,"duration_str":"1.27ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":60.579,"width_percent":0.053},{"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.00123,"duration_str":"1.23ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":60.632,"width_percent":0.051},{"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.00127,"duration_str":"1.27ms","stmt_id":"\\app\\Http\\Helpers.php:918","connection":"onlineshop","start_percent":60.683,"width_percent":0.053},{"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.00149,"duration_str":"1.49ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":60.736,"width_percent":0.062},{"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.00106,"duration_str":"1.06ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":60.799,"width_percent":0.044},{"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.0007700000000000001,"duration_str":"770\u03bcs","stmt_id":"view::44bde27230f684f0b63d2f67690b12dabec06206:32","connection":"onlineshop","start_percent":60.843,"width_percent":0.032},{"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.00098,"duration_str":"980\u03bcs","stmt_id":"view::44bde27230f684f0b63d2f67690b12dabec06206:52","connection":"onlineshop","start_percent":60.875,"width_percent":0.041},{"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.00136,"duration_str":"1.36ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":60.916,"width_percent":0.057},{"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.00107,"duration_str":"1.07ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":60.973,"width_percent":0.045},{"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":61.018,"width_percent":0.041},{"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.00095,"duration_str":"950\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":61.059,"width_percent":0.04},{"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.01226,"duration_str":"12.26ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":61.099,"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.01233,"duration_str":"12.33ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":61.612,"width_percent":0.516},{"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":62.128,"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.00087,"duration_str":"870\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":62.165,"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.01247,"duration_str":"12.47ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":62.202,"width_percent":0.522},{"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.01225,"duration_str":"12.25ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":62.723,"width_percent":0.513},{"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.0011799999999999998,"duration_str":"1.18ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":63.236,"width_percent":0.049},{"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.00092,"duration_str":"920\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":63.285,"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.013630000000000001,"duration_str":"13.63ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":63.324,"width_percent":0.57},{"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.01304,"duration_str":"13.04ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":63.894,"width_percent":0.546},{"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.00136,"duration_str":"1.36ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":64.439,"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.00091,"duration_str":"910\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":64.496,"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.01242,"duration_str":"12.42ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":64.534,"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.015349999999999999,"duration_str":"15.35ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":65.054,"width_percent":0.642},{"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.00082,"duration_str":"820\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":65.696,"width_percent":0.034},{"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":65.731,"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.012539999999999999,"duration_str":"12.54ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":65.766,"width_percent":0.525},{"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.02109,"duration_str":"21.09ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":66.291,"width_percent":0.882},{"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.00422,"duration_str":"4.22ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":67.173,"width_percent":0.177},{"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.00101,"duration_str":"1.01ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":67.35,"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.014320000000000001,"duration_str":"14.32ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":67.392,"width_percent":0.599},{"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.01314,"duration_str":"13.14ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":67.991,"width_percent":0.55},{"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":68.541,"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.00087,"duration_str":"870\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":68.597,"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.012320000000000001,"duration_str":"12.32ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":68.633,"width_percent":0.515},{"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.01276,"duration_str":"12.76ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":69.148,"width_percent":0.534},{"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.00095,"duration_str":"950\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":69.682,"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.00066,"duration_str":"660\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":69.722,"width_percent":0.028},{"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":69.75,"width_percent":0.523},{"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.01208,"duration_str":"12.08ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":70.272,"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.00099,"duration_str":"990\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":70.778,"width_percent":0.041},{"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.00076,"duration_str":"760\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":70.819,"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.01235,"duration_str":"12.35ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":70.851,"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.01219,"duration_str":"12.19ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":71.367,"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.00131,"duration_str":"1.31ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":71.877,"width_percent":0.055},{"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":71.932,"width_percent":0.04},{"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.01303,"duration_str":"13.03ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":71.972,"width_percent":0.545},{"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.01316,"duration_str":"13.16ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":72.518,"width_percent":0.551},{"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":73.068,"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.0010400000000000001,"duration_str":"1.04ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":73.116,"width_percent":0.044},{"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.01274,"duration_str":"12.74ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":73.159,"width_percent":0.533},{"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.01294,"duration_str":"12.94ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":73.692,"width_percent":0.541},{"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":74.234,"width_percent":0.047},{"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":74.281,"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.01277,"duration_str":"12.77ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":74.316,"width_percent":0.534},{"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.01275,"duration_str":"12.75ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":74.85,"width_percent":0.533},{"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.00083,"duration_str":"830\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":75.384,"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.0006,"duration_str":"600\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":75.419,"width_percent":0.025},{"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.012960000000000001,"duration_str":"12.96ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":75.444,"width_percent":0.542},{"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.01303,"duration_str":"13.03ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":75.986,"width_percent":0.545},{"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":76.531,"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.0009599999999999999,"duration_str":"960\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":76.579,"width_percent":0.04},{"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.01261,"duration_str":"12.61ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":76.619,"width_percent":0.528},{"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.01209,"duration_str":"12.09ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":77.146,"width_percent":0.506},{"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.0008399999999999999,"duration_str":"840\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":77.652,"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.00076,"duration_str":"760\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":77.687,"width_percent":0.032},{"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.01226,"duration_str":"12.26ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":77.719,"width_percent":0.513},{"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.01342,"duration_str":"13.42ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":78.232,"width_percent":0.561},{"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.00136,"duration_str":"1.36ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":78.794,"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.00095,"duration_str":"950\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":78.851,"width_percent":0.04},{"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.01274,"duration_str":"12.74ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":78.89,"width_percent":0.533},{"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.012369999999999999,"duration_str":"12.37ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":79.423,"width_percent":0.518},{"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.00086,"duration_str":"860\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":79.941,"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.00085,"duration_str":"850\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":79.977,"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.014060000000000001,"duration_str":"14.06ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":80.012,"width_percent":0.588},{"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.013,"duration_str":"13ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":80.601,"width_percent":0.544},{"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":81.145,"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.00087,"duration_str":"870\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":81.19,"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.01264,"duration_str":"12.64ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":81.226,"width_percent":0.529},{"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.01219,"duration_str":"12.19ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":81.755,"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.00087,"duration_str":"870\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":82.265,"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.00108,"duration_str":"1.08ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":82.301,"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.0141,"duration_str":"14.1ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":82.347,"width_percent":0.59},{"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.014320000000000001,"duration_str":"14.32ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":82.936,"width_percent":0.599},{"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.00045,"duration_str":"450\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":83.536,"width_percent":0.019},{"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.0004,"duration_str":"400\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":83.554,"width_percent":0.017},{"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.01194,"duration_str":"11.94ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":83.571,"width_percent":0.5},{"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.01277,"duration_str":"12.77ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":84.071,"width_percent":0.534},{"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.00064,"duration_str":"640\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":84.605,"width_percent":0.027},{"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.0006,"duration_str":"600\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":84.632,"width_percent":0.025},{"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.01337,"duration_str":"13.37ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":84.657,"width_percent":0.559},{"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.01243,"duration_str":"12.43ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":85.216,"width_percent":0.52},{"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":85.736,"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.00086,"duration_str":"860\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":85.774,"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.0127,"duration_str":"12.7ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":85.81,"width_percent":0.531},{"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.01286,"duration_str":"12.86ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":86.342,"width_percent":0.538},{"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.0008900000000000001,"duration_str":"890\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":86.88,"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.0007700000000000001,"duration_str":"770\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":86.917,"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.013380000000000001,"duration_str":"13.38ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":86.949,"width_percent":0.56},{"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.01267,"duration_str":"12.67ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":87.509,"width_percent":0.53},{"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.00054,"duration_str":"540\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":88.039,"width_percent":0.023},{"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.0011,"duration_str":"1.1ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":88.062,"width_percent":0.046},{"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.01272,"duration_str":"12.72ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":88.108,"width_percent":0.532},{"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.01396,"duration_str":"13.96ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":88.64,"width_percent":0.584},{"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":89.224,"width_percent":0.061},{"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.00086,"duration_str":"860\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":89.285,"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.01243,"duration_str":"12.43ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":89.321,"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.01263,"duration_str":"12.63ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":89.841,"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.0014299999999999998,"duration_str":"1.43ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":90.369,"width_percent":0.06},{"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":90.429,"width_percent":0.04},{"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":90.469,"width_percent":0.542},{"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.014199999999999999,"duration_str":"14.2ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":91.011,"width_percent":0.594},{"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.0008900000000000001,"duration_str":"890\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":91.605,"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":91.642,"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.01317,"duration_str":"13.17ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":91.676,"width_percent":0.551},{"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.01401,"duration_str":"14.01ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":92.227,"width_percent":0.586},{"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.00082,"duration_str":"820\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":92.813,"width_percent":0.034},{"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.00073,"duration_str":"730\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":92.847,"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.01579,"duration_str":"15.79ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":92.878,"width_percent":0.661},{"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.013699999999999999,"duration_str":"13.7ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":93.538,"width_percent":0.573},{"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.00067,"duration_str":"670\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":94.111,"width_percent":0.028},{"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.00054,"duration_str":"540\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":94.139,"width_percent":0.023},{"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.011869999999999999,"duration_str":"11.87ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":94.162,"width_percent":0.497},{"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.01272,"duration_str":"12.72ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":94.659,"width_percent":0.532},{"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.00087,"duration_str":"870\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":95.191,"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.0008,"duration_str":"800\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":95.227,"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.01205,"duration_str":"12.05ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":95.261,"width_percent":0.504},{"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.01236,"duration_str":"12.36ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":95.765,"width_percent":0.517},{"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.00079,"duration_str":"790\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":96.282,"width_percent":0.033},{"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.00086,"duration_str":"860\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":96.315,"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.01219,"duration_str":"12.19ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":96.351,"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.0129,"duration_str":"12.9ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":96.861,"width_percent":0.54},{"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.00152,"duration_str":"1.52ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":97.401,"width_percent":0.064},{"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.00098,"duration_str":"980\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":97.464,"width_percent":0.041},{"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.013099999999999999,"duration_str":"13.1ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":97.505,"width_percent":0.548},{"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.013009999999999999,"duration_str":"13.01ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":98.053,"width_percent":0.544},{"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.013359999999999999,"duration_str":"13.36ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":98.598,"width_percent":0.559},{"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.0134,"duration_str":"13.4ms","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":99.157,"width_percent":0.561},{"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.00045,"duration_str":"450\u03bcs","stmt_id":"view::44bde27230f684f0b63d2f67690b12dabec06206:119","connection":"onlineshop","start_percent":99.717,"width_percent":0.019},{"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.00043,"duration_str":"430\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:918","connection":"onlineshop","start_percent":99.736,"width_percent":0.018},{"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.00092,"duration_str":"920\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":99.754,"width_percent":0.038},{"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.00087,"duration_str":"870\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":99.792,"width_percent":0.036},{"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.0011,"duration_str":"1.1ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":99.829,"width_percent":0.046},{"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.00095,"duration_str":"950\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":99.875,"width_percent":0.04},{"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.00106,"duration_str":"1.06ms","stmt_id":"\\app\\Http\\Helpers.php:800","connection":"onlineshop","start_percent":99.915,"width_percent":0.044},{"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.00098,"duration_str":"980\u03bcs","stmt_id":"\\app\\Http\\Helpers.php:810","connection":"onlineshop","start_percent":99.959,"width_percent":0.041}]},"models":{"data":{"Illuminate\\Notifications\\DatabaseNotification":32,"App\\Addon":4,"App\\Language":6,"App\\ProductStock":20,"App\\Currency":25,"App\\BusinessSetting":5,"App\\ProductTranslation":4,"App\\Upload":9,"App\\Translation":510,"App\\Product":5,"App\\User":9},"count":629},"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-51964075 data-indent-pad=\"  \"><span class=sf-dump-num>200<\/span>\n<\/pre><script>Sfdump(\"sf-dump-51964075\", {\"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-323479612 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-323479612\", {\"maxDepth\":0})<\/script>\n","request_request":"<pre class=sf-dump id=sf-dump-1833129678 data-indent-pad=\"  \">[]\n<\/pre><script>Sfdump(\"sf-dump-1833129678\", {\"maxDepth\":0})<\/script>\n","request_headers":"<pre class=sf-dump id=sf-dump-1398838651 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=\"63 characters\">http:\/\/localhost\/onlineshop\/admin\/products\/admin\/6\/edit?lang=en<\/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-1398838651\", {\"maxDepth\":0})<\/script>\n","request_server":"<pre class=sf-dump id=sf-dump-720474036 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=\"63 characters\">http:\/\/localhost\/onlineshop\/admin\/products\/admin\/6\/edit?lang=en<\/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\">51059<\/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>1764482185.9172<\/span>\n  \"<span class=sf-dump-key>REQUEST_TIME<\/span>\" => <span class=sf-dump-num>1764482185<\/span>\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-720474036\", {\"maxDepth\":0})<\/script>\n","request_cookies":"<pre class=sf-dump id=sf-dump-492051144 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-492051144\", {\"maxDepth\":0})<\/script>\n","response_headers":"<pre class=sf-dump id=sf-dump-900429590 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:56:26 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:56:31 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:56:31 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:56:31 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:56:31 GMT; path=\/; httponly<\/span>\"\n  <\/samp>]\n<\/samp>]\n<\/pre><script>Sfdump(\"sf-dump-900429590\", {\"maxDepth\":0})<\/script>\n","session_attributes":"<pre class=sf-dump id=sf-dump-906411237 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-906411237\", {\"maxDepth\":0})<\/script>\n"}}