Людмила Анатольевна Булавкина
Куклы это средство, чтобы вечно помнить детство
Я, автор кукол из Туапсе и  создаём мы их  совместно с мамой Перегудовой Любовью Михайловной. Занимаемся мы куклами около 10 лет. И наши куклы уже живут по всей России  и в Америке, Германии, Израиле.
В 2018году мы выиграли грант губернатора Краснодарского края  за наше творчество.
Все наши куклы созданы  в единственном экземпляре, без молдов. Они полностью подвижны.  А тела абсолютно  анатомичны.
И при этом мы никогда не применяем шарниры.
Куклы из ткани, упав никогда не разобьются в отличии от фарфоровых или пластиковых. 
Такую куклу можно  подарить на свадьбу, дни рождения, на юбилеи. В складчину учителю, воспитателю, ректору. 
Создаём их, вкладывая всю любовь
И все купившие у нас кукол, навсегда остаются в наших сердцах.
Товары
Request history8.2.24PHP Version315msRequest Duration3MBMemory UsageGET user/{id}/{tpl?}Route
    • Booting (54.01ms)time
    • Application (261ms)time
    • 1 x Application (82.87%)
      261ms
      1 x Booting (17.12%)
      54.01ms
      122 templates were rendered
      • 1x useruser.blade.php#?blade
      • 1x components.items.avataravatar.blade.php#?blade
      • 1x components.items.socialsocial.blade.php#?blade
      • 1x elements.pages.user.shopshop.blade.php#?blade
      • 1x elements.render.productsproducts.blade.php#?blade
      • 10x elements.items.loop_productsloop_products.blade.php#?blade
      • 10x components.buttons.likelike.blade.php#?blade
      • 10x components.items.countcount.blade.php#?blade
      • 1x pagination::tailwindtailwind.blade.php#?blade
      • 1x components.wrp.basebase.blade.php#?blade
      • 1x layouts.guestguest.blade.php#?blade
      • 1x layouts.parts.headhead.blade.php#?blade
      • 1x layouts.parts.navigationnavigation.blade.php#?blade
      • 1x livewire.searchsearch.blade.php#?blade
      • 1x layouts.menu.categorymenucategorymenu.blade.php#?blade
      • 1x elements.menu.generatorgenerator.blade.php#?blade
      • 76x elements.menu.build.mega_submega_sub.blade.php#?blade
      • 1x layouts.parts.scriptsscripts.blade.php#?blade
      • 1x livewire.modalsmodals.blade.php#?blade
      • 1x livewire.dialog-modaldialog-modal.blade.php#?blade
      uri
      GET user/{id}/{tpl?}
      middleware
      web
      controller
      App\Http\Controllers\Front\UserController@index
      namespace
      prefix
      /user
      where
      as
      user
      file
      app/Http/Controllers/Front/UserController.php:15-20
      44 statements were executed (20 duplicates)Show only duplicates26.52ms
      • select * from `categories`
        400μseagle_7diyShareDataForView.php#19
        Backtrace
        • app/Http/Middleware/ShareDataForView.php:19
        • vendor/laravel/framework/src/Illuminate/Container/Container.php:952
        • vendor/laravel/framework/src/Illuminate/Container/Container.php:795
        • vendor/laravel/framework/src/Illuminate/Foundation/Application.php:961
        • vendor/laravel/framework/src/Illuminate/Container/Container.php:731
      • select * from `users` where `users`.`id` = '296' limit 1
        460μseagle_7diyUserController.php#17
        Bindings
        • 0: 296
        Backtrace
        • app/Http/Controllers/Front/UserController.php:17
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `posts` where `posts`.`user_id` = 296 and `posts`.`user_id` is not null and `post_type_id` = 2
        1.39mseagle_7diyUserController.php#18
        Bindings
        • 0: 296
        • 1: 2
        Backtrace
        • app/Http/Controllers/Front/UserController.php:18
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `posts` where `posts`.`user_id` = 296 and `posts`.`user_id` is not null and `post_type_id` = 2 order by `created_at` desc limit 10 offset 0
        1.42mseagle_7diyUserController.php#18
        Bindings
        • 0: 296
        • 1: 2
        Backtrace
        • app/Http/Controllers/Front/UserController.php:18
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `post_types` where `post_types`.`id` = 2 limit 1
        640μseagle_7diyloop_products.blade.php#3
        Bindings
        • 0: 2
        Backtrace
        • view::elements.items.loop_products:3
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `media` where `media`.`model_id` in (1372) and `media`.`model_type` = 'App\\Models\\Post'
        1.29mseagle_7diyInteractsWithMedia.php#545
        Bindings
        • 0: App\Models\Post
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:259
        • view::elements.items.loop_products:4
      • select * from `users` where `users`.`id` = 296 limit 1
        640μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 296
        Backtrace
        • view::elements.items.loop_products:16
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `rates` where `rates`.`rateable_type` = 'App\\Models\\Post' and `rates`.`rateable_id` = 1372 and `rates`.`rateable_id` is not null
        610μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1372
        Backtrace
        • view::components.buttons.like:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `post_types` where `post_types`.`id` = 2 limit 1
        390μseagle_7diyloop_products.blade.php#3
        Bindings
        • 0: 2
        Backtrace
        • view::elements.items.loop_products:3
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `media` where `media`.`model_id` in (1371) and `media`.`model_type` = 'App\\Models\\Post'
        760μseagle_7diyInteractsWithMedia.php#545
        Bindings
        • 0: App\Models\Post
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:259
        • view::elements.items.loop_products:4
      • select * from `users` where `users`.`id` = 296 limit 1
        410μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 296
        Backtrace
        • view::elements.items.loop_products:16
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `rates` where `rates`.`rateable_type` = 'App\\Models\\Post' and `rates`.`rateable_id` = 1371 and `rates`.`rateable_id` is not null
        610μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1371
        Backtrace
        • view::components.buttons.like:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `post_types` where `post_types`.`id` = 2 limit 1
        370μseagle_7diyloop_products.blade.php#3
        Bindings
        • 0: 2
        Backtrace
        • view::elements.items.loop_products:3
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `media` where `media`.`model_id` in (1370) and `media`.`model_type` = 'App\\Models\\Post'
        740μseagle_7diyInteractsWithMedia.php#545
        Bindings
        • 0: App\Models\Post
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:259
        • view::elements.items.loop_products:4
      • select * from `users` where `users`.`id` = 296 limit 1
        390μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 296
        Backtrace
        • view::elements.items.loop_products:16
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `rates` where `rates`.`rateable_type` = 'App\\Models\\Post' and `rates`.`rateable_id` = 1370 and `rates`.`rateable_id` is not null
        750μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1370
        Backtrace
        • view::components.buttons.like:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `post_types` where `post_types`.`id` = 2 limit 1
        370μseagle_7diyloop_products.blade.php#3
        Bindings
        • 0: 2
        Backtrace
        • view::elements.items.loop_products:3
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `media` where `media`.`model_id` in (1360) and `media`.`model_type` = 'App\\Models\\Post'
        740μseagle_7diyInteractsWithMedia.php#545
        Bindings
        • 0: App\Models\Post
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:259
        • view::elements.items.loop_products:4
      • select * from `users` where `users`.`id` = 296 limit 1
        400μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 296
        Backtrace
        • view::elements.items.loop_products:16
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `rates` where `rates`.`rateable_type` = 'App\\Models\\Post' and `rates`.`rateable_id` = 1360 and `rates`.`rateable_id` is not null
        670μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1360
        Backtrace
        • view::components.buttons.like:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `post_types` where `post_types`.`id` = 2 limit 1
        380μseagle_7diyloop_products.blade.php#3
        Bindings
        • 0: 2
        Backtrace
        • view::elements.items.loop_products:3
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `media` where `media`.`model_id` in (1349) and `media`.`model_type` = 'App\\Models\\Post'
        1.03mseagle_7diyInteractsWithMedia.php#545
        Bindings
        • 0: App\Models\Post
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:259
        • view::elements.items.loop_products:4
      • select * from `users` where `users`.`id` = 296 limit 1
        400μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 296
        Backtrace
        • view::elements.items.loop_products:16
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `rates` where `rates`.`rateable_type` = 'App\\Models\\Post' and `rates`.`rateable_id` = 1349 and `rates`.`rateable_id` is not null
        600μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1349
        Backtrace
        • view::components.buttons.like:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `post_types` where `post_types`.`id` = 2 limit 1
        380μseagle_7diyloop_products.blade.php#3
        Bindings
        • 0: 2
        Backtrace
        • view::elements.items.loop_products:3
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `media` where `media`.`model_id` in (1348) and `media`.`model_type` = 'App\\Models\\Post'
        740μseagle_7diyInteractsWithMedia.php#545
        Bindings
        • 0: App\Models\Post
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:259
        • view::elements.items.loop_products:4
      • select * from `users` where `users`.`id` = 296 limit 1
        410μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 296
        Backtrace
        • view::elements.items.loop_products:16
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `rates` where `rates`.`rateable_type` = 'App\\Models\\Post' and `rates`.`rateable_id` = 1348 and `rates`.`rateable_id` is not null
        590μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1348
        Backtrace
        • view::components.buttons.like:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `post_types` where `post_types`.`id` = 2 limit 1
        390μseagle_7diyloop_products.blade.php#3
        Bindings
        • 0: 2
        Backtrace
        • view::elements.items.loop_products:3
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `media` where `media`.`model_id` in (1345) and `media`.`model_type` = 'App\\Models\\Post'
        750μseagle_7diyInteractsWithMedia.php#545
        Bindings
        • 0: App\Models\Post
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:259
        • view::elements.items.loop_products:4
      • select * from `users` where `users`.`id` = 296 limit 1
        400μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 296
        Backtrace
        • view::elements.items.loop_products:16
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `rates` where `rates`.`rateable_type` = 'App\\Models\\Post' and `rates`.`rateable_id` = 1345 and `rates`.`rateable_id` is not null
        570μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1345
        Backtrace
        • view::components.buttons.like:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `post_types` where `post_types`.`id` = 2 limit 1
        380μseagle_7diyloop_products.blade.php#3
        Bindings
        • 0: 2
        Backtrace
        • view::elements.items.loop_products:3
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `media` where `media`.`model_id` in (1344) and `media`.`model_type` = 'App\\Models\\Post'
        750μseagle_7diyInteractsWithMedia.php#545
        Bindings
        • 0: App\Models\Post
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:259
        • view::elements.items.loop_products:4
      • select * from `users` where `users`.`id` = 296 limit 1
        400μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 296
        Backtrace
        • view::elements.items.loop_products:16
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `rates` where `rates`.`rateable_type` = 'App\\Models\\Post' and `rates`.`rateable_id` = 1344 and `rates`.`rateable_id` is not null
        600μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1344
        Backtrace
        • view::components.buttons.like:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `post_types` where `post_types`.`id` = 2 limit 1
        360μseagle_7diyloop_products.blade.php#3
        Bindings
        • 0: 2
        Backtrace
        • view::elements.items.loop_products:3
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `media` where `media`.`model_id` in (1342) and `media`.`model_type` = 'App\\Models\\Post'
        780μseagle_7diyInteractsWithMedia.php#545
        Bindings
        • 0: App\Models\Post
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:259
        • view::elements.items.loop_products:4
      • select * from `users` where `users`.`id` = 296 limit 1
        410μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 296
        Backtrace
        • view::elements.items.loop_products:16
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `rates` where `rates`.`rateable_type` = 'App\\Models\\Post' and `rates`.`rateable_id` = 1342 and `rates`.`rateable_id` is not null
        640μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1342
        Backtrace
        • view::components.buttons.like:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `post_types` where `post_types`.`id` = 2 limit 1
        370μseagle_7diyloop_products.blade.php#3
        Bindings
        • 0: 2
        Backtrace
        • view::elements.items.loop_products:3
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `media` where `media`.`model_id` in (1340) and `media`.`model_type` = 'App\\Models\\Post'
        750μseagle_7diyInteractsWithMedia.php#545
        Bindings
        • 0: App\Models\Post
        Backtrace
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:545
        • vendor/spatie/laravel-medialibrary/src/MediaCollections/MediaRepository.php:31
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:271
        • vendor/spatie/laravel-medialibrary/src/InteractsWithMedia.php:259
        • view::elements.items.loop_products:4
      • select * from `users` where `users`.`id` = 296 limit 1
        410μseagle_7diyloop_products.blade.php#16
        Bindings
        • 0: 296
        Backtrace
        • view::elements.items.loop_products:16
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `rates` where `rates`.`rateable_type` = 'App\\Models\\Post' and `rates`.`rateable_id` = 1340 and `rates`.`rateable_id` is not null
        580μseagle_7diylike.blade.php#15
        Bindings
        • 0: App\Models\Post
        • 1: 1340
        Backtrace
        • view::components.buttons.like:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      App\Models\Category
      76Category.php#?
      App\Models\User
      11User.php#?
      App\Models\Post
      10Post.php#?
      App\Models\PostType
      10PostType.php#?
      Spatie\MediaLibrary\MediaCollections\Models\Media
      10Media.php#?
      search #nHHhpsGfTaLUxYk3KdXv
      array:4 [ "data" => array:3 [ "query" => "" "res" => [] "hi" => 0 ] "name" => "sea...
      modals #myUWtalBe4ZIJOkCNTrS
      array:4 [ "data" => array:2 [ "modal" => null "mdlink" => null ] "name" => "modals" ...
      dialog-modal #NWd7Li1uvQ2c8FLcjAVu
      array:4 [ "data" => array:6 [ "user" => null "modal" => null "receiver_id" => null ...
          _token
          GMNTTJiiRyAOX3gSTY5OGRE8Oa6f7W7AmVPJ7OYK
          _previous
          array:1 [ "url" => "https://7diy.ru/user/296/shop" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /user/296/shop
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:17 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "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" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "close" ] "x-forwarded-for" => array:1 [ 0 => "216.73.216.146" ] "host" => array:1 [ 0 => "7diy.ru" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "max-age=0, must-revalidate, no-cache, no-store, private" ] "date" => array:1 [ 0 => "Sun, 15 Jun 2025 01:25:49 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "Fri, 01 Jan 1990 00:00:00 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlVCSGFxeEhIYm9yR3pQc3V0TUY4NUE9PSIsInZhbHVlIjoiaU5GcEgvVnA1ZnBrclhGNWpuUUt1Ykd0dGdoT3R6WjNrOXEyQnNPcWlNZ1V2ejJCZmpRWlgrTFQxUWthMzJTRE44TDMzN1pZQWR4K0lkcDRxdnhiVloxN1ArZmxSek1Hdk94ZXdhREJLTVRteXY3NGIvV0pWK0ZSOHZGUmVhMzMiLCJtYWMiOiI1MzA3YTRhZDhjZDZmZDU5Yzk1YjRjOTBlYTVkNjQyZGI3NmUxZjc2NDI3ZDljNTg2Mzg2ZjhlMDE3OTZmNDc3IiwidGFnIjoiIn0%3D; expires=Sun, 15 Jun 2025 03:25:50 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IlVCSGFxeEhIYm9yR3pQc3V0TUY4NUE9PSIsInZhbHVlIjoiaU5GcEgvVnA1ZnBrclhGNWpuUUt1Ykd0dGdoT3R6WjNrOXEyQnNPcWlNZ1V2ejJCZmpRWlgrTFQxUWthMzJTRE44TDMzN" 1 => "sevendiy_session=eyJpdiI6ImlkZ1RpcjYxTDBEdzhrRlNWb2hlQkE9PSIsInZhbHVlIjoicVJ3ZmY0YkFmMTVHQzN6L212b1VBWnNGanAxbFl0YTdVRVFqZjBpMU9FTW9pWFJpeHZraUczRG9RdllWSW1pQyt2NzlpY29aVGFmVkJPdmh6RDFZbkpHWlFXOTNSYllkTzN6c0xwWGczeGNPbzZiRUM3alEzQ2ZiSTFvM2JNUXIiLCJtYWMiOiIzN2U0ZTFkZDYwYTE4MDk2M2IxNjJlOGIzYWU0NTYxYzA4NWY5NDgxMmVlMWQwYzI2NTJkZDUwN2Y1MDFiOWJhIiwidGFnIjoiIn0%3D; expires=Sun, 15 Jun 2025 03:25:50 GMT; Max-Age=7200; path=/; httponly; samesite=laxsevendiy_session=eyJpdiI6ImlkZ1RpcjYxTDBEdzhrRlNWb2hlQkE9PSIsInZhbHVlIjoicVJ3ZmY0YkFmMTVHQzN6L212b1VBWnNGanAxbFl0YTdVRVFqZjBpMU9FTW9pWFJpeHZraUczRG9RdllWSW1pQyt" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlVCSGFxeEhIYm9yR3pQc3V0TUY4NUE9PSIsInZhbHVlIjoiaU5GcEgvVnA1ZnBrclhGNWpuUUt1Ykd0dGdoT3R6WjNrOXEyQnNPcWlNZ1V2ejJCZmpRWlgrTFQxUWthMzJTRE44TDMzN1pZQWR4K0lkcDRxdnhiVloxN1ArZmxSek1Hdk94ZXdhREJLTVRteXY3NGIvV0pWK0ZSOHZGUmVhMzMiLCJtYWMiOiI1MzA3YTRhZDhjZDZmZDU5Yzk1YjRjOTBlYTVkNjQyZGI3NmUxZjc2NDI3ZDljNTg2Mzg2ZjhlMDE3OTZmNDc3IiwidGFnIjoiIn0%3D; expires=Sun, 15-Jun-2025 03:25:50 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IlVCSGFxeEhIYm9yR3pQc3V0TUY4NUE9PSIsInZhbHVlIjoiaU5GcEgvVnA1ZnBrclhGNWpuUUt1Ykd0dGdoT3R6WjNrOXEyQnNPcWlNZ1V2ejJCZmpRWlgrTFQxUWthMzJTRE44TDMzN" 1 => "sevendiy_session=eyJpdiI6ImlkZ1RpcjYxTDBEdzhrRlNWb2hlQkE9PSIsInZhbHVlIjoicVJ3ZmY0YkFmMTVHQzN6L212b1VBWnNGanAxbFl0YTdVRVFqZjBpMU9FTW9pWFJpeHZraUczRG9RdllWSW1pQyt2NzlpY29aVGFmVkJPdmh6RDFZbkpHWlFXOTNSYllkTzN6c0xwWGczeGNPbzZiRUM3alEzQ2ZiSTFvM2JNUXIiLCJtYWMiOiIzN2U0ZTFkZDYwYTE4MDk2M2IxNjJlOGIzYWU0NTYxYzA4NWY5NDgxMmVlMWQwYzI2NTJkZDUwN2Y1MDFiOWJhIiwidGFnIjoiIn0%3D; expires=Sun, 15-Jun-2025 03:25:50 GMT; path=/; httponlysevendiy_session=eyJpdiI6ImlkZ1RpcjYxTDBEdzhrRlNWb2hlQkE9PSIsInZhbHVlIjoicVJ3ZmY0YkFmMTVHQzN6L212b1VBWnNGanAxbFl0YTdVRVFqZjBpMU9FTW9pWFJpeHZraUczRG9RdllWSW1pQyt" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "GMNTTJiiRyAOX3gSTY5OGRE8Oa6f7W7AmVPJ7OYK" "_previous" => array:1 [ "url" => "https://7diy.ru/user/296/shop" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-15 01:25:50GET/user/296/shop122441173