Home / Premature
Showing 1-11 of 11 Results

0 ITEMS

৳ 0.00

SettingsRequest history422msRequest Duration23MBMemory 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/premature
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/premature
    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
    428ms
    peak_memory
    24MB
    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 => "Fri, 25 Apr 2025 01:37:01 GMT" ] ]
    session_attributes
    0 of 0
    array:1 [ "_token" => "risP8QJnHggvDiibS3vVblbvSNqT0XaVcjHNkI7y" ]
    • Booting (169ms)time
    • Application (253ms)time
    • Routing (2.48ms)
    • View: frontEnd.layouts.pages.categoryviews
    • View: frontEnd.layouts.masterviews
    • 1 x Application (59.89%)
      253ms
      1 x Booting (40.11%)
      169ms
      1 x Routing (0.59%)
      2.48ms
      2 x View (0%)
      0μs
      2 templates were rendered
      • frontEnd.layouts.pages.categorycategory.blade.php#?blade
      • frontEnd.layouts.mastermaster.blade.php#?blade
      170 statements were executed (72 duplicates)Show only duplicatesdignityelearning_shop126ms
      • # Query soft limit for Debugbar is reached after 100 queries, additional 70 queries only show the query. Limits can be raised in the config (debugbar.options.db.soft_limit)
      • IpFilter.php#13dignityelearning_shop1.07msselect * from `ip_blocks` where `ip_no` = '3.15.231.17' limit 1
        Bindings
        • 0: 3.15.231.17
        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_shop610μsselect * from `categories` where (`slug` = 'premature' and `status` = 1) limit 1
        Bindings
        • 0: premature
        • 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_shop930μsselect * from `subcategories` where `category_id` = 1
        Bindings
        • 0: 1
        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_shop10.79msselect min(`new_price`) as aggregate from `products` where (`status` = 1 and `category_id` = 1)
        Bindings
        • 0: 1
        • 1: 1
        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_shop1.72msselect max(`new_price`) as aggregate from `products` where (`status` = 1 and `category_id` = 1)
        Bindings
        • 0: 1
        • 1: 1
        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_shop1.81msselect count(*) as aggregate from `products` where (`status` = 1 and `category_id` = 1)
        Bindings
        • 0: 1
        • 1: 1
        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.93msselect `id`, `name`, `slug`, `new_price`, `old_price`, `category_id` from `products` where (`status` = 1 and `category_id` = 1) order by `created_at` desc limit 24 offset 0
        Bindings
        • 0: 1
        • 1: 1
        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_shop810μ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.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_shop3.72msselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 2811 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 2811
        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_shop850μsselect * from `productsizes` where `productsizes`.`product_id` = 2811 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 2811
        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_shop750μsselect * from `productcolors` where `productcolors`.`product_id` = 2811 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 2811
        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_shop1.71msselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 2810 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 2810
        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_shop560μsselect * from `productsizes` where `productsizes`.`product_id` = 2810 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 2810
        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` = 2810 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 2810
        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_shop1.65msselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 2809 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 2809
        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_shop550μsselect * from `productsizes` where `productsizes`.`product_id` = 2809 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 2809
        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_shop540μsselect * from `productcolors` where `productcolors`.`product_id` = 2809 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 2809
        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_shop1.72msselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 2808 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 2808
        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_shop550μsselect * from `productsizes` where `productsizes`.`product_id` = 2808 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 2808
        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_shop590μsselect * from `productcolors` where `productcolors`.`product_id` = 2808 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 2808
        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_shop1.69msselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 2807 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 2807
        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_shop560μsselect * from `productsizes` where `productsizes`.`product_id` = 2807 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 2807
        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` = 2807 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 2807
        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_shop1.67msselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 2806 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 2806
        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` = 2806 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 2806
        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` = 2806 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 2806
        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_shop1.62msselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 2805 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 2805
        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_shop560μsselect * from `productsizes` where `productsizes`.`product_id` = 2805 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 2805
        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_shop510μsselect * from `productcolors` where `productcolors`.`product_id` = 2805 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 2805
        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_shop1.72msselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 2804 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 2804
        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_shop610μsselect * from `productsizes` where `productsizes`.`product_id` = 2804 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 2804
        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` = 2804 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 2804
        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_shop1.67msselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 2803 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 2803
        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_shop560μsselect * from `productsizes` where `productsizes`.`product_id` = 2803 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 2803
        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` = 2803 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 2803
        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_shop1.03msselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 2801 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 2801
        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` = 2801 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 2801
        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` = 2801 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 2801
        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_shop1.03msselect `id`, `image`, `product_id` from `productimages` where `productimages`.`product_id` = 2800 and `productimages`.`product_id` is not null limit 1
        Bindings
        • 0: 2800
        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` = 2800 and `productsizes`.`product_id` is not null
        Bindings
        • 0: 2800
        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` = 2800 and `productcolors`.`product_id` is not null
        Bindings
        • 0: 2800
        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_shop580μ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_shop690μ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_shop510μ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_shop460μ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_shop430μ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_shop440μ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_shop430μ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_shop430μ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_shop510μ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_shop360μ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_shop510μ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_shop520μ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_shop510μ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_shop500μ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_shop690μ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_shop530μ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_shop590μ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_shop530μ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_shop480μ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_shop450μ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
      • master.blade.php#98dignityelearning_shop500μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 17 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 17
        • 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_shop510μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 18 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 18
        • 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_shop570μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 19 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 19
        • 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_shop570μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 23 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 23
        • 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_shop530μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 24 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 24
        • 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_shop580μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 106 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 106
        • 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_shop1msselect * from `subcategories` where `subcategories`.`category_id` = 4 and `subcategories`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 4
        • 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_shop520μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 2 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 2
        • 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_shop540μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 3 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 3
        • 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_shop520μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 4 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 4
        • 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_shop490μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 22 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 22
        • 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_shop620μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 25 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 25
        • 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_shop490μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 26 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 26
        • 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_shop570μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 27 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 27
        • 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_shop640μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 28 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 28
        • 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_shop610μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 29 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 29
        • 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_shop600μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 30 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 30
        • 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_shop540μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 31 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 31
        • 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_shop610μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 108 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 108
        • 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_shop770μsselect * from `subcategories` where `subcategories`.`category_id` = 5 and `subcategories`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 5
        • 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_shop530μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 32 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 32
        • 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_shop710μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 33 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 33
        • 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_shop530μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 34 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 34
        • 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` = 35 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 35
        • 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_shop590μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 36 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 36
        • 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_shop400μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 37 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 37
        • 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` = 38 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 38
        • 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` = 68 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 68
        • 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` = 69 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 69
        • 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_shop390μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 70 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 70
        • 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_shop390μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 107 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 107
        • 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_shop650μsselect * from `subcategories` where `subcategories`.`category_id` = 6 and `subcategories`.`category_id` is not null and `status` = 1
        Bindings
        • 0: 6
        • 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_shop400μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 39 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 39
        • 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` = 40 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 40
        • 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_shop460μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 41 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 41
        • 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_shop480μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 42 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 42
        • 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` = 43 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 43
        • 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` = 44 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 44
        • 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_shop390μsselect * from `childcategories` where `childcategories`.`subcategory_id` = 45 and `childcategories`.`subcategory_id` is not null and `status` = 1
        Bindings
        • 0: 45
        • 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_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_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_shop360μ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_shop500μsselect * from `subcategories` where `subcategories`.`category_id` = ? and `subcategories`.`category_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_shop360μ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_shop400μ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_shop780μ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_shop670μ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_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_shop510μ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_shop380μ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_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_shop320μ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_shop390μ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_shop340μ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_shop560μsselect * from `subcategories` where `subcategories`.`category_id` = ? and `subcategories`.`category_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_shop370μ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_shop340μ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_shop350μ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_shop360μ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_shop340μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop16.57msselect * from `subcategories` where `subcategories`.`category_id` = ? and `subcategories`.`category_id` is not null and `status` = ?
      • dignityelearning_shop530μ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_shop370μ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_shop400μ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_shop760μ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_shop450μsselect * from `childcategories` where `childcategories`.`subcategory_id` = ? and `childcategories`.`subcategory_id` is not null and `status` = ?
      • dignityelearning_shop570μ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_shop390μ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_shop340μ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_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_shop350μ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_shop390μ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_shop440μ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` = ?
      App\Models\Subcategory
      119Subcategory.php#?
      App\Models\Product
      11Product.php#?
      App\Models\Productimage
      11Productimage.php#?
      App\Models\Category
      1Category.php#?
          ClearShow all
          Date ↕MethodURLData
          #12025-04-25 07:37:01GET/category/premature2170142