Home / Newborn
Showing 1-24 of 162 Results
Filter

0 ITEMS

৳ 0.00

SettingsRequest history457msRequest Duration24MBMemory Usage9.x
Laravel Version
9.47.0
PHP Version
8.1.29
Environment
local
Debug Mode
Enabled
URL
dignityelearning.com/
Timezone
Asia/Dhaka
Locale
en
GET category/{category}
status
200 OK
full_url
https://dignityelearning.com/category/newborn
action_name
category
controller_action
App\Http\Controllers\Frontend\FrontendController@category
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
    status
    200 OK
    full_url
    https://dignityelearning.com/category/newborn
    action_name
    category
    controller_action
    App\Http\Controllers\Frontend\FrontendController@category
    uri
    GET category/{category}
    controller
    App\Http\Controllers\Frontend\FrontendController@category
    namespace
    Frontend
    file
    app/Http/Controllers/Frontend/FrontendController.php:91-131
    middleware
    web, ipcheck, check_refer
    duration
    463ms
    peak_memory
    26MB
    response
    text/html; charset=UTF-8
    request_format
    html
    request_query
    []
    
    request_request
    []
    
    request_headers
    0 of 0
    array:16 [ "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "host" => array:1 [ 0 => "dignityelearning.com" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "priority" => array:1 [ 0 => "u=0, i" ] "x-https" => array:1 [ 0 => "1" ] ]
    request_cookies
    []
    
    response_headers
    0 of 0
    array:3 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Wed, 23 Apr 2025 03:24:11 GMT" ] ]
    session_attributes
    0 of 0
    array:1 [ "_token" => "qxxZJCNRgTWB4uf8Sj9TH2RABeu8G2FUZWD5Ca0M" ]
    • Booting (175ms)time
    • Application (282ms)time
    • Routing (3.3ms)
    • View: frontEnd.layouts.pages.categoryviews
    • View: frontEnd.layouts.masterviews
    • 1 x Application (61.68%)
      282ms
      1 x Booting (38.32%)
      175ms
      1 x Routing (0.72%)
      3.30ms
      2 x View (0%)
      0μs
      2 templates were rendered
      • frontEnd.layouts.pages.categorycategory.blade.php#?blade
      • frontEnd.layouts.mastermaster.blade.php#?blade
      209 statements were executed (111 duplicates)Show only duplicatesdignityelearning_shop120ms
      • # Query soft limit for Debugbar is reached after 100 queries, additional 109 queries only show the query. Limits can be raised in the config (debugbar.options.db.soft_limit)
      • IpFilter.php#13dignityelearning_shop790μsselect * from `ip_blocks` where `ip_no` = '52.15.253.106' limit 1
        Bindings
        • 0: 52.15.253.106
        Backtrace
        • middleware::ipcheck:13
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
        • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:50
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:180
      • FrontendController.php#93dignityelearning_shop690μsselect * from `categories` where (`slug` = 'newborn' and `status` = 1) limit 1
        Bindings
        • 0: newborn
        • 1: 1
        Backtrace
        • app/Http/Controllers/Frontend/FrontendController.php:93
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • FrontendController.php#96dignityelearning_shop770μsselect * from `subcategories` where `category_id` = 2
        Bindings
        • 0: 2
        Backtrace
        • app/Http/Controllers/Frontend/FrontendController.php:96
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • FrontendController.php#115dignityelearning_shop7.76msselect min(`new_price`) as aggregate from `products` where (`status` = 1 and `category_id` = 2)
        Bindings
        • 0: 1
        • 1: 2
        Backtrace
        • app/Http/Controllers/Frontend/FrontendController.php:115
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • FrontendController.php#116dignityelearning_shop910μsselect max(`new_price`) as aggregate from `products` where (`status` = 1 and `category_id` = 2)
        Bindings
        • 0: 1
        • 1: 2
        Backtrace
        • app/Http/Controllers/Frontend/FrontendController.php:116
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • FrontendController.php#129dignityelearning_shop860μsselect count(*) as aggregate from `products` where (`status` = 1 and `category_id` = 2)
        Bindings
        • 0: 1
        • 1: 2
        Backtrace
        • app/Http/Controllers/Frontend/FrontendController.php:129
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • FrontendController.php#129dignityelearning_shop1.05msselect `id`, `name`, `slug`, `new_price`, `old_price`, `category_id` from `products` where (`status` = 1 and `category_id` = 2) order by `created_at` desc limit 24 offset 0
        Bindings
        • 0: 1
        • 1: 2
        Backtrace
        • app/Http/Controllers/Frontend/FrontendController.php:129
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • category.blade.php#94dignityelearning_shop680μsselect * from `subcategories` where `subcategories`.`category_id` = 2 and `subcategories`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 2
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.pages.category:94
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop2.36msselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 2687 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 2687
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop620μsselect * from `productsizes` where `productsizes`.`product_id` = 2687 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 2687
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop560μsselect * from `productcolors` where `productcolors`.`product_id` = 2687 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 2687
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop780μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1908 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1908
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop430μsselect * from `productsizes` where `productsizes`.`product_id` = 1908 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1908
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop430μsselect * from `productcolors` where `productcolors`.`product_id` = 1908 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1908
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop810μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1907 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1907
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop410μsselect * from `productsizes` where `productsizes`.`product_id` = 1907 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1907
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop380μsselect * from `productcolors` where `productcolors`.`product_id` = 1907 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1907
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop780μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1906 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1906
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop430μsselect * from `productsizes` where `productsizes`.`product_id` = 1906 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1906
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop410μsselect * from `productcolors` where `productcolors`.`product_id` = 1906 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1906
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop880μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1905 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1905
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop530μsselect * from `productsizes` where `productsizes`.`product_id` = 1905 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1905
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop530μsselect * from `productcolors` where `productcolors`.`product_id` = 1905 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1905
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop710μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1335 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1335
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop540μsselect * from `productsizes` where `productsizes`.`product_id` = 1335 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1335
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop520μsselect * from `productcolors` where `productcolors`.`product_id` = 1335 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1335
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop740μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1334 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1334
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop500μsselect * from `productsizes` where `productsizes`.`product_id` = 1334 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1334
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop490μsselect * from `productcolors` where `productcolors`.`product_id` = 1334 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1334
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop890μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1333 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1333
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop450μsselect * from `productsizes` where `productsizes`.`product_id` = 1333 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1333
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop400μsselect * from `productcolors` where `productcolors`.`product_id` = 1333 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1333
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop730μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1332 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1332
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop430μsselect * from `productsizes` where `productsizes`.`product_id` = 1332 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1332
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop460μsselect * from `productcolors` where `productcolors`.`product_id` = 1332 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1332
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop750μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1331 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1331
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop490μsselect * from `productsizes` where `productsizes`.`product_id` = 1331 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1331
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop420μsselect * from `productcolors` where `productcolors`.`product_id` = 1331 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1331
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop660μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1330 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1330
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop400μsselect * from `productsizes` where `productsizes`.`product_id` = 1330 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1330
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop370μsselect * from `productcolors` where `productcolors`.`product_id` = 1330 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1330
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop660μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1329 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1329
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop410μsselect * from `productsizes` where `productsizes`.`product_id` = 1329 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1329
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop360μsselect * from `productcolors` where `productcolors`.`product_id` = 1329 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1329
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop720μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1328 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1328
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop440μsselect * from `productsizes` where `productsizes`.`product_id` = 1328 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1328
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop370μsselect * from `productcolors` where `productcolors`.`product_id` = 1328 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1328
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop720μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1327 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1327
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop380μsselect * from `productsizes` where `productsizes`.`product_id` = 1327 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1327
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop450μsselect * from `productcolors` where `productcolors`.`product_id` = 1327 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1327
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop690μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1326 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1326
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop470μsselect * from `productsizes` where `productsizes`.`product_id` = 1326 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1326
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop470μsselect * from `productcolors` where `productcolors`.`product_id` = 1326 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1326
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop730μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1321 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1321
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop430μsselect * from `productsizes` where `productsizes`.`product_id` = 1321 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1321
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop380μsselect * from `productcolors` where `productcolors`.`product_id` = 1321 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1321
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop680μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1320 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1320
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop420μsselect * from `productsizes` where `productsizes`.`product_id` = 1320 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1320
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop430μsselect * from `productcolors` where `productcolors`.`product_id` = 1320 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1320
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop720μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1319 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1319
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop400μsselect * from `productsizes` where `productsizes`.`product_id` = 1319 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1319
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop430μsselect * from `productcolors` where `productcolors`.`product_id` = 1319 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1319
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop710μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1318 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1318
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop450μsselect * from `productsizes` where `productsizes`.`product_id` = 1318 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1318
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop450μsselect * from `productcolors` where `productcolors`.`product_id` = 1318 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1318
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop690μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1317 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1317
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop390μsselect * from `productsizes` where `productsizes`.`product_id` = 1317 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1317
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop450μsselect * from `productcolors` where `productcolors`.`product_id` = 1317 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1317
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop8.88msselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1316 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1316
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop470μsselect * from `productsizes` where `productsizes`.`product_id` = 1316 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1316
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop460μsselect * from `productcolors` where `productcolors`.`product_id` = 1316 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1316
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop800μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1315 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1315
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop470μsselect * from `productsizes` where `productsizes`.`product_id` = 1315 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1315
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop400μsselect * from `productcolors` where `productcolors`.`product_id` = 1315 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1315
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop630μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1314 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1314
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop480μsselect * from `productsizes` where `productsizes`.`product_id` = 1314 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1314
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop440μsselect * from `productcolors` where `productcolors`.`product_id` = 1314 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1314
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#202dignityelearning_shop730μsselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 1313 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 1313
        Backtrace
        • view::frontEnd.layouts.pages.category:202
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop460μsselect * from `productsizes` where `productsizes`.`product_id` = 1313 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 1313
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • category.blade.php#222dignityelearning_shop430μsselect * from `productcolors` where `productcolors`.`product_id` = 1313 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 1313
        Backtrace
        • view::frontEnd.layouts.pages.category:222
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • master.blade.php#89dignityelearning_shop570μsselect * from `subcategories` where `subcategories`.`category_id` = 1 and `subcategories`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.master:89
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • master.blade.php#98dignityelearning_shop680μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 1 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.master:98
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • master.blade.php#89dignityelearning_shop540μsselect * from `subcategories` where `subcategories`.`category_id` = 2 and `subcategories`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 2
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.master:89
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • master.blade.php#98dignityelearning_shop450μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 7 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 7
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.master:98
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • master.blade.php#98dignityelearning_shop380μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 8 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 8
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.master:98
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • master.blade.php#98dignityelearning_shop360μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 9 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 9
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.master:98
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • master.blade.php#98dignityelearning_shop340μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 10 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 10
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.master:98
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • master.blade.php#98dignityelearning_shop330μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 11 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 11
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.master:98
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • master.blade.php#98dignityelearning_shop370μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 12 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 12
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.master:98
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • master.blade.php#98dignityelearning_shop440μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 13 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 13
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.master:98
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • master.blade.php#98dignityelearning_shop440μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 20 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 20
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.master:98
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • master.blade.php#98dignityelearning_shop450μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 21 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 21
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.master:98
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • master.blade.php#98dignityelearning_shop450μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 102 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 102
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.master:98
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • master.blade.php#98dignityelearning_shop440μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 105 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 105
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.master:98
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • master.blade.php#89dignityelearning_shop580μsselect * from `subcategories` where `subcategories`.`category_id` = 3 and `subcategories`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 3
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.master:89
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • master.blade.php#98dignityelearning_shop430μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 5 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 5
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.master:98
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • master.blade.php#98dignityelearning_shop420μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 6 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 6
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.master:98
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • master.blade.php#98dignityelearning_shop450μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 14 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 14
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.master:98
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • master.blade.php#98dignityelearning_shop440μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 15 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 15
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.master:98
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • master.blade.php#98dignityelearning_shop430μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 16 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 16
        • 1: 1
        Backtrace
        • view::frontEnd.layouts.master:98
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:152
      • dignityelearning_shop420μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop460μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop340μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop430μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop470μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop340μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop530μsselect * from `subcategories` where `subcategories`.`category_id` = ? and `subcategories`.`category_id` is not null and `status` = ?
      • dignityelearning_shop400μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop370μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop400μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop350μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop350μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop430μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop340μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop400μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop420μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop330μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop350μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop980μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop520μsselect * from `subcategories` where `subcategories`.`category_id` = ? and `subcategories`.`category_id` is not null and `status` = ?
      • dignityelearning_shop410μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop330μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop360μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop370μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop380μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop350μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop380μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop390μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop350μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop340μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop370μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop510μsselect * from `subcategories` where `subcategories`.`category_id` = ? and `subcategories`.`category_id` is not null and `status` = ?
      • dignityelearning_shop380μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop370μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop440μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop360μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop370μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop370μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop1.01msselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop470μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop460μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop440μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop410μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop450μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop430μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop630μsselect * from `subcategories` where `subcategories`.`category_id` = ? and `subcategories`.`category_id` is not null and `status` = ?
      • dignityelearning_shop460μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop440μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop440μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop430μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop450μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop460μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop520μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop450μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop470μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop450μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop450μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop680μsselect * from `subcategories` where `subcategories`.`category_id` = ? and `subcategories`.`category_id` is not null and `status` = ?
      • dignityelearning_shop470μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop430μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop380μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop350μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop360μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop350μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop360μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop370μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop360μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop360μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop360μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop670μsselect * from `subcategories` where `subcategories`.`category_id` = ? and `subcategories`.`category_id` is not null and `status` = ?
      • dignityelearning_shop520μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop690μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop470μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop490μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop470μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop470μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop450μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop500μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop460μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop450μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop450μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop660μsselect * from `subcategories` where `subcategories`.`category_id` = ? and `subcategories`.`category_id` is not null and `status` = ?
      • dignityelearning_shop510μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop480μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop460μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop510μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop490μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop470μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop480μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop460μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop470μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop510μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop480μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop670μsselect * from `subcategories` where `subcategories`.`category_id` = ? and `subcategories`.`category_id` is not null and `status` = ?
      • dignityelearning_shop510μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop500μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop410μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop410μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop400μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop410μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop410μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop400μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop400μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop410μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop370μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop400μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop380μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop530μsselect * from `subcategories` where `subcategories`.`category_id` = ? and `subcategories`.`category_id` is not null and `status` = ?
      • dignityelearning_shop420μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      App\Models\Subcategory
      139Subcategory.php#?
      App\Models\Product
      24Product.php#?
      App\Models\Productimage
      24Productimage.php#?
      App\Models\Category
      1Category.php#?
          ClearShow all
          Date ↕MethodURLData
          #12025-04-23 09:24:11GET/category/newborn2209188