Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System

K4H5L0
$12.00 $18.00
Out of Stock

Product Description

Thanks to the innovative self-wringing system of imitating hand wringing movement, you are able to wring dirty water out in seconds, just by pushing down the mop pole! All-around cleaning those hard-to-reach areas with the flexible 360° swivel mop head, whether it be under the table, in the corner or between the furniture. Our hardwood floor mop will also give your waist and back a much-needed rest owing to its extra-long handle and slim design. 3 strong absorbent microfiber pads work especially for stubborn stains, pet hair, and dust. Our microfiber mops clean more thoroughly and effectively than cotton mops. Instead of adopting the traditional Velcro design, our mop head features a hook structure which connects the mop board and the mop pad, making the mop pad hard to fall off, and more convenient to replace. The non-slip handle grip improves the comfort of holding. With the thick iron rod and high-grade plastic mop frame, our floor mop is tested to be sturdy and durable.

Package Includes: 1 x Mop Head 2 x Pole Handles 1 x Mop Pads 1 x Built-in Scraper 1 x User Manual

Related Products

Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(/home/blacklb/public_html/storage/framework/sessions/rr1lgznPclTETqZQew5gGfKygNSsrTVbhSZgovmn): failed to open stream: No space left on device ErrorException thrown with message "file_put_contents(/home/blacklb/public_html/storage/framework/sessions/rr1lgznPclTETqZQew5gGfKygNSsrTVbhSZgovmn): failed to open stream: No space left on device" Stacktrace: #7 ErrorException in /home/blacklb/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #6 file_put_contents in /home/blacklb/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #5 Illuminate\Filesystem\Filesystem:put in /home/blacklb/public_html/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php:83 #4 Illuminate\Session\FileSessionHandler:write in /home/blacklb/public_html/vendor/laravel/framework/src/Illuminate/Session/Store.php:129 #3 Illuminate\Session\Store:save in /home/blacklb/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:87 #2 Illuminate\Session\Middleware\StartSession:terminate in /home/blacklb/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:218 #1 Illuminate\Foundation\Http\Kernel:terminateMiddleware in /home/blacklb/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:189 #0 Illuminate\Foundation\Http\Kernel:terminate in /home/blacklb/public_html/public/index.php:65
7
ErrorException
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
122
6
file_put_contents
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
122
5
Illuminate
\
Filesystem
\
Filesystem
put
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
FileSessionHandler.php
83
4
Illuminate
\
Session
\
FileSessionHandler
write
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Store.php
129
3
Illuminate
\
Session
\
Store
save
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Middleware
/
StartSession.php
87
2
Illuminate
\
Session
\
Middleware
\
StartSession
terminate
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
218
1
Illuminate
\
Foundation
\
Http
\
Kernel
terminateMiddleware
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
189
0
Illuminate
\
Foundation
\
Http
\
Kernel
terminate
/
public
/
index.php
65
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Write the contents of a file, replacing it atomically if it already exists.
     *
     * @param  string  $path
     * @param  string  $content
     * @return void
     */
    public function replace($path, $content)
    {
        // If the path already exists and is a symlink, get the real path...
        clearstatcache(true, $path);
 
        $path = realpath($path) ?: $path;
 
        $tempPath = tempnam(dirname($path), basename($path));
 
        // Fix permissions of tempPath because `tempnam()` creates it with permissions set to 0600...
        chmod($tempPath, 0777 - umask());
Arguments
  1. "file_put_contents(/home/blacklb/public_html/storage/framework/sessions/rr1lgznPclTETqZQew5gGfKygNSsrTVbhSZgovmn): failed to open stream: No space left on device"
    
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Write the contents of a file, replacing it atomically if it already exists.
     *
     * @param  string  $path
     * @param  string  $content
     * @return void
     */
    public function replace($path, $content)
    {
        // If the path already exists and is a symlink, get the real path...
        clearstatcache(true, $path);
 
        $path = realpath($path) ?: $path;
 
        $tempPath = tempnam(dirname($path), basename($path));
 
        // Fix permissions of tempPath because `tempnam()` creates it with permissions set to 0600...
        chmod($tempPath, 0777 - umask());
Arguments
  1. "/home/blacklb/public_html/storage/framework/sessions/rr1lgznPclTETqZQew5gGfKygNSsrTVbhSZgovmn"
    
  2. """
    a:5:{s:6:"_token";s:40:"aKCoQcNDdNXtR5m61eW8KCv6MbvA6EGu7ghaCL8y";s:6:"locale";s:2:"en";s:67:"rr1lgznPclTETqZQew5gGfKygNSsrTVbhSZgovmn_recently_viewed_cart_items";O:32:"Darryldecode\Cart\CartCollection":1:{s:8:"\x00*\x00items";a:1:{i:1537;O:32:"Darryldecode\Cart\ItemCollection":2:{s:9:"\x00*\x00config";N;s:8:"\x00*\x00items";a:6:{s:2:"id";i:1537;s:4:"name";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";s:5:"price";d:12;s:8:"quantity";i:1;s:10:"attributes";O:41:"Darryldecode\Cart\ItemAttributeCollection":1:{s:8:"\x00*\x00items";a:1:{s:7:"product";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:1537;s:12:"tax_class_id";N;s:4:"slug";s:73:"aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"12.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:6:"K4H5L0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2929;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2023-01-25 19:44:16";s:10:"updated_at";s:19:"2026-03-05 02:21:28";}s:11:"\x00*\x00original";a:20:{s:2:"id";i:1537;s:12:"tax_class_id";N;s:4:"slug";s:73:"aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"12.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:6:"K4H5L0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2929;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2023-01-25 19:44:16";s:10:"updated_at";s:19:"2026-03-05 02:21:28";}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:7:{s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:1535;s:10:"product_id";i:1537;s:6:"locale";s:2:"en";s:4:"name";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";s:11:"description";s:1235:"<h3 class="fs18 mt30 mb10 color">Product Description</h3>\r\n
    <div class="pdest1">\r\n
    <div class="fs16 lh28 pdpCtsr">\r\n
    <p>Thanks to the innovative self-wringing system of imitating hand wringing movement, you are able to wring dirty water out in seconds, just by pushing down the mop pole! All-around cleaning those hard-to-reach areas with the flexible 360&deg; swivel mop head, whether it be under the table, in the corner or between the furniture. Our hardwood floor mop will also give your waist and back a much-needed rest owing to its extra-long handle and slim design. 3 strong absorbent microfiber pads work especially for stubborn stains, pet hair, and dust. Our microfiber mops clean more thoroughly and effectively than cotton mops. Instead of adopting the traditional Velcro design, our mop head features a hook structure which connects the mop board and the mop pad, making the mop pad hard to fall off, and more convenient to replace. The non-slip handle grip improves the comfort of holding. With the thick iron rod and high-grade plastic mop frame, our floor mop is tested to be sturdy and durable.</p>\r\n
    <p>Package Includes: 1 x Mop Head 2 x Pole Handles 1 x Mop Pads 1 x Built-in Scraper 1 x User Manual</p>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1535;s:10:"product_id";i:1537;s:6:"locale";s:2:"en";s:4:"name";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";s:11:"description";s:1235:"<h3 class="fs18 mt30 mb10 color">Product Description</h3>\r\n
    <div class="pdest1">\r\n
    <div class="fs16 lh28 pdpCtsr">\r\n
    <p>Thanks to the innovative self-wringing system of imitating hand wringing movement, you are able to wring dirty water out in seconds, just by pushing down the mop pole! All-around cleaning those hard-to-reach areas with the flexible 360&deg; swivel mop head, whether it be under the table, in the corner or between the furniture. Our hardwood floor mop will also give your waist and back a much-needed rest owing to its extra-long handle and slim design. 3 strong absorbent microfiber pads work especially for stubborn stains, pet hair, and dust. Our microfiber mops clean more thoroughly and effectively than cotton mops. Instead of adopting the traditional Velcro design, our mop head features a hook structure which connects the mop board and the mop pad, making the mop pad hard to fall off, and more convenient to replace. The non-slip handle grip improves the comfort of holding. With the thick iron rod and high-grade plastic mop frame, our floor mop is tested to be sturdy and durable.</p>\r\n
    <p>Package Includes: 1 x Mop Head 2 x Pole Handles 1 x Mop Pads 1 x Built-in Scraper 1 x User Manual</p>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}s:10:"attributes";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:0:{}}s:7:"options";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:0:{}}s:5:"files";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:9:{i:0;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11526;s:7:"user_id";i:674;s:8:"filename";s:5:"0.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/Ragwjx89nBvrP8VWLbZpAShW8UG9PrR5yEmu0sbW.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"134807";s:10:"created_at";s:19:"2023-01-25 19:42:37";s:10:"updated_at";s:19:"2023-01-25 19:42:37";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11526;s:7:"user_id";i:674;s:8:"filename";s:5:"0.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/Ragwjx89nBvrP8VWLbZpAShW8UG9PrR5yEmu0sbW.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"134807";s:10:"created_at";s:19:"2023-01-25 19:42:37";s:10:"updated_at";s:19:"2023-01-25 19:42:37";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11526;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69235;s:10:"pivot_zone";s:10:"base_image";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11526;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69235;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11526;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69235;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:0;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:0:{}s:11:"\x00*\x00original";a:0:{}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:1;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11533;s:7:"user_id";i:674;s:8:"filename";s:5:"8.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/lhcDMAbe60mVRZvbx8pKhz6A80MZTyobyxO1J4Rt.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"163002";s:10:"created_at";s:19:"2023-01-25 19:43:13";s:10:"updated_at";s:19:"2023-01-25 19:43:13";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11533;s:7:"user_id";i:674;s:8:"filename";s:5:"8.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/lhcDMAbe60mVRZvbx8pKhz6A80MZTyobyxO1J4Rt.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"163002";s:10:"created_at";s:19:"2023-01-25 19:43:13";s:10:"updated_at";s:19:"2023-01-25 19:43:13";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11533;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69236;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11533;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69236;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11533;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69236;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:2;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11532;s:7:"user_id";i:674;s:8:"filename";s:5:"7.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/uMOwLMZLcbtWqW1egDJHNGUjIW68bR8qHnNMoElt.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"136199";s:10:"created_at";s:19:"2023-01-25 19:43:11";s:10:"updated_at";s:19:"2023-01-25 19:43:11";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11532;s:7:"user_id";i:674;s:8:"filename";s:5:"7.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/uMOwLMZLcbtWqW1egDJHNGUjIW68bR8qHnNMoElt.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"136199";s:10:"created_at";s:19:"2023-01-25 19:43:11";s:10:"updated_at";s:19:"2023-01-25 19:43:11";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11532;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69237;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11532;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69237;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11532;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69237;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:3;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11528;s:7:"user_id";i:674;s:8:"filename";s:5:"2.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/4llfx9M12srmngLwQp4l9cUVfF7woNZBn1XaSvAG.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"292803";s:10:"created_at";s:19:"2023-01-25 19:43:02";s:10:"updated_at";s:19:"2023-01-25 19:43:02";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11528;s:7:"user_id";i:674;s:8:"filename";s:5:"2.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/4llfx9M12srmngLwQp4l9cUVfF7woNZBn1XaSvAG.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"292803";s:10:"created_at";s:19:"2023-01-25 19:43:02";s:10:"updated_at";s:19:"2023-01-25 19:43:02";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11528;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69238;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11528;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69238;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11528;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69238;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:4;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11527;s:7:"user_id";i:674;s:8:"filename";s:5:"1.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/lHyjm1MQoPXSYcVbPFXfkXHl3U1pks5etWkMgyEv.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"233844";s:10:"created_at";s:19:"2023-01-25 19:43:01";s:10:"updated_at";s:19:"2023-01-25 19:43:01";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11527;s:7:"user_id";i:674;s:8:"filename";s:5:"1.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/lHyjm1MQoPXSYcVbPFXfkXHl3U1pks5etWkMgyEv.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"233844";s:10:"created_at";s:19:"2023-01-25 19:43:01";s:10:"updated_at";s:19:"2023-01-25 19:43:01";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11527;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69239;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11527;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69239;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11527;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69239;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:5;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11529;s:7:"user_id";i:674;s:8:"filename";s:5:"4.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/EpGwoIzvjjZyyZiGWdK1wxuSXUHi7kcMslwUY64K.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"313684";s:10:"created_at";s:19:"2023-01-25 19:43:07";s:10:"updated_at";s:19:"2023-01-25 19:43:07";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11529;s:7:"user_id";i:674;s:8:"filename";s:5:"4.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/EpGwoIzvjjZyyZiGWdK1wxuSXUHi7kcMslwUY64K.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"313684";s:10:"created_at";s:19:"2023-01-25 19:43:07";s:10:"updated_at";s:19:"2023-01-25 19:43:07";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11529;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69240;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11529;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69240;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11529;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69240;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:6;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11530;s:7:"user_id";i:674;s:8:"filename";s:5:"5.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/HlsQJEt2TmasoY1MFIdNAUW1cleuxK1la2z8jGB9.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"275874";s:10:"created_at";s:19:"2023-01-25 19:43:08";s:10:"updated_at";s:19:"2023-01-25 19:43:08";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11530;s:7:"user_id";i:674;s:8:"filename";s:5:"5.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/HlsQJEt2TmasoY1MFIdNAUW1cleuxK1la2z8jGB9.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"275874";s:10:"created_at";s:19:"2023-01-25 19:43:08";s:10:"updated_at";s:19:"2023-01-25 19:43:08";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11530;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69241;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11530;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69241;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11530;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69241;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:7;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11531;s:7:"user_id";i:674;s:8:"filename";s:5:"6.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/3vtkvUlm5mdq7J1D53z3wPJPBew4Ct0HQXIxYVLa.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"144051";s:10:"created_at";s:19:"2023-01-25 19:43:10";s:10:"updated_at";s:19:"2023-01-25 19:43:10";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11531;s:7:"user_id";i:674;s:8:"filename";s:5:"6.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/3vtkvUlm5mdq7J1D53z3wPJPBew4Ct0HQXIxYVLa.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"144051";s:10:"created_at";s:19:"2023-01-25 19:43:10";s:10:"updated_at";s:19:"2023-01-25 19:43:10";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11531;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69242;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11531;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69242;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11531;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69242;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:8;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11534;s:7:"user_id";i:674;s:8:"filename";s:5:"9.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/NwX0dfa5uGMy5bXJtOUBRluashHb5k7o9HI6U6Al.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"243757";s:10:"created_at";s:19:"2023-01-25 19:43:15";s:10:"updated_at";s:19:"2023-01-25 19:43:15";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11534;s:7:"user_id";i:674;s:8:"filename";s:5:"9.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/NwX0dfa5uGMy5bXJtOUBRluashHb5k7o9HI6U6Al.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"243757";s:10:"created_at";s:19:"2023-01-25 19:43:15";s:10:"updated_at";s:19:"2023-01-25 19:43:15";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11534;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69243;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11534;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69243;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11534;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69243;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}}}s:15:"relatedProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:3:{i:0;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:880;s:12:"tax_class_id";N;s:4:"slug";s:94:"2-in-1-flat-mop-automatic-pressure-bucket-avoid-hand-washing-floor-cleaner-lazy-household-tool";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"12.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:8:"J5P25K00";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3536;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-28 15:33:52";s:10:"updated_at";s:19:"2026-03-04 15:47:44";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:880;s:12:"tax_class_id";N;s:4:"slug";s:94:"2-in-1-flat-mop-automatic-pressure-bucket-avoid-hand-washing-floor-cleaner-lazy-household-tool";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"12.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:8:"J5P25K00";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3536;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-28 15:33:52";s:10:"updated_at";s:19:"2026-03-04 15:47:44";s:16:"pivot_product_id";i:1537;s:24:"pivot_related_product_id";i:880;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:1537;s:18:"related_product_id";i:880;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1537;s:18:"related_product_id";i:880;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:0;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:0:{}s:11:"\x00*\x00original";a:0:{}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:878;s:10:"product_id";i:880;s:6:"locale";s:2:"en";s:4:"name";s:98:"2 in 1 Flat Mop, Automatic Pressure Bucket, Avoid Hand Washing, Floor Cleaner, Lazy Household Tool";s:11:"description";s:1444:"<p><span data-spm-anchor-id="a2g0o.detail.1000023.i0.28bd4a79Yg5NNH">Folding Side Mop No Hand Wash, Flat Wood Floor Mop, Dust Mop, Household Cleaning, Folding Mop Tools 2020</span></p>\r\n
    <p>Product selling point:</p>\r\n
    <ul>\r\n
    <li>\r\n
    <p>Convenient storage, save space, do not occupy the earth, reduce the multiplication of bacteria.</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Suitable for: bedroom, wall, window, ceiling</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Super fine fiber mop, it has a strong adsorption capacity.</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Just slide the lever up and down to squeeze out water and dust easily.&nbsp;Besides, the mop can stand on its own to save space and keep the mop head dry</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Ultra-fine cotton microfiber mop pad can effectively pick up dirt, dust, hair and debris and provide perfect floor care for hardwood, laminate or tile.&nbsp;This microfiber mop is washable and reusable, much more environmentally friendly and economical than disposable pads</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>The ultra slim design allows you to clean the floor everywhere without missing any corners.&nbsp;Perfect mop for cleaning floors, walls, windows, living room, ceiling and under furniture</p>\r\n
    </li>\r\n
    </ul>\r\n
    <p>Description:</p>\r\n
    <ul>\r\n
    <li>\r\n
    <p>Extension length: 128cm</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Material: ABS</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Dehydration rate: 90% -100%</p>\r\n
    </li>\r\n
    <li>\r\n
    <p data-spm-anchor-id="a2g0o.detail.1000023.i3.263c68dfuxgwqB">Mop material: super fine fiber</p>\r\n
    </li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:878;s:10:"product_id";i:880;s:6:"locale";s:2:"en";s:4:"name";s:98:"2 in 1 Flat Mop, Automatic Pressure Bucket, Avoid Hand Washing, Floor Cleaner, Lazy Household Tool";s:11:"description";s:1444:"<p><span data-spm-anchor-id="a2g0o.detail.1000023.i0.28bd4a79Yg5NNH">Folding Side Mop No Hand Wash, Flat Wood Floor Mop, Dust Mop, Household Cleaning, Folding Mop Tools 2020</span></p>\r\n
    <p>Product selling point:</p>\r\n
    <ul>\r\n
    <li>\r\n
    <p>Convenient storage, save space, do not occupy the earth, reduce the multiplication of bacteria.</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Suitable for: bedroom, wall, window, ceiling</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Super fine fiber mop, it has a strong adsorption capacity.</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Just slide the lever up and down to squeeze out water and dust easily.&nbsp;Besides, the mop can stand on its own to save space and keep the mop head dry</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Ultra-fine cotton microfiber mop pad can effectively pick up dirt, dust, hair and debris and provide perfect floor care for hardwood, laminate or tile.&nbsp;This microfiber mop is washable and reusable, much more environmentally friendly and economical than disposable pads</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>The ultra slim design allows you to clean the floor everywhere without missing any corners.&nbsp;Perfect mop for cleaning floors, walls, windows, living room, ceiling and under furniture</p>\r\n
    </li>\r\n
    </ul>\r\n
    <p>Description:</p>\r\n
    <ul>\r\n
    <li>\r\n
    <p>Extension length: 128cm</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Material: ABS</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Dehydration rate: 90% -100%</p>\r\n
    </li>\r\n
    <li>\r\n
    <p data-spm-anchor-id="a2g0o.detail.1000023.i3.263c68dfuxgwqB">Mop material: super fine fiber</p>\r\n
    </li>\r\n
    </ul>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:1;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:1365;s:12:"tax_class_id";N;s:4:"slug";s:97:"hands-free-sponge-mop-with-bucket-strong-water-absorption-sponge-flat-mop-household-cleaning-tool";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"16.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"16.0000";s:3:"sku";s:6:"G7Y5L0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2024;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2022-06-17 20:41:13";s:10:"updated_at";s:19:"2026-03-04 15:45:23";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1365;s:12:"tax_class_id";N;s:4:"slug";s:97:"hands-free-sponge-mop-with-bucket-strong-water-absorption-sponge-flat-mop-household-cleaning-tool";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"16.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"16.0000";s:3:"sku";s:6:"G7Y5L0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2024;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2022-06-17 20:41:13";s:10:"updated_at";s:19:"2026-03-04 15:45:23";s:16:"pivot_product_id";i:1537;s:24:"pivot_related_product_id";i:1365;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:1537;s:18:"related_product_id";i:1365;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1537;s:18:"related_product_id";i:1365;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1245;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:1363;s:10:"product_id";i:1365;s:6:"locale";s:2:"en";s:4:"name";s:100:"Hands-free sponge mop with bucket, strong water absorption sponge, flat mop, household cleaning tool";s:11:"description";s:2665:"<p>Hands-free mop with bucket flat mop strong water absorption home mop kitchen mop mop for floor mop mop for sloth mops household cleaning tool</p>\r\n
    <div class="detailmodule_text-image">\r\n
    <h2 class="default">Product description</h2>\r\n
    <div id="productDescription" class="a-section a-spacing-small">\r\n
    <ul>\r\n
    <li>Durable and lightweight design with secondary grip, flexible rubber corners and a retractable hook for easy storage.</li>\r\n
    <li>Product Name: Hands-free sponge mop with bucket set.</li>\r\n
    <li>Material: ABS, steel and sponge.</li>\r\n
    <li>Color: gray and white.</li>\r\n
    <li>Size: as in the image.</li>\r\n
    <li>Package includes:<br />1 mop + 1 cube</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div id="featurebullets_feature_div" class="celwidget" data-feature-name="featurebullets" data-csa-c-id="ahellk-j29ty4-n9bm3e-ygdbrs" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <h1 class="a-size-base-plus a-text-bold">About this article</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Perfect for cleaning the home, kitchen, bathroom, office. Use wet for a deep, dry cleaning to remove dust from floors, ceilings, windows, and other surfaces.</span></li>\r\n
    <li><span class="a-list-item">Our hands-free sponge mop has 3 functions (cleaning, drying and storing). It can be used with one hand, which saves effort and time. The considered design cube saves space and water.</span></li>\r\n
    <li><span class="a-list-item">The sponge mop head is very soft and very suitable for kitchen, bathroom, office, corner cleaning. Use wet for deep cleaning, or use it dry to remove dust from the floor, ceiling, window, and other surfaces.</span></li>\r\n
    <li><span class="a-list-item">Our mop head becomes hard, just put it in water and it will soften quickly. It drastically reduces water use and time while cleaning more effectively.</span></li>\r\n
    <li><span class="a-list-item">Achieve the perfect humidity every time. Perfect for home, kitchen, bathroom, office, corner cleaning.</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="productAlert_feature_div" class="celwidget" data-feature-name="productAlert" data-csa-c-id="i3hxzk-i47c6v-pebut3-9hhw8j" data-cel-widget="productAlert_feature_div">\r\n
    <div id="universal-product-alert">\r\n
    <div class="a-section a-spacing-medium"><span class="a-text-bold">Note</span>:&nbsp;Electrically plugged products are designed for use in the U.S. The power outlets and voltage differ internationally. This product may require an adapter or converter in order to be used at its destination. Check compatibility before purchasing.</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1363;s:10:"product_id";i:1365;s:6:"locale";s:2:"en";s:4:"name";s:100:"Hands-free sponge mop with bucket, strong water absorption sponge, flat mop, household cleaning tool";s:11:"description";s:2665:"<p>Hands-free mop with bucket flat mop strong water absorption home mop kitchen mop mop for floor mop mop for sloth mops household cleaning tool</p>\r\n
    <div class="detailmodule_text-image">\r\n
    <h2 class="default">Product description</h2>\r\n
    <div id="productDescription" class="a-section a-spacing-small">\r\n
    <ul>\r\n
    <li>Durable and lightweight design with secondary grip, flexible rubber corners and a retractable hook for easy storage.</li>\r\n
    <li>Product Name: Hands-free sponge mop with bucket set.</li>\r\n
    <li>Material: ABS, steel and sponge.</li>\r\n
    <li>Color: gray and white.</li>\r\n
    <li>Size: as in the image.</li>\r\n
    <li>Package includes:<br />1 mop + 1 cube</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div id="featurebullets_feature_div" class="celwidget" data-feature-name="featurebullets" data-csa-c-id="ahellk-j29ty4-n9bm3e-ygdbrs" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <h1 class="a-size-base-plus a-text-bold">About this article</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Perfect for cleaning the home, kitchen, bathroom, office. Use wet for a deep, dry cleaning to remove dust from floors, ceilings, windows, and other surfaces.</span></li>\r\n
    <li><span class="a-list-item">Our hands-free sponge mop has 3 functions (cleaning, drying and storing). It can be used with one hand, which saves effort and time. The considered design cube saves space and water.</span></li>\r\n
    <li><span class="a-list-item">The sponge mop head is very soft and very suitable for kitchen, bathroom, office, corner cleaning. Use wet for deep cleaning, or use it dry to remove dust from the floor, ceiling, window, and other surfaces.</span></li>\r\n
    <li><span class="a-list-item">Our mop head becomes hard, just put it in water and it will soften quickly. It drastically reduces water use and time while cleaning more effectively.</span></li>\r\n
    <li><span class="a-list-item">Achieve the perfect humidity every time. Perfect for home, kitchen, bathroom, office, corner cleaning.</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="productAlert_feature_div" class="celwidget" data-feature-name="productAlert" data-csa-c-id="i3hxzk-i47c6v-pebut3-9hhw8j" data-cel-widget="productAlert_feature_div">\r\n
    <div id="universal-product-alert">\r\n
    <div class="a-section a-spacing-medium"><span class="a-text-bold">Note</span>:&nbsp;Electrically plugged products are designed for use in the U.S. The power outlets and voltage differ internationally. This product may require an adapter or converter in order to be used at its destination. Check compatibility before purchasing.</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:2;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:1420;s:12:"tax_class_id";N;s:4:"slug";s:56:"in-and-out-rotating-mop-floor-cleaner-system-with-bucket";s:5:"price";s:7:"25.0000";s:13:"special_price";s:7:"22.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"22.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2011;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2022-08-10 18:21:56";s:10:"updated_at";s:19:"2026-03-04 04:53:23";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1420;s:12:"tax_class_id";N;s:4:"slug";s:56:"in-and-out-rotating-mop-floor-cleaner-system-with-bucket";s:5:"price";s:7:"25.0000";s:13:"special_price";s:7:"22.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"22.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2011;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2022-08-10 18:21:56";s:10:"updated_at";s:19:"2026-03-04 04:53:23";s:16:"pivot_product_id";i:1537;s:24:"pivot_related_product_id";i:1420;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:1537;s:18:"related_product_id";i:1420;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1537;s:18:"related_product_id";i:1420;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1245;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:1418;s:10:"product_id";i:1420;s:6:"locale";s:2:"en";s:4:"name";s:56:"In and Out Rotating Mop Floor Cleaner System With Bucket";s:11:"description";s:3806:"<p>The In And Out Mop is a mopping system that will allow you to clean your floors without streaking or scratching them, then clean and dry off your mop in seconds, too. Within each system, you'll get a mop with a microfiber pad, and a dual chamber bucket that contains a side for cleaning and a side for drying. The mop will work on almost all floor types, including tile and wood, and will clean up stubborn substances like mustard or soy sauce.</p>\r\n
    <h2>How to Use (Step by Step)</h2>\r\n
    <ol>\r\n
    <li><strong><span class="title">Fill Bucket</span></strong>\r\n
    <p>Before you start using this mopping system, you'll need to fill your big blue mop bucket. Fill the left-hand side, which will be the cleaning side, with water, while leaving the right-hand side empty. The right-hand side will be the place in which you dry off your mop.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Mop as Usual</span></strong>\r\n
    <p>Once you've filled your bucket, you can begin using your mop to clean your floors as usual. The mop will swivel and pivot, so you'll be able to reach into corners and under furniture without a struggle. Each mop comes with a standard head, but for extremely tough spills, you may choose to affix the included scrubber pad instead.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Clean Off Mop</span></strong>\r\n
    <p>After your mop has accumulated some dirt, it'll be time to clean it off. To do so, dunk it ( vertically ) in the left-hand side of your bucket and pull it out. When you pull it out, you'll notice that at least some of the stains have disappeared. If they aren't all gone, go ahead and dunk it a few more times.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Wring Mop Dry</span></strong>\r\n
    <p>To wring your mop dry after cleaning it, simply dunk it in the right-hand side of your bucket and pull it out. As with the cleaning side, the more times you dunk it in and take it out, the more results you'll get. After a few dunks, it should be dry enough for you to return to mopping.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Return to Cleaning</span></strong>\r\n
    <p>When your mop is both clean and dry, you can resume mopping your floors, if needed. Repeat the cleaning and drying process as many times as you need to after this. If you don't need to do any more mopping, dump your mop bucket and store both mop and bucket in a safe place for next time.</p>\r\n
    </li>\r\n
    </ol>\r\n
    <h2>Features</h2>\r\n
    <ul>\r\n
    <li><strong><span class="title">&nbsp;Long Lasting</span></strong>\r\n
    <p>Since accumulating excess dirt is something that makes a mop head wear out faster, the one on your In And Out Mop may last you for years. If you clean and dry the mop's head every few minutes as you mop, it may look as good as new after months of use.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">&nbsp;Extensive Reach</span></strong>\r\n
    <p>This mop has an extensive reach, due in part to its long handle and also because of its swiveling ability. Therefore, you'll be able to use it to clean under and behind things, like pieces of furniture, where some mops may not be able to reach.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">&nbsp;Won't Leave Streaks, Scratches</span></strong>\r\n
    <p>Some mops will leave streaks behind on tile, like the tile in your kitchen, and scratch marks behind on wood. Fortunately, the In And Out Mop has been designed to refrain from leaving behind this type of eyesore, so you won't end up damaging your floors by keeping them clean.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">&nbsp;Bucket Contains Handle</span></strong>\r\n
    <p>The bucket that goes with this mop contains a handle, so you'll be able to use this if you need to carry it around. This is a much better alternative to giving in to the temptation to shove it along the floor, which may in fact cause your floor some damage.</p>\r\n
    </li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1418;s:10:"product_id";i:1420;s:6:"locale";s:2:"en";s:4:"name";s:56:"In and Out Rotating Mop Floor Cleaner System With Bucket";s:11:"description";s:3806:"<p>The In And Out Mop is a mopping system that will allow you to clean your floors without streaking or scratching them, then clean and dry off your mop in seconds, too. Within each system, you'll get a mop with a microfiber pad, and a dual chamber bucket that contains a side for cleaning and a side for drying. The mop will work on almost all floor types, including tile and wood, and will clean up stubborn substances like mustard or soy sauce.</p>\r\n
    <h2>How to Use (Step by Step)</h2>\r\n
    <ol>\r\n
    <li><strong><span class="title">Fill Bucket</span></strong>\r\n
    <p>Before you start using this mopping system, you'll need to fill your big blue mop bucket. Fill the left-hand side, which will be the cleaning side, with water, while leaving the right-hand side empty. The right-hand side will be the place in which you dry off your mop.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Mop as Usual</span></strong>\r\n
    <p>Once you've filled your bucket, you can begin using your mop to clean your floors as usual. The mop will swivel and pivot, so you'll be able to reach into corners and under furniture without a struggle. Each mop comes with a standard head, but for extremely tough spills, you may choose to affix the included scrubber pad instead.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Clean Off Mop</span></strong>\r\n
    <p>After your mop has accumulated some dirt, it'll be time to clean it off. To do so, dunk it ( vertically ) in the left-hand side of your bucket and pull it out. When you pull it out, you'll notice that at least some of the stains have disappeared. If they aren't all gone, go ahead and dunk it a few more times.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Wring Mop Dry</span></strong>\r\n
    <p>To wring your mop dry after cleaning it, simply dunk it in the right-hand side of your bucket and pull it out. As with the cleaning side, the more times you dunk it in and take it out, the more results you'll get. After a few dunks, it should be dry enough for you to return to mopping.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Return to Cleaning</span></strong>\r\n
    <p>When your mop is both clean and dry, you can resume mopping your floors, if needed. Repeat the cleaning and drying process as many times as you need to after this. If you don't need to do any more mopping, dump your mop bucket and store both mop and bucket in a safe place for next time.</p>\r\n
    </li>\r\n
    </ol>\r\n
    <h2>Features</h2>\r\n
    <ul>\r\n
    <li><strong><span class="title">&nbsp;Long Lasting</span></strong>\r\n
    <p>Since accumulating excess dirt is something that makes a mop head wear out faster, the one on your In And Out Mop may last you for years. If you clean and dry the mop's head every few minutes as you mop, it may look as good as new after months of use.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">&nbsp;Extensive Reach</span></strong>\r\n
    <p>This mop has an extensive reach, due in part to its long handle and also because of its swiveling ability. Therefore, you'll be able to use it to clean under and behind things, like pieces of furniture, where some mops may not be able to reach.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">&nbsp;Won't Leave Streaks, Scratches</span></strong>\r\n
    <p>Some mops will leave streaks behind on tile, like the tile in your kitchen, and scratch marks behind on wood. Fortunately, the In And Out Mop has been designed to refrain from leaving behind this type of eyesore, so you won't end up damaging your floors by keeping them clean.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">&nbsp;Bucket Contains Handle</span></strong>\r\n
    <p>The bucket that goes with this mop contains a handle, so you'll be able to use this if you need to carry it around. This is a much better alternative to giving in to the temptation to shove it along the floor, which may in fact cause your floor some damage.</p>\r\n
    </li>\r\n
    </ul>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s:14:"upSellProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:0:{}}s:4:"meta";O:30:"Modules\Meta\Entities\MetaData":28:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:2:{i:0;s:9:"entity_id";i:1;s:11:"entity_type";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:10:"meta_title";i:1;s:13:"meta_keywords";i:2;s:16:"meta_description";}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:9:"meta_data";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:1535;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:1537;s:10:"created_at";s:19:"2023-01-25 19:44:16";s:10:"updated_at";s:19:"2023-01-25 19:44:16";s:13:"meta_keywords";a:9:{i:0;s:6:"Aurora";i:1;s:5:"Twist";i:2;s:3:"Mop";i:3;s:4:"push";i:4;s:2:"up";i:5;s:9:"Practical";i:6;s:8:"Cleaning";i:7;s:4:"Pull";i:8;s:4:"Drop";}}s:11:"\x00*\x00original";a:5:{s:2:"id";i:1535;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:1537;s:10:"created_at";s:19:"2023-01-25 19:44:16";s:10:"updated_at";s:19:"2023-01-25 19:44:16";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:41:"Modules\Meta\Entities\MetaDataTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:10:"meta_title";i:1;s:13:"meta_keywords";i:2;s:16:"meta_description";}s:8:"\x00*\x00casts";a:1:{s:13:"meta_keywords";s:5:"array";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:22:"meta_data_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:1537;s:12:"meta_data_id";i:1535;s:6:"locale";s:2:"en";s:10:"meta_title";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";s:13:"meta_keywords";s:73:"["Aurora","Twist","Mop","push","up","Practical","Cleaning","Pull","Drop"]";s:16:"meta_description";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1537;s:12:"meta_data_id";i:1535;s:6:"locale";s:2:"en";s:10:"meta_title";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";s:13:"meta_keywords";s:73:"["Aurora","Twist","Mop","push","up","Practical","Cleaning","Pull","Drop"]";s:16:"meta_description";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s:10:"conditions";a:0:{}}}}}s:9:"_previous";a:1:{s:3:"url";s:103:"https://black-lb.com/products/aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}
    """
    
  3. 2
    
    /**
     * {@inheritdoc}
     */
    public function read($sessionId)
    {
        if ($this->files->isFile($path = $this->path.'/'.$sessionId)) {
            if ($this->files->lastModified($path) >= Carbon::now()->subMinutes($this->minutes)->getTimestamp()) {
                return $this->files->sharedGet($path);
            }
        }
 
        return '';
    }
 
    /**
     * {@inheritdoc}
     */
    public function write($sessionId, $data)
    {
        $this->files->put($this->path.'/'.$sessionId, $data, true);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function destroy($sessionId)
    {
        $this->files->delete($this->path.'/'.$sessionId);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function gc($lifetime)
    {
        $files = Finder::create()
Arguments
  1. "/home/blacklb/public_html/storage/framework/sessions/rr1lgznPclTETqZQew5gGfKygNSsrTVbhSZgovmn"
    
  2. """
    a:5:{s:6:"_token";s:40:"aKCoQcNDdNXtR5m61eW8KCv6MbvA6EGu7ghaCL8y";s:6:"locale";s:2:"en";s:67:"rr1lgznPclTETqZQew5gGfKygNSsrTVbhSZgovmn_recently_viewed_cart_items";O:32:"Darryldecode\Cart\CartCollection":1:{s:8:"\x00*\x00items";a:1:{i:1537;O:32:"Darryldecode\Cart\ItemCollection":2:{s:9:"\x00*\x00config";N;s:8:"\x00*\x00items";a:6:{s:2:"id";i:1537;s:4:"name";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";s:5:"price";d:12;s:8:"quantity";i:1;s:10:"attributes";O:41:"Darryldecode\Cart\ItemAttributeCollection":1:{s:8:"\x00*\x00items";a:1:{s:7:"product";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:1537;s:12:"tax_class_id";N;s:4:"slug";s:73:"aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"12.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:6:"K4H5L0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2929;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2023-01-25 19:44:16";s:10:"updated_at";s:19:"2026-03-05 02:21:28";}s:11:"\x00*\x00original";a:20:{s:2:"id";i:1537;s:12:"tax_class_id";N;s:4:"slug";s:73:"aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"12.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:6:"K4H5L0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2929;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2023-01-25 19:44:16";s:10:"updated_at";s:19:"2026-03-05 02:21:28";}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:7:{s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:1535;s:10:"product_id";i:1537;s:6:"locale";s:2:"en";s:4:"name";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";s:11:"description";s:1235:"<h3 class="fs18 mt30 mb10 color">Product Description</h3>\r\n
    <div class="pdest1">\r\n
    <div class="fs16 lh28 pdpCtsr">\r\n
    <p>Thanks to the innovative self-wringing system of imitating hand wringing movement, you are able to wring dirty water out in seconds, just by pushing down the mop pole! All-around cleaning those hard-to-reach areas with the flexible 360&deg; swivel mop head, whether it be under the table, in the corner or between the furniture. Our hardwood floor mop will also give your waist and back a much-needed rest owing to its extra-long handle and slim design. 3 strong absorbent microfiber pads work especially for stubborn stains, pet hair, and dust. Our microfiber mops clean more thoroughly and effectively than cotton mops. Instead of adopting the traditional Velcro design, our mop head features a hook structure which connects the mop board and the mop pad, making the mop pad hard to fall off, and more convenient to replace. The non-slip handle grip improves the comfort of holding. With the thick iron rod and high-grade plastic mop frame, our floor mop is tested to be sturdy and durable.</p>\r\n
    <p>Package Includes: 1 x Mop Head 2 x Pole Handles 1 x Mop Pads 1 x Built-in Scraper 1 x User Manual</p>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1535;s:10:"product_id";i:1537;s:6:"locale";s:2:"en";s:4:"name";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";s:11:"description";s:1235:"<h3 class="fs18 mt30 mb10 color">Product Description</h3>\r\n
    <div class="pdest1">\r\n
    <div class="fs16 lh28 pdpCtsr">\r\n
    <p>Thanks to the innovative self-wringing system of imitating hand wringing movement, you are able to wring dirty water out in seconds, just by pushing down the mop pole! All-around cleaning those hard-to-reach areas with the flexible 360&deg; swivel mop head, whether it be under the table, in the corner or between the furniture. Our hardwood floor mop will also give your waist and back a much-needed rest owing to its extra-long handle and slim design. 3 strong absorbent microfiber pads work especially for stubborn stains, pet hair, and dust. Our microfiber mops clean more thoroughly and effectively than cotton mops. Instead of adopting the traditional Velcro design, our mop head features a hook structure which connects the mop board and the mop pad, making the mop pad hard to fall off, and more convenient to replace. The non-slip handle grip improves the comfort of holding. With the thick iron rod and high-grade plastic mop frame, our floor mop is tested to be sturdy and durable.</p>\r\n
    <p>Package Includes: 1 x Mop Head 2 x Pole Handles 1 x Mop Pads 1 x Built-in Scraper 1 x User Manual</p>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}s:10:"attributes";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:0:{}}s:7:"options";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:0:{}}s:5:"files";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:9:{i:0;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11526;s:7:"user_id";i:674;s:8:"filename";s:5:"0.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/Ragwjx89nBvrP8VWLbZpAShW8UG9PrR5yEmu0sbW.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"134807";s:10:"created_at";s:19:"2023-01-25 19:42:37";s:10:"updated_at";s:19:"2023-01-25 19:42:37";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11526;s:7:"user_id";i:674;s:8:"filename";s:5:"0.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/Ragwjx89nBvrP8VWLbZpAShW8UG9PrR5yEmu0sbW.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"134807";s:10:"created_at";s:19:"2023-01-25 19:42:37";s:10:"updated_at";s:19:"2023-01-25 19:42:37";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11526;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69235;s:10:"pivot_zone";s:10:"base_image";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11526;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69235;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11526;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69235;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:0;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:0:{}s:11:"\x00*\x00original";a:0:{}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:1;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11533;s:7:"user_id";i:674;s:8:"filename";s:5:"8.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/lhcDMAbe60mVRZvbx8pKhz6A80MZTyobyxO1J4Rt.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"163002";s:10:"created_at";s:19:"2023-01-25 19:43:13";s:10:"updated_at";s:19:"2023-01-25 19:43:13";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11533;s:7:"user_id";i:674;s:8:"filename";s:5:"8.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/lhcDMAbe60mVRZvbx8pKhz6A80MZTyobyxO1J4Rt.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"163002";s:10:"created_at";s:19:"2023-01-25 19:43:13";s:10:"updated_at";s:19:"2023-01-25 19:43:13";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11533;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69236;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11533;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69236;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11533;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69236;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:2;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11532;s:7:"user_id";i:674;s:8:"filename";s:5:"7.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/uMOwLMZLcbtWqW1egDJHNGUjIW68bR8qHnNMoElt.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"136199";s:10:"created_at";s:19:"2023-01-25 19:43:11";s:10:"updated_at";s:19:"2023-01-25 19:43:11";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11532;s:7:"user_id";i:674;s:8:"filename";s:5:"7.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/uMOwLMZLcbtWqW1egDJHNGUjIW68bR8qHnNMoElt.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"136199";s:10:"created_at";s:19:"2023-01-25 19:43:11";s:10:"updated_at";s:19:"2023-01-25 19:43:11";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11532;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69237;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11532;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69237;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11532;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69237;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:3;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11528;s:7:"user_id";i:674;s:8:"filename";s:5:"2.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/4llfx9M12srmngLwQp4l9cUVfF7woNZBn1XaSvAG.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"292803";s:10:"created_at";s:19:"2023-01-25 19:43:02";s:10:"updated_at";s:19:"2023-01-25 19:43:02";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11528;s:7:"user_id";i:674;s:8:"filename";s:5:"2.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/4llfx9M12srmngLwQp4l9cUVfF7woNZBn1XaSvAG.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"292803";s:10:"created_at";s:19:"2023-01-25 19:43:02";s:10:"updated_at";s:19:"2023-01-25 19:43:02";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11528;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69238;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11528;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69238;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11528;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69238;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:4;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11527;s:7:"user_id";i:674;s:8:"filename";s:5:"1.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/lHyjm1MQoPXSYcVbPFXfkXHl3U1pks5etWkMgyEv.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"233844";s:10:"created_at";s:19:"2023-01-25 19:43:01";s:10:"updated_at";s:19:"2023-01-25 19:43:01";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11527;s:7:"user_id";i:674;s:8:"filename";s:5:"1.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/lHyjm1MQoPXSYcVbPFXfkXHl3U1pks5etWkMgyEv.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"233844";s:10:"created_at";s:19:"2023-01-25 19:43:01";s:10:"updated_at";s:19:"2023-01-25 19:43:01";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11527;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69239;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11527;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69239;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11527;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69239;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:5;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11529;s:7:"user_id";i:674;s:8:"filename";s:5:"4.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/EpGwoIzvjjZyyZiGWdK1wxuSXUHi7kcMslwUY64K.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"313684";s:10:"created_at";s:19:"2023-01-25 19:43:07";s:10:"updated_at";s:19:"2023-01-25 19:43:07";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11529;s:7:"user_id";i:674;s:8:"filename";s:5:"4.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/EpGwoIzvjjZyyZiGWdK1wxuSXUHi7kcMslwUY64K.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"313684";s:10:"created_at";s:19:"2023-01-25 19:43:07";s:10:"updated_at";s:19:"2023-01-25 19:43:07";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11529;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69240;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11529;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69240;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11529;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69240;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:6;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11530;s:7:"user_id";i:674;s:8:"filename";s:5:"5.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/HlsQJEt2TmasoY1MFIdNAUW1cleuxK1la2z8jGB9.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"275874";s:10:"created_at";s:19:"2023-01-25 19:43:08";s:10:"updated_at";s:19:"2023-01-25 19:43:08";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11530;s:7:"user_id";i:674;s:8:"filename";s:5:"5.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/HlsQJEt2TmasoY1MFIdNAUW1cleuxK1la2z8jGB9.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"275874";s:10:"created_at";s:19:"2023-01-25 19:43:08";s:10:"updated_at";s:19:"2023-01-25 19:43:08";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11530;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69241;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11530;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69241;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11530;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69241;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:7;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11531;s:7:"user_id";i:674;s:8:"filename";s:5:"6.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/3vtkvUlm5mdq7J1D53z3wPJPBew4Ct0HQXIxYVLa.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"144051";s:10:"created_at";s:19:"2023-01-25 19:43:10";s:10:"updated_at";s:19:"2023-01-25 19:43:10";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11531;s:7:"user_id";i:674;s:8:"filename";s:5:"6.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/3vtkvUlm5mdq7J1D53z3wPJPBew4Ct0HQXIxYVLa.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"144051";s:10:"created_at";s:19:"2023-01-25 19:43:10";s:10:"updated_at";s:19:"2023-01-25 19:43:10";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11531;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69242;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11531;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69242;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11531;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69242;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:8;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11534;s:7:"user_id";i:674;s:8:"filename";s:5:"9.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/NwX0dfa5uGMy5bXJtOUBRluashHb5k7o9HI6U6Al.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"243757";s:10:"created_at";s:19:"2023-01-25 19:43:15";s:10:"updated_at";s:19:"2023-01-25 19:43:15";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11534;s:7:"user_id";i:674;s:8:"filename";s:5:"9.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/NwX0dfa5uGMy5bXJtOUBRluashHb5k7o9HI6U6Al.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"243757";s:10:"created_at";s:19:"2023-01-25 19:43:15";s:10:"updated_at";s:19:"2023-01-25 19:43:15";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11534;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69243;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11534;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69243;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11534;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69243;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}}}s:15:"relatedProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:3:{i:0;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:880;s:12:"tax_class_id";N;s:4:"slug";s:94:"2-in-1-flat-mop-automatic-pressure-bucket-avoid-hand-washing-floor-cleaner-lazy-household-tool";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"12.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:8:"J5P25K00";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3536;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-28 15:33:52";s:10:"updated_at";s:19:"2026-03-04 15:47:44";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:880;s:12:"tax_class_id";N;s:4:"slug";s:94:"2-in-1-flat-mop-automatic-pressure-bucket-avoid-hand-washing-floor-cleaner-lazy-household-tool";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"12.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:8:"J5P25K00";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3536;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-28 15:33:52";s:10:"updated_at";s:19:"2026-03-04 15:47:44";s:16:"pivot_product_id";i:1537;s:24:"pivot_related_product_id";i:880;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:1537;s:18:"related_product_id";i:880;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1537;s:18:"related_product_id";i:880;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:0;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:0:{}s:11:"\x00*\x00original";a:0:{}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:878;s:10:"product_id";i:880;s:6:"locale";s:2:"en";s:4:"name";s:98:"2 in 1 Flat Mop, Automatic Pressure Bucket, Avoid Hand Washing, Floor Cleaner, Lazy Household Tool";s:11:"description";s:1444:"<p><span data-spm-anchor-id="a2g0o.detail.1000023.i0.28bd4a79Yg5NNH">Folding Side Mop No Hand Wash, Flat Wood Floor Mop, Dust Mop, Household Cleaning, Folding Mop Tools 2020</span></p>\r\n
    <p>Product selling point:</p>\r\n
    <ul>\r\n
    <li>\r\n
    <p>Convenient storage, save space, do not occupy the earth, reduce the multiplication of bacteria.</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Suitable for: bedroom, wall, window, ceiling</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Super fine fiber mop, it has a strong adsorption capacity.</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Just slide the lever up and down to squeeze out water and dust easily.&nbsp;Besides, the mop can stand on its own to save space and keep the mop head dry</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Ultra-fine cotton microfiber mop pad can effectively pick up dirt, dust, hair and debris and provide perfect floor care for hardwood, laminate or tile.&nbsp;This microfiber mop is washable and reusable, much more environmentally friendly and economical than disposable pads</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>The ultra slim design allows you to clean the floor everywhere without missing any corners.&nbsp;Perfect mop for cleaning floors, walls, windows, living room, ceiling and under furniture</p>\r\n
    </li>\r\n
    </ul>\r\n
    <p>Description:</p>\r\n
    <ul>\r\n
    <li>\r\n
    <p>Extension length: 128cm</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Material: ABS</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Dehydration rate: 90% -100%</p>\r\n
    </li>\r\n
    <li>\r\n
    <p data-spm-anchor-id="a2g0o.detail.1000023.i3.263c68dfuxgwqB">Mop material: super fine fiber</p>\r\n
    </li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:878;s:10:"product_id";i:880;s:6:"locale";s:2:"en";s:4:"name";s:98:"2 in 1 Flat Mop, Automatic Pressure Bucket, Avoid Hand Washing, Floor Cleaner, Lazy Household Tool";s:11:"description";s:1444:"<p><span data-spm-anchor-id="a2g0o.detail.1000023.i0.28bd4a79Yg5NNH">Folding Side Mop No Hand Wash, Flat Wood Floor Mop, Dust Mop, Household Cleaning, Folding Mop Tools 2020</span></p>\r\n
    <p>Product selling point:</p>\r\n
    <ul>\r\n
    <li>\r\n
    <p>Convenient storage, save space, do not occupy the earth, reduce the multiplication of bacteria.</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Suitable for: bedroom, wall, window, ceiling</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Super fine fiber mop, it has a strong adsorption capacity.</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Just slide the lever up and down to squeeze out water and dust easily.&nbsp;Besides, the mop can stand on its own to save space and keep the mop head dry</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Ultra-fine cotton microfiber mop pad can effectively pick up dirt, dust, hair and debris and provide perfect floor care for hardwood, laminate or tile.&nbsp;This microfiber mop is washable and reusable, much more environmentally friendly and economical than disposable pads</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>The ultra slim design allows you to clean the floor everywhere without missing any corners.&nbsp;Perfect mop for cleaning floors, walls, windows, living room, ceiling and under furniture</p>\r\n
    </li>\r\n
    </ul>\r\n
    <p>Description:</p>\r\n
    <ul>\r\n
    <li>\r\n
    <p>Extension length: 128cm</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Material: ABS</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Dehydration rate: 90% -100%</p>\r\n
    </li>\r\n
    <li>\r\n
    <p data-spm-anchor-id="a2g0o.detail.1000023.i3.263c68dfuxgwqB">Mop material: super fine fiber</p>\r\n
    </li>\r\n
    </ul>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:1;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:1365;s:12:"tax_class_id";N;s:4:"slug";s:97:"hands-free-sponge-mop-with-bucket-strong-water-absorption-sponge-flat-mop-household-cleaning-tool";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"16.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"16.0000";s:3:"sku";s:6:"G7Y5L0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2024;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2022-06-17 20:41:13";s:10:"updated_at";s:19:"2026-03-04 15:45:23";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1365;s:12:"tax_class_id";N;s:4:"slug";s:97:"hands-free-sponge-mop-with-bucket-strong-water-absorption-sponge-flat-mop-household-cleaning-tool";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"16.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"16.0000";s:3:"sku";s:6:"G7Y5L0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2024;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2022-06-17 20:41:13";s:10:"updated_at";s:19:"2026-03-04 15:45:23";s:16:"pivot_product_id";i:1537;s:24:"pivot_related_product_id";i:1365;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:1537;s:18:"related_product_id";i:1365;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1537;s:18:"related_product_id";i:1365;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1245;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:1363;s:10:"product_id";i:1365;s:6:"locale";s:2:"en";s:4:"name";s:100:"Hands-free sponge mop with bucket, strong water absorption sponge, flat mop, household cleaning tool";s:11:"description";s:2665:"<p>Hands-free mop with bucket flat mop strong water absorption home mop kitchen mop mop for floor mop mop for sloth mops household cleaning tool</p>\r\n
    <div class="detailmodule_text-image">\r\n
    <h2 class="default">Product description</h2>\r\n
    <div id="productDescription" class="a-section a-spacing-small">\r\n
    <ul>\r\n
    <li>Durable and lightweight design with secondary grip, flexible rubber corners and a retractable hook for easy storage.</li>\r\n
    <li>Product Name: Hands-free sponge mop with bucket set.</li>\r\n
    <li>Material: ABS, steel and sponge.</li>\r\n
    <li>Color: gray and white.</li>\r\n
    <li>Size: as in the image.</li>\r\n
    <li>Package includes:<br />1 mop + 1 cube</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div id="featurebullets_feature_div" class="celwidget" data-feature-name="featurebullets" data-csa-c-id="ahellk-j29ty4-n9bm3e-ygdbrs" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <h1 class="a-size-base-plus a-text-bold">About this article</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Perfect for cleaning the home, kitchen, bathroom, office. Use wet for a deep, dry cleaning to remove dust from floors, ceilings, windows, and other surfaces.</span></li>\r\n
    <li><span class="a-list-item">Our hands-free sponge mop has 3 functions (cleaning, drying and storing). It can be used with one hand, which saves effort and time. The considered design cube saves space and water.</span></li>\r\n
    <li><span class="a-list-item">The sponge mop head is very soft and very suitable for kitchen, bathroom, office, corner cleaning. Use wet for deep cleaning, or use it dry to remove dust from the floor, ceiling, window, and other surfaces.</span></li>\r\n
    <li><span class="a-list-item">Our mop head becomes hard, just put it in water and it will soften quickly. It drastically reduces water use and time while cleaning more effectively.</span></li>\r\n
    <li><span class="a-list-item">Achieve the perfect humidity every time. Perfect for home, kitchen, bathroom, office, corner cleaning.</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="productAlert_feature_div" class="celwidget" data-feature-name="productAlert" data-csa-c-id="i3hxzk-i47c6v-pebut3-9hhw8j" data-cel-widget="productAlert_feature_div">\r\n
    <div id="universal-product-alert">\r\n
    <div class="a-section a-spacing-medium"><span class="a-text-bold">Note</span>:&nbsp;Electrically plugged products are designed for use in the U.S. The power outlets and voltage differ internationally. This product may require an adapter or converter in order to be used at its destination. Check compatibility before purchasing.</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1363;s:10:"product_id";i:1365;s:6:"locale";s:2:"en";s:4:"name";s:100:"Hands-free sponge mop with bucket, strong water absorption sponge, flat mop, household cleaning tool";s:11:"description";s:2665:"<p>Hands-free mop with bucket flat mop strong water absorption home mop kitchen mop mop for floor mop mop for sloth mops household cleaning tool</p>\r\n
    <div class="detailmodule_text-image">\r\n
    <h2 class="default">Product description</h2>\r\n
    <div id="productDescription" class="a-section a-spacing-small">\r\n
    <ul>\r\n
    <li>Durable and lightweight design with secondary grip, flexible rubber corners and a retractable hook for easy storage.</li>\r\n
    <li>Product Name: Hands-free sponge mop with bucket set.</li>\r\n
    <li>Material: ABS, steel and sponge.</li>\r\n
    <li>Color: gray and white.</li>\r\n
    <li>Size: as in the image.</li>\r\n
    <li>Package includes:<br />1 mop + 1 cube</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div id="featurebullets_feature_div" class="celwidget" data-feature-name="featurebullets" data-csa-c-id="ahellk-j29ty4-n9bm3e-ygdbrs" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <h1 class="a-size-base-plus a-text-bold">About this article</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Perfect for cleaning the home, kitchen, bathroom, office. Use wet for a deep, dry cleaning to remove dust from floors, ceilings, windows, and other surfaces.</span></li>\r\n
    <li><span class="a-list-item">Our hands-free sponge mop has 3 functions (cleaning, drying and storing). It can be used with one hand, which saves effort and time. The considered design cube saves space and water.</span></li>\r\n
    <li><span class="a-list-item">The sponge mop head is very soft and very suitable for kitchen, bathroom, office, corner cleaning. Use wet for deep cleaning, or use it dry to remove dust from the floor, ceiling, window, and other surfaces.</span></li>\r\n
    <li><span class="a-list-item">Our mop head becomes hard, just put it in water and it will soften quickly. It drastically reduces water use and time while cleaning more effectively.</span></li>\r\n
    <li><span class="a-list-item">Achieve the perfect humidity every time. Perfect for home, kitchen, bathroom, office, corner cleaning.</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="productAlert_feature_div" class="celwidget" data-feature-name="productAlert" data-csa-c-id="i3hxzk-i47c6v-pebut3-9hhw8j" data-cel-widget="productAlert_feature_div">\r\n
    <div id="universal-product-alert">\r\n
    <div class="a-section a-spacing-medium"><span class="a-text-bold">Note</span>:&nbsp;Electrically plugged products are designed for use in the U.S. The power outlets and voltage differ internationally. This product may require an adapter or converter in order to be used at its destination. Check compatibility before purchasing.</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:2;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:1420;s:12:"tax_class_id";N;s:4:"slug";s:56:"in-and-out-rotating-mop-floor-cleaner-system-with-bucket";s:5:"price";s:7:"25.0000";s:13:"special_price";s:7:"22.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"22.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2011;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2022-08-10 18:21:56";s:10:"updated_at";s:19:"2026-03-04 04:53:23";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1420;s:12:"tax_class_id";N;s:4:"slug";s:56:"in-and-out-rotating-mop-floor-cleaner-system-with-bucket";s:5:"price";s:7:"25.0000";s:13:"special_price";s:7:"22.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"22.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2011;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2022-08-10 18:21:56";s:10:"updated_at";s:19:"2026-03-04 04:53:23";s:16:"pivot_product_id";i:1537;s:24:"pivot_related_product_id";i:1420;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:1537;s:18:"related_product_id";i:1420;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1537;s:18:"related_product_id";i:1420;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1245;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:1418;s:10:"product_id";i:1420;s:6:"locale";s:2:"en";s:4:"name";s:56:"In and Out Rotating Mop Floor Cleaner System With Bucket";s:11:"description";s:3806:"<p>The In And Out Mop is a mopping system that will allow you to clean your floors without streaking or scratching them, then clean and dry off your mop in seconds, too. Within each system, you'll get a mop with a microfiber pad, and a dual chamber bucket that contains a side for cleaning and a side for drying. The mop will work on almost all floor types, including tile and wood, and will clean up stubborn substances like mustard or soy sauce.</p>\r\n
    <h2>How to Use (Step by Step)</h2>\r\n
    <ol>\r\n
    <li><strong><span class="title">Fill Bucket</span></strong>\r\n
    <p>Before you start using this mopping system, you'll need to fill your big blue mop bucket. Fill the left-hand side, which will be the cleaning side, with water, while leaving the right-hand side empty. The right-hand side will be the place in which you dry off your mop.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Mop as Usual</span></strong>\r\n
    <p>Once you've filled your bucket, you can begin using your mop to clean your floors as usual. The mop will swivel and pivot, so you'll be able to reach into corners and under furniture without a struggle. Each mop comes with a standard head, but for extremely tough spills, you may choose to affix the included scrubber pad instead.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Clean Off Mop</span></strong>\r\n
    <p>After your mop has accumulated some dirt, it'll be time to clean it off. To do so, dunk it ( vertically ) in the left-hand side of your bucket and pull it out. When you pull it out, you'll notice that at least some of the stains have disappeared. If they aren't all gone, go ahead and dunk it a few more times.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Wring Mop Dry</span></strong>\r\n
    <p>To wring your mop dry after cleaning it, simply dunk it in the right-hand side of your bucket and pull it out. As with the cleaning side, the more times you dunk it in and take it out, the more results you'll get. After a few dunks, it should be dry enough for you to return to mopping.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Return to Cleaning</span></strong>\r\n
    <p>When your mop is both clean and dry, you can resume mopping your floors, if needed. Repeat the cleaning and drying process as many times as you need to after this. If you don't need to do any more mopping, dump your mop bucket and store both mop and bucket in a safe place for next time.</p>\r\n
    </li>\r\n
    </ol>\r\n
    <h2>Features</h2>\r\n
    <ul>\r\n
    <li><strong><span class="title">&nbsp;Long Lasting</span></strong>\r\n
    <p>Since accumulating excess dirt is something that makes a mop head wear out faster, the one on your In And Out Mop may last you for years. If you clean and dry the mop's head every few minutes as you mop, it may look as good as new after months of use.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">&nbsp;Extensive Reach</span></strong>\r\n
    <p>This mop has an extensive reach, due in part to its long handle and also because of its swiveling ability. Therefore, you'll be able to use it to clean under and behind things, like pieces of furniture, where some mops may not be able to reach.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">&nbsp;Won't Leave Streaks, Scratches</span></strong>\r\n
    <p>Some mops will leave streaks behind on tile, like the tile in your kitchen, and scratch marks behind on wood. Fortunately, the In And Out Mop has been designed to refrain from leaving behind this type of eyesore, so you won't end up damaging your floors by keeping them clean.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">&nbsp;Bucket Contains Handle</span></strong>\r\n
    <p>The bucket that goes with this mop contains a handle, so you'll be able to use this if you need to carry it around. This is a much better alternative to giving in to the temptation to shove it along the floor, which may in fact cause your floor some damage.</p>\r\n
    </li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1418;s:10:"product_id";i:1420;s:6:"locale";s:2:"en";s:4:"name";s:56:"In and Out Rotating Mop Floor Cleaner System With Bucket";s:11:"description";s:3806:"<p>The In And Out Mop is a mopping system that will allow you to clean your floors without streaking or scratching them, then clean and dry off your mop in seconds, too. Within each system, you'll get a mop with a microfiber pad, and a dual chamber bucket that contains a side for cleaning and a side for drying. The mop will work on almost all floor types, including tile and wood, and will clean up stubborn substances like mustard or soy sauce.</p>\r\n
    <h2>How to Use (Step by Step)</h2>\r\n
    <ol>\r\n
    <li><strong><span class="title">Fill Bucket</span></strong>\r\n
    <p>Before you start using this mopping system, you'll need to fill your big blue mop bucket. Fill the left-hand side, which will be the cleaning side, with water, while leaving the right-hand side empty. The right-hand side will be the place in which you dry off your mop.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Mop as Usual</span></strong>\r\n
    <p>Once you've filled your bucket, you can begin using your mop to clean your floors as usual. The mop will swivel and pivot, so you'll be able to reach into corners and under furniture without a struggle. Each mop comes with a standard head, but for extremely tough spills, you may choose to affix the included scrubber pad instead.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Clean Off Mop</span></strong>\r\n
    <p>After your mop has accumulated some dirt, it'll be time to clean it off. To do so, dunk it ( vertically ) in the left-hand side of your bucket and pull it out. When you pull it out, you'll notice that at least some of the stains have disappeared. If they aren't all gone, go ahead and dunk it a few more times.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Wring Mop Dry</span></strong>\r\n
    <p>To wring your mop dry after cleaning it, simply dunk it in the right-hand side of your bucket and pull it out. As with the cleaning side, the more times you dunk it in and take it out, the more results you'll get. After a few dunks, it should be dry enough for you to return to mopping.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Return to Cleaning</span></strong>\r\n
    <p>When your mop is both clean and dry, you can resume mopping your floors, if needed. Repeat the cleaning and drying process as many times as you need to after this. If you don't need to do any more mopping, dump your mop bucket and store both mop and bucket in a safe place for next time.</p>\r\n
    </li>\r\n
    </ol>\r\n
    <h2>Features</h2>\r\n
    <ul>\r\n
    <li><strong><span class="title">&nbsp;Long Lasting</span></strong>\r\n
    <p>Since accumulating excess dirt is something that makes a mop head wear out faster, the one on your In And Out Mop may last you for years. If you clean and dry the mop's head every few minutes as you mop, it may look as good as new after months of use.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">&nbsp;Extensive Reach</span></strong>\r\n
    <p>This mop has an extensive reach, due in part to its long handle and also because of its swiveling ability. Therefore, you'll be able to use it to clean under and behind things, like pieces of furniture, where some mops may not be able to reach.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">&nbsp;Won't Leave Streaks, Scratches</span></strong>\r\n
    <p>Some mops will leave streaks behind on tile, like the tile in your kitchen, and scratch marks behind on wood. Fortunately, the In And Out Mop has been designed to refrain from leaving behind this type of eyesore, so you won't end up damaging your floors by keeping them clean.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">&nbsp;Bucket Contains Handle</span></strong>\r\n
    <p>The bucket that goes with this mop contains a handle, so you'll be able to use this if you need to carry it around. This is a much better alternative to giving in to the temptation to shove it along the floor, which may in fact cause your floor some damage.</p>\r\n
    </li>\r\n
    </ul>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s:14:"upSellProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:0:{}}s:4:"meta";O:30:"Modules\Meta\Entities\MetaData":28:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:2:{i:0;s:9:"entity_id";i:1;s:11:"entity_type";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:10:"meta_title";i:1;s:13:"meta_keywords";i:2;s:16:"meta_description";}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:9:"meta_data";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:1535;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:1537;s:10:"created_at";s:19:"2023-01-25 19:44:16";s:10:"updated_at";s:19:"2023-01-25 19:44:16";s:13:"meta_keywords";a:9:{i:0;s:6:"Aurora";i:1;s:5:"Twist";i:2;s:3:"Mop";i:3;s:4:"push";i:4;s:2:"up";i:5;s:9:"Practical";i:6;s:8:"Cleaning";i:7;s:4:"Pull";i:8;s:4:"Drop";}}s:11:"\x00*\x00original";a:5:{s:2:"id";i:1535;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:1537;s:10:"created_at";s:19:"2023-01-25 19:44:16";s:10:"updated_at";s:19:"2023-01-25 19:44:16";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:41:"Modules\Meta\Entities\MetaDataTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:10:"meta_title";i:1;s:13:"meta_keywords";i:2;s:16:"meta_description";}s:8:"\x00*\x00casts";a:1:{s:13:"meta_keywords";s:5:"array";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:22:"meta_data_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:1537;s:12:"meta_data_id";i:1535;s:6:"locale";s:2:"en";s:10:"meta_title";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";s:13:"meta_keywords";s:73:"["Aurora","Twist","Mop","push","up","Practical","Cleaning","Pull","Drop"]";s:16:"meta_description";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1537;s:12:"meta_data_id";i:1535;s:6:"locale";s:2:"en";s:10:"meta_title";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";s:13:"meta_keywords";s:73:"["Aurora","Twist","Mop","push","up","Practical","Cleaning","Pull","Drop"]";s:16:"meta_description";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s:10:"conditions";a:0:{}}}}}s:9:"_previous";a:1:{s:3:"url";s:103:"https://black-lb.com/products/aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}
    """
    
  3. true
    
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForUnserialize($data)
    {
        return $data;
    }
 
    /**
     * Save the session data to storage.
     *
     * @return bool
     */
    public function save()
    {
        $this->ageFlashData();
 
        $this->handler->write($this->getId(), $this->prepareForStorage(
            serialize($this->attributes)
        ));
 
        $this->started = false;
    }
 
    /**
     * Prepare the serialized session data for storage.
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForStorage($data)
    {
        return $data;
    }
 
    /**
     * Age the flash data for the session.
     *
     * @return void
Arguments
  1. "rr1lgznPclTETqZQew5gGfKygNSsrTVbhSZgovmn"
    
  2. """
    a:5:{s:6:"_token";s:40:"aKCoQcNDdNXtR5m61eW8KCv6MbvA6EGu7ghaCL8y";s:6:"locale";s:2:"en";s:67:"rr1lgznPclTETqZQew5gGfKygNSsrTVbhSZgovmn_recently_viewed_cart_items";O:32:"Darryldecode\Cart\CartCollection":1:{s:8:"\x00*\x00items";a:1:{i:1537;O:32:"Darryldecode\Cart\ItemCollection":2:{s:9:"\x00*\x00config";N;s:8:"\x00*\x00items";a:6:{s:2:"id";i:1537;s:4:"name";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";s:5:"price";d:12;s:8:"quantity";i:1;s:10:"attributes";O:41:"Darryldecode\Cart\ItemAttributeCollection":1:{s:8:"\x00*\x00items";a:1:{s:7:"product";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:1537;s:12:"tax_class_id";N;s:4:"slug";s:73:"aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"12.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:6:"K4H5L0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2929;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2023-01-25 19:44:16";s:10:"updated_at";s:19:"2026-03-05 02:21:28";}s:11:"\x00*\x00original";a:20:{s:2:"id";i:1537;s:12:"tax_class_id";N;s:4:"slug";s:73:"aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"12.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:6:"K4H5L0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2929;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2023-01-25 19:44:16";s:10:"updated_at";s:19:"2026-03-05 02:21:28";}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:7:{s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:1535;s:10:"product_id";i:1537;s:6:"locale";s:2:"en";s:4:"name";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";s:11:"description";s:1235:"<h3 class="fs18 mt30 mb10 color">Product Description</h3>\r\n
    <div class="pdest1">\r\n
    <div class="fs16 lh28 pdpCtsr">\r\n
    <p>Thanks to the innovative self-wringing system of imitating hand wringing movement, you are able to wring dirty water out in seconds, just by pushing down the mop pole! All-around cleaning those hard-to-reach areas with the flexible 360&deg; swivel mop head, whether it be under the table, in the corner or between the furniture. Our hardwood floor mop will also give your waist and back a much-needed rest owing to its extra-long handle and slim design. 3 strong absorbent microfiber pads work especially for stubborn stains, pet hair, and dust. Our microfiber mops clean more thoroughly and effectively than cotton mops. Instead of adopting the traditional Velcro design, our mop head features a hook structure which connects the mop board and the mop pad, making the mop pad hard to fall off, and more convenient to replace. The non-slip handle grip improves the comfort of holding. With the thick iron rod and high-grade plastic mop frame, our floor mop is tested to be sturdy and durable.</p>\r\n
    <p>Package Includes: 1 x Mop Head 2 x Pole Handles 1 x Mop Pads 1 x Built-in Scraper 1 x User Manual</p>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1535;s:10:"product_id";i:1537;s:6:"locale";s:2:"en";s:4:"name";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";s:11:"description";s:1235:"<h3 class="fs18 mt30 mb10 color">Product Description</h3>\r\n
    <div class="pdest1">\r\n
    <div class="fs16 lh28 pdpCtsr">\r\n
    <p>Thanks to the innovative self-wringing system of imitating hand wringing movement, you are able to wring dirty water out in seconds, just by pushing down the mop pole! All-around cleaning those hard-to-reach areas with the flexible 360&deg; swivel mop head, whether it be under the table, in the corner or between the furniture. Our hardwood floor mop will also give your waist and back a much-needed rest owing to its extra-long handle and slim design. 3 strong absorbent microfiber pads work especially for stubborn stains, pet hair, and dust. Our microfiber mops clean more thoroughly and effectively than cotton mops. Instead of adopting the traditional Velcro design, our mop head features a hook structure which connects the mop board and the mop pad, making the mop pad hard to fall off, and more convenient to replace. The non-slip handle grip improves the comfort of holding. With the thick iron rod and high-grade plastic mop frame, our floor mop is tested to be sturdy and durable.</p>\r\n
    <p>Package Includes: 1 x Mop Head 2 x Pole Handles 1 x Mop Pads 1 x Built-in Scraper 1 x User Manual</p>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}s:10:"attributes";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:0:{}}s:7:"options";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:0:{}}s:5:"files";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:9:{i:0;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11526;s:7:"user_id";i:674;s:8:"filename";s:5:"0.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/Ragwjx89nBvrP8VWLbZpAShW8UG9PrR5yEmu0sbW.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"134807";s:10:"created_at";s:19:"2023-01-25 19:42:37";s:10:"updated_at";s:19:"2023-01-25 19:42:37";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11526;s:7:"user_id";i:674;s:8:"filename";s:5:"0.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/Ragwjx89nBvrP8VWLbZpAShW8UG9PrR5yEmu0sbW.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"134807";s:10:"created_at";s:19:"2023-01-25 19:42:37";s:10:"updated_at";s:19:"2023-01-25 19:42:37";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11526;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69235;s:10:"pivot_zone";s:10:"base_image";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11526;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69235;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11526;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69235;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:0;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:0:{}s:11:"\x00*\x00original";a:0:{}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:1;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11533;s:7:"user_id";i:674;s:8:"filename";s:5:"8.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/lhcDMAbe60mVRZvbx8pKhz6A80MZTyobyxO1J4Rt.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"163002";s:10:"created_at";s:19:"2023-01-25 19:43:13";s:10:"updated_at";s:19:"2023-01-25 19:43:13";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11533;s:7:"user_id";i:674;s:8:"filename";s:5:"8.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/lhcDMAbe60mVRZvbx8pKhz6A80MZTyobyxO1J4Rt.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"163002";s:10:"created_at";s:19:"2023-01-25 19:43:13";s:10:"updated_at";s:19:"2023-01-25 19:43:13";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11533;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69236;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11533;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69236;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11533;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69236;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:2;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11532;s:7:"user_id";i:674;s:8:"filename";s:5:"7.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/uMOwLMZLcbtWqW1egDJHNGUjIW68bR8qHnNMoElt.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"136199";s:10:"created_at";s:19:"2023-01-25 19:43:11";s:10:"updated_at";s:19:"2023-01-25 19:43:11";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11532;s:7:"user_id";i:674;s:8:"filename";s:5:"7.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/uMOwLMZLcbtWqW1egDJHNGUjIW68bR8qHnNMoElt.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"136199";s:10:"created_at";s:19:"2023-01-25 19:43:11";s:10:"updated_at";s:19:"2023-01-25 19:43:11";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11532;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69237;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11532;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69237;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11532;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69237;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:3;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11528;s:7:"user_id";i:674;s:8:"filename";s:5:"2.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/4llfx9M12srmngLwQp4l9cUVfF7woNZBn1XaSvAG.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"292803";s:10:"created_at";s:19:"2023-01-25 19:43:02";s:10:"updated_at";s:19:"2023-01-25 19:43:02";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11528;s:7:"user_id";i:674;s:8:"filename";s:5:"2.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/4llfx9M12srmngLwQp4l9cUVfF7woNZBn1XaSvAG.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"292803";s:10:"created_at";s:19:"2023-01-25 19:43:02";s:10:"updated_at";s:19:"2023-01-25 19:43:02";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11528;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69238;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11528;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69238;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11528;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69238;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:4;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11527;s:7:"user_id";i:674;s:8:"filename";s:5:"1.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/lHyjm1MQoPXSYcVbPFXfkXHl3U1pks5etWkMgyEv.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"233844";s:10:"created_at";s:19:"2023-01-25 19:43:01";s:10:"updated_at";s:19:"2023-01-25 19:43:01";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11527;s:7:"user_id";i:674;s:8:"filename";s:5:"1.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/lHyjm1MQoPXSYcVbPFXfkXHl3U1pks5etWkMgyEv.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"233844";s:10:"created_at";s:19:"2023-01-25 19:43:01";s:10:"updated_at";s:19:"2023-01-25 19:43:01";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11527;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69239;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11527;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69239;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11527;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69239;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:5;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11529;s:7:"user_id";i:674;s:8:"filename";s:5:"4.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/EpGwoIzvjjZyyZiGWdK1wxuSXUHi7kcMslwUY64K.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"313684";s:10:"created_at";s:19:"2023-01-25 19:43:07";s:10:"updated_at";s:19:"2023-01-25 19:43:07";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11529;s:7:"user_id";i:674;s:8:"filename";s:5:"4.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/EpGwoIzvjjZyyZiGWdK1wxuSXUHi7kcMslwUY64K.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"313684";s:10:"created_at";s:19:"2023-01-25 19:43:07";s:10:"updated_at";s:19:"2023-01-25 19:43:07";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11529;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69240;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11529;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69240;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11529;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69240;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:6;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11530;s:7:"user_id";i:674;s:8:"filename";s:5:"5.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/HlsQJEt2TmasoY1MFIdNAUW1cleuxK1la2z8jGB9.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"275874";s:10:"created_at";s:19:"2023-01-25 19:43:08";s:10:"updated_at";s:19:"2023-01-25 19:43:08";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11530;s:7:"user_id";i:674;s:8:"filename";s:5:"5.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/HlsQJEt2TmasoY1MFIdNAUW1cleuxK1la2z8jGB9.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"275874";s:10:"created_at";s:19:"2023-01-25 19:43:08";s:10:"updated_at";s:19:"2023-01-25 19:43:08";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11530;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69241;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11530;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69241;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11530;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69241;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:7;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11531;s:7:"user_id";i:674;s:8:"filename";s:5:"6.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/3vtkvUlm5mdq7J1D53z3wPJPBew4Ct0HQXIxYVLa.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"144051";s:10:"created_at";s:19:"2023-01-25 19:43:10";s:10:"updated_at";s:19:"2023-01-25 19:43:10";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11531;s:7:"user_id";i:674;s:8:"filename";s:5:"6.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/3vtkvUlm5mdq7J1D53z3wPJPBew4Ct0HQXIxYVLa.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"144051";s:10:"created_at";s:19:"2023-01-25 19:43:10";s:10:"updated_at";s:19:"2023-01-25 19:43:10";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11531;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69242;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11531;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69242;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11531;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69242;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:8;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:11534;s:7:"user_id";i:674;s:8:"filename";s:5:"9.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/NwX0dfa5uGMy5bXJtOUBRluashHb5k7o9HI6U6Al.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"243757";s:10:"created_at";s:19:"2023-01-25 19:43:15";s:10:"updated_at";s:19:"2023-01-25 19:43:15";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:11534;s:7:"user_id";i:674;s:8:"filename";s:5:"9.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/NwX0dfa5uGMy5bXJtOUBRluashHb5k7o9HI6U6Al.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"243757";s:10:"created_at";s:19:"2023-01-25 19:43:15";s:10:"updated_at";s:19:"2023-01-25 19:43:15";s:15:"pivot_entity_id";i:1537;s:13:"pivot_file_id";i:11534;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:69243;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-11-23 12:39:18";s:16:"pivot_updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:5:"pivot";O:49:"Illuminate\Database\Eloquent\Relations\MorphPivot":31:{s:12:"\x00*\x00morphType";s:11:"entity_type";s:13:"\x00*\x00morphClass";s:32:"Modules\Product\Entities\Product";s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:12:"entity_files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11534;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69243;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1537;s:7:"file_id";i:11534;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:69243;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-11-23 12:39:18";s:10:"updated_at";s:19:"2023-11-23 12:39:18";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}}}s:15:"relatedProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:3:{i:0;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:880;s:12:"tax_class_id";N;s:4:"slug";s:94:"2-in-1-flat-mop-automatic-pressure-bucket-avoid-hand-washing-floor-cleaner-lazy-household-tool";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"12.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:8:"J5P25K00";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3536;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-28 15:33:52";s:10:"updated_at";s:19:"2026-03-04 15:47:44";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:880;s:12:"tax_class_id";N;s:4:"slug";s:94:"2-in-1-flat-mop-automatic-pressure-bucket-avoid-hand-washing-floor-cleaner-lazy-household-tool";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"12.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"12.0000";s:3:"sku";s:8:"J5P25K00";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3536;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2021-09-28 15:33:52";s:10:"updated_at";s:19:"2026-03-04 15:47:44";s:16:"pivot_product_id";i:1537;s:24:"pivot_related_product_id";i:880;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:1537;s:18:"related_product_id";i:880;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1537;s:18:"related_product_id";i:880;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:0;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:0:{}s:11:"\x00*\x00original";a:0:{}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:878;s:10:"product_id";i:880;s:6:"locale";s:2:"en";s:4:"name";s:98:"2 in 1 Flat Mop, Automatic Pressure Bucket, Avoid Hand Washing, Floor Cleaner, Lazy Household Tool";s:11:"description";s:1444:"<p><span data-spm-anchor-id="a2g0o.detail.1000023.i0.28bd4a79Yg5NNH">Folding Side Mop No Hand Wash, Flat Wood Floor Mop, Dust Mop, Household Cleaning, Folding Mop Tools 2020</span></p>\r\n
    <p>Product selling point:</p>\r\n
    <ul>\r\n
    <li>\r\n
    <p>Convenient storage, save space, do not occupy the earth, reduce the multiplication of bacteria.</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Suitable for: bedroom, wall, window, ceiling</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Super fine fiber mop, it has a strong adsorption capacity.</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Just slide the lever up and down to squeeze out water and dust easily.&nbsp;Besides, the mop can stand on its own to save space and keep the mop head dry</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Ultra-fine cotton microfiber mop pad can effectively pick up dirt, dust, hair and debris and provide perfect floor care for hardwood, laminate or tile.&nbsp;This microfiber mop is washable and reusable, much more environmentally friendly and economical than disposable pads</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>The ultra slim design allows you to clean the floor everywhere without missing any corners.&nbsp;Perfect mop for cleaning floors, walls, windows, living room, ceiling and under furniture</p>\r\n
    </li>\r\n
    </ul>\r\n
    <p>Description:</p>\r\n
    <ul>\r\n
    <li>\r\n
    <p>Extension length: 128cm</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Material: ABS</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Dehydration rate: 90% -100%</p>\r\n
    </li>\r\n
    <li>\r\n
    <p data-spm-anchor-id="a2g0o.detail.1000023.i3.263c68dfuxgwqB">Mop material: super fine fiber</p>\r\n
    </li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:878;s:10:"product_id";i:880;s:6:"locale";s:2:"en";s:4:"name";s:98:"2 in 1 Flat Mop, Automatic Pressure Bucket, Avoid Hand Washing, Floor Cleaner, Lazy Household Tool";s:11:"description";s:1444:"<p><span data-spm-anchor-id="a2g0o.detail.1000023.i0.28bd4a79Yg5NNH">Folding Side Mop No Hand Wash, Flat Wood Floor Mop, Dust Mop, Household Cleaning, Folding Mop Tools 2020</span></p>\r\n
    <p>Product selling point:</p>\r\n
    <ul>\r\n
    <li>\r\n
    <p>Convenient storage, save space, do not occupy the earth, reduce the multiplication of bacteria.</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Suitable for: bedroom, wall, window, ceiling</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Super fine fiber mop, it has a strong adsorption capacity.</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Just slide the lever up and down to squeeze out water and dust easily.&nbsp;Besides, the mop can stand on its own to save space and keep the mop head dry</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Ultra-fine cotton microfiber mop pad can effectively pick up dirt, dust, hair and debris and provide perfect floor care for hardwood, laminate or tile.&nbsp;This microfiber mop is washable and reusable, much more environmentally friendly and economical than disposable pads</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>The ultra slim design allows you to clean the floor everywhere without missing any corners.&nbsp;Perfect mop for cleaning floors, walls, windows, living room, ceiling and under furniture</p>\r\n
    </li>\r\n
    </ul>\r\n
    <p>Description:</p>\r\n
    <ul>\r\n
    <li>\r\n
    <p>Extension length: 128cm</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Material: ABS</p>\r\n
    </li>\r\n
    <li>\r\n
    <p>Dehydration rate: 90% -100%</p>\r\n
    </li>\r\n
    <li>\r\n
    <p data-spm-anchor-id="a2g0o.detail.1000023.i3.263c68dfuxgwqB">Mop material: super fine fiber</p>\r\n
    </li>\r\n
    </ul>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:1;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:1365;s:12:"tax_class_id";N;s:4:"slug";s:97:"hands-free-sponge-mop-with-bucket-strong-water-absorption-sponge-flat-mop-household-cleaning-tool";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"16.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"16.0000";s:3:"sku";s:6:"G7Y5L0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2024;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2022-06-17 20:41:13";s:10:"updated_at";s:19:"2026-03-04 15:45:23";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1365;s:12:"tax_class_id";N;s:4:"slug";s:97:"hands-free-sponge-mop-with-bucket-strong-water-absorption-sponge-flat-mop-household-cleaning-tool";s:5:"price";s:7:"18.0000";s:13:"special_price";s:7:"16.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"16.0000";s:3:"sku";s:6:"G7Y5L0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2024;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2022-06-17 20:41:13";s:10:"updated_at";s:19:"2026-03-04 15:45:23";s:16:"pivot_product_id";i:1537;s:24:"pivot_related_product_id";i:1365;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:1537;s:18:"related_product_id";i:1365;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1537;s:18:"related_product_id";i:1365;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1245;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:1363;s:10:"product_id";i:1365;s:6:"locale";s:2:"en";s:4:"name";s:100:"Hands-free sponge mop with bucket, strong water absorption sponge, flat mop, household cleaning tool";s:11:"description";s:2665:"<p>Hands-free mop with bucket flat mop strong water absorption home mop kitchen mop mop for floor mop mop for sloth mops household cleaning tool</p>\r\n
    <div class="detailmodule_text-image">\r\n
    <h2 class="default">Product description</h2>\r\n
    <div id="productDescription" class="a-section a-spacing-small">\r\n
    <ul>\r\n
    <li>Durable and lightweight design with secondary grip, flexible rubber corners and a retractable hook for easy storage.</li>\r\n
    <li>Product Name: Hands-free sponge mop with bucket set.</li>\r\n
    <li>Material: ABS, steel and sponge.</li>\r\n
    <li>Color: gray and white.</li>\r\n
    <li>Size: as in the image.</li>\r\n
    <li>Package includes:<br />1 mop + 1 cube</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div id="featurebullets_feature_div" class="celwidget" data-feature-name="featurebullets" data-csa-c-id="ahellk-j29ty4-n9bm3e-ygdbrs" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <h1 class="a-size-base-plus a-text-bold">About this article</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Perfect for cleaning the home, kitchen, bathroom, office. Use wet for a deep, dry cleaning to remove dust from floors, ceilings, windows, and other surfaces.</span></li>\r\n
    <li><span class="a-list-item">Our hands-free sponge mop has 3 functions (cleaning, drying and storing). It can be used with one hand, which saves effort and time. The considered design cube saves space and water.</span></li>\r\n
    <li><span class="a-list-item">The sponge mop head is very soft and very suitable for kitchen, bathroom, office, corner cleaning. Use wet for deep cleaning, or use it dry to remove dust from the floor, ceiling, window, and other surfaces.</span></li>\r\n
    <li><span class="a-list-item">Our mop head becomes hard, just put it in water and it will soften quickly. It drastically reduces water use and time while cleaning more effectively.</span></li>\r\n
    <li><span class="a-list-item">Achieve the perfect humidity every time. Perfect for home, kitchen, bathroom, office, corner cleaning.</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="productAlert_feature_div" class="celwidget" data-feature-name="productAlert" data-csa-c-id="i3hxzk-i47c6v-pebut3-9hhw8j" data-cel-widget="productAlert_feature_div">\r\n
    <div id="universal-product-alert">\r\n
    <div class="a-section a-spacing-medium"><span class="a-text-bold">Note</span>:&nbsp;Electrically plugged products are designed for use in the U.S. The power outlets and voltage differ internationally. This product may require an adapter or converter in order to be used at its destination. Check compatibility before purchasing.</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1363;s:10:"product_id";i:1365;s:6:"locale";s:2:"en";s:4:"name";s:100:"Hands-free sponge mop with bucket, strong water absorption sponge, flat mop, household cleaning tool";s:11:"description";s:2665:"<p>Hands-free mop with bucket flat mop strong water absorption home mop kitchen mop mop for floor mop mop for sloth mops household cleaning tool</p>\r\n
    <div class="detailmodule_text-image">\r\n
    <h2 class="default">Product description</h2>\r\n
    <div id="productDescription" class="a-section a-spacing-small">\r\n
    <ul>\r\n
    <li>Durable and lightweight design with secondary grip, flexible rubber corners and a retractable hook for easy storage.</li>\r\n
    <li>Product Name: Hands-free sponge mop with bucket set.</li>\r\n
    <li>Material: ABS, steel and sponge.</li>\r\n
    <li>Color: gray and white.</li>\r\n
    <li>Size: as in the image.</li>\r\n
    <li>Package includes:<br />1 mop + 1 cube</li>\r\n
    </ul>\r\n
    </div>\r\n
    <div id="featurebullets_feature_div" class="celwidget" data-feature-name="featurebullets" data-csa-c-id="ahellk-j29ty4-n9bm3e-ygdbrs" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <h1 class="a-size-base-plus a-text-bold">About this article</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">Perfect for cleaning the home, kitchen, bathroom, office. Use wet for a deep, dry cleaning to remove dust from floors, ceilings, windows, and other surfaces.</span></li>\r\n
    <li><span class="a-list-item">Our hands-free sponge mop has 3 functions (cleaning, drying and storing). It can be used with one hand, which saves effort and time. The considered design cube saves space and water.</span></li>\r\n
    <li><span class="a-list-item">The sponge mop head is very soft and very suitable for kitchen, bathroom, office, corner cleaning. Use wet for deep cleaning, or use it dry to remove dust from the floor, ceiling, window, and other surfaces.</span></li>\r\n
    <li><span class="a-list-item">Our mop head becomes hard, just put it in water and it will soften quickly. It drastically reduces water use and time while cleaning more effectively.</span></li>\r\n
    <li><span class="a-list-item">Achieve the perfect humidity every time. Perfect for home, kitchen, bathroom, office, corner cleaning.</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="productAlert_feature_div" class="celwidget" data-feature-name="productAlert" data-csa-c-id="i3hxzk-i47c6v-pebut3-9hhw8j" data-cel-widget="productAlert_feature_div">\r\n
    <div id="universal-product-alert">\r\n
    <div class="a-section a-spacing-medium"><span class="a-text-bold">Note</span>:&nbsp;Electrically plugged products are designed for use in the U.S. The power outlets and voltage differ internationally. This product may require an adapter or converter in order to be used at its destination. Check compatibility before purchasing.</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:2;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:1420;s:12:"tax_class_id";N;s:4:"slug";s:56:"in-and-out-rotating-mop-floor-cleaner-system-with-bucket";s:5:"price";s:7:"25.0000";s:13:"special_price";s:7:"22.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"22.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2011;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2022-08-10 18:21:56";s:10:"updated_at";s:19:"2026-03-04 04:53:23";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1420;s:12:"tax_class_id";N;s:4:"slug";s:56:"in-and-out-rotating-mop-floor-cleaner-system-with-bucket";s:5:"price";s:7:"25.0000";s:13:"special_price";s:7:"22.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"22.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:2011;s:9:"is_active";i:1;s:8:"new_from";N;s:6:"new_to";N;s:9:"video_url";N;s:10:"deleted_at";N;s:10:"created_at";s:19:"2022-08-10 18:21:56";s:10:"updated_at";s:19:"2026-03-04 04:53:23";s:16:"pivot_product_id";i:1537;s:24:"pivot_related_product_id";i:1420;}s:10:"\x00*\x00changes";a:0:{}s:13:"\x00*\x00dateFormat";N;s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:2:{s:5:"pivot";O:44:"Illuminate\Database\Eloquent\Relations\Pivot":29:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";N;s:8:"\x00*\x00table";s:16:"related_products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:2:{s:10:"product_id";i:1537;s:18:"related_product_id";i:1420;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1537;s:18:"related_product_id";i:1420;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:0;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:1245;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"related_product_id";}s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:43:"Modules\Product\Entities\ProductTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:20:"product_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:1418;s:10:"product_id";i:1420;s:6:"locale";s:2:"en";s:4:"name";s:56:"In and Out Rotating Mop Floor Cleaner System With Bucket";s:11:"description";s:3806:"<p>The In And Out Mop is a mopping system that will allow you to clean your floors without streaking or scratching them, then clean and dry off your mop in seconds, too. Within each system, you'll get a mop with a microfiber pad, and a dual chamber bucket that contains a side for cleaning and a side for drying. The mop will work on almost all floor types, including tile and wood, and will clean up stubborn substances like mustard or soy sauce.</p>\r\n
    <h2>How to Use (Step by Step)</h2>\r\n
    <ol>\r\n
    <li><strong><span class="title">Fill Bucket</span></strong>\r\n
    <p>Before you start using this mopping system, you'll need to fill your big blue mop bucket. Fill the left-hand side, which will be the cleaning side, with water, while leaving the right-hand side empty. The right-hand side will be the place in which you dry off your mop.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Mop as Usual</span></strong>\r\n
    <p>Once you've filled your bucket, you can begin using your mop to clean your floors as usual. The mop will swivel and pivot, so you'll be able to reach into corners and under furniture without a struggle. Each mop comes with a standard head, but for extremely tough spills, you may choose to affix the included scrubber pad instead.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Clean Off Mop</span></strong>\r\n
    <p>After your mop has accumulated some dirt, it'll be time to clean it off. To do so, dunk it ( vertically ) in the left-hand side of your bucket and pull it out. When you pull it out, you'll notice that at least some of the stains have disappeared. If they aren't all gone, go ahead and dunk it a few more times.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Wring Mop Dry</span></strong>\r\n
    <p>To wring your mop dry after cleaning it, simply dunk it in the right-hand side of your bucket and pull it out. As with the cleaning side, the more times you dunk it in and take it out, the more results you'll get. After a few dunks, it should be dry enough for you to return to mopping.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Return to Cleaning</span></strong>\r\n
    <p>When your mop is both clean and dry, you can resume mopping your floors, if needed. Repeat the cleaning and drying process as many times as you need to after this. If you don't need to do any more mopping, dump your mop bucket and store both mop and bucket in a safe place for next time.</p>\r\n
    </li>\r\n
    </ol>\r\n
    <h2>Features</h2>\r\n
    <ul>\r\n
    <li><strong><span class="title">&nbsp;Long Lasting</span></strong>\r\n
    <p>Since accumulating excess dirt is something that makes a mop head wear out faster, the one on your In And Out Mop may last you for years. If you clean and dry the mop's head every few minutes as you mop, it may look as good as new after months of use.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">&nbsp;Extensive Reach</span></strong>\r\n
    <p>This mop has an extensive reach, due in part to its long handle and also because of its swiveling ability. Therefore, you'll be able to use it to clean under and behind things, like pieces of furniture, where some mops may not be able to reach.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">&nbsp;Won't Leave Streaks, Scratches</span></strong>\r\n
    <p>Some mops will leave streaks behind on tile, like the tile in your kitchen, and scratch marks behind on wood. Fortunately, the In And Out Mop has been designed to refrain from leaving behind this type of eyesore, so you won't end up damaging your floors by keeping them clean.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">&nbsp;Bucket Contains Handle</span></strong>\r\n
    <p>The bucket that goes with this mop contains a handle, so you'll be able to use this if you need to carry it around. This is a much better alternative to giving in to the temptation to shove it along the floor, which may in fact cause your floor some damage.</p>\r\n
    </li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1418;s:10:"product_id";i:1420;s:6:"locale";s:2:"en";s:4:"name";s:56:"In and Out Rotating Mop Floor Cleaner System With Bucket";s:11:"description";s:3806:"<p>The In And Out Mop is a mopping system that will allow you to clean your floors without streaking or scratching them, then clean and dry off your mop in seconds, too. Within each system, you'll get a mop with a microfiber pad, and a dual chamber bucket that contains a side for cleaning and a side for drying. The mop will work on almost all floor types, including tile and wood, and will clean up stubborn substances like mustard or soy sauce.</p>\r\n
    <h2>How to Use (Step by Step)</h2>\r\n
    <ol>\r\n
    <li><strong><span class="title">Fill Bucket</span></strong>\r\n
    <p>Before you start using this mopping system, you'll need to fill your big blue mop bucket. Fill the left-hand side, which will be the cleaning side, with water, while leaving the right-hand side empty. The right-hand side will be the place in which you dry off your mop.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Mop as Usual</span></strong>\r\n
    <p>Once you've filled your bucket, you can begin using your mop to clean your floors as usual. The mop will swivel and pivot, so you'll be able to reach into corners and under furniture without a struggle. Each mop comes with a standard head, but for extremely tough spills, you may choose to affix the included scrubber pad instead.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Clean Off Mop</span></strong>\r\n
    <p>After your mop has accumulated some dirt, it'll be time to clean it off. To do so, dunk it ( vertically ) in the left-hand side of your bucket and pull it out. When you pull it out, you'll notice that at least some of the stains have disappeared. If they aren't all gone, go ahead and dunk it a few more times.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Wring Mop Dry</span></strong>\r\n
    <p>To wring your mop dry after cleaning it, simply dunk it in the right-hand side of your bucket and pull it out. As with the cleaning side, the more times you dunk it in and take it out, the more results you'll get. After a few dunks, it should be dry enough for you to return to mopping.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">Return to Cleaning</span></strong>\r\n
    <p>When your mop is both clean and dry, you can resume mopping your floors, if needed. Repeat the cleaning and drying process as many times as you need to after this. If you don't need to do any more mopping, dump your mop bucket and store both mop and bucket in a safe place for next time.</p>\r\n
    </li>\r\n
    </ol>\r\n
    <h2>Features</h2>\r\n
    <ul>\r\n
    <li><strong><span class="title">&nbsp;Long Lasting</span></strong>\r\n
    <p>Since accumulating excess dirt is something that makes a mop head wear out faster, the one on your In And Out Mop may last you for years. If you clean and dry the mop's head every few minutes as you mop, it may look as good as new after months of use.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">&nbsp;Extensive Reach</span></strong>\r\n
    <p>This mop has an extensive reach, due in part to its long handle and also because of its swiveling ability. Therefore, you'll be able to use it to clean under and behind things, like pieces of furniture, where some mops may not be able to reach.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">&nbsp;Won't Leave Streaks, Scratches</span></strong>\r\n
    <p>Some mops will leave streaks behind on tile, like the tile in your kitchen, and scratch marks behind on wood. Fortunately, the In And Out Mop has been designed to refrain from leaving behind this type of eyesore, so you won't end up damaging your floors by keeping them clean.</p>\r\n
    </li>\r\n
    <li><strong><span class="title">&nbsp;Bucket Contains Handle</span></strong>\r\n
    <p>The bucket that goes with this mop contains a handle, so you'll be able to use this if you need to carry it around. This is a much better alternative to giving in to the temptation to shove it along the floor, which may in fact cause your floor some damage.</p>\r\n
    </li>\r\n
    </ul>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s:14:"upSellProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:0:{}}s:4:"meta";O:30:"Modules\Meta\Entities\MetaData":28:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:2:{i:0;s:9:"entity_id";i:1;s:11:"entity_type";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:10:"meta_title";i:1;s:13:"meta_keywords";i:2;s:16:"meta_description";}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:9:"meta_data";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:1535;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:1537;s:10:"created_at";s:19:"2023-01-25 19:44:16";s:10:"updated_at";s:19:"2023-01-25 19:44:16";s:13:"meta_keywords";a:9:{i:0;s:6:"Aurora";i:1;s:5:"Twist";i:2;s:3:"Mop";i:3;s:4:"push";i:4;s:2:"up";i:5;s:9:"Practical";i:6;s:8:"Cleaning";i:7;s:4:"Pull";i:8;s:4:"Drop";}}s:11:"\x00*\x00original";a:5:{s:2:"id";i:1535;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:1537;s:10:"created_at";s:19:"2023-01-25 19:44:16";s:10:"updated_at";s:19:"2023-01-25 19:44:16";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:1:{s:12:"translations";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:1:{i:0;O:41:"Modules\Meta\Entities\MetaDataTranslation":26:{s:11:"\x00*\x00fillable";a:3:{i:0;s:10:"meta_title";i:1;s:13:"meta_keywords";i:2;s:16:"meta_description";}s:8:"\x00*\x00casts";a:1:{s:13:"meta_keywords";s:5:"array";}s:10:"timestamps";b:0;s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:22:"meta_data_translations";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:6:{s:2:"id";i:1537;s:12:"meta_data_id";i:1535;s:6:"locale";s:2:"en";s:10:"meta_title";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";s:13:"meta_keywords";s:73:"["Aurora","Twist","Mop","push","up","Practical","Cleaning","Pull","Drop"]";s:16:"meta_description";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1537;s:12:"meta_data_id";i:1535;s:6:"locale";s:2:"en";s:10:"meta_title";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";s:13:"meta_keywords";s:73:"["Aurora","Twist","Mop","push","up","Practical","Cleaning","Pull","Drop"]";s:16:"meta_description";s:73:"Aurora Twist Mop ( Push-Up ) Practical Cleaning Mop with Pull-Drop System";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s:10:"conditions";a:0:{}}}}}s:9:"_previous";a:1:{s:3:"url";s:103:"https://black-lb.com/products/aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}
    """
    
        if ($this->sessionConfigured()) {
            $this->storeCurrentUrl($request, $session);
 
            $this->addCookieToResponse($response, $session);
        }
 
        return $response;
    }
 
    /**
     * Perform any final actions for the request lifecycle.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Symfony\Component\HttpFoundation\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        if ($this->sessionHandled && $this->sessionConfigured() && ! $this->usingCookieSessions()) {
            $this->manager->driver()->save();
        }
    }
 
    /**
     * Start the session for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Contracts\Session\Session
     */
    protected function startSession(Request $request)
    {
        return tap($this->getSession($request), function ($session) use ($request) {
            $session->setRequestOnHandler($request);
 
            $session->start();
        });
    }
 
    /**
     * Get the session implementation from the manager.
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
                continue;
            }
 
            [$name] = $this->parseMiddleware($middleware);
 
            $instance = $this->app->make($name);
 
            if (method_exists($instance, 'terminate')) {
                $instance->terminate($request, $response);
            }
        }
    }
 
    /**
     * Gather the route middleware for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return array
     */
    protected function gatherRouteMiddleware($request)
    {
        if ($route = $request->route()) {
            return $this->router->gatherRouteMiddleware($route);
        }
 
        return [];
    }
 
    /**
Arguments
  1. Request {#42
      #json: null
      #convertedFiles: []
      #userResolver: Closure() {#775 …5}
      #routeResolver: Closure() {#761 …5}
      +attributes: ParameterBag {#44}
      +request: ParameterBag {#50}
      +query: ParameterBag {#50}
      +server: ServerBag {#46}
      +files: FileBag {#47}
      +cookies: ParameterBag {#45}
      +headers: HeaderBag {#48}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/products/aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system"
      #requestUri: "/products/aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#774}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1169}
    
     */
    protected function dispatchToRouter()
    {
        return function ($request) {
            $this->app->instance('request', $request);
 
            return $this->router->dispatch($request);
        };
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        $this->terminateMiddleware($request, $response);
 
        $this->app->terminate();
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
Arguments
  1. Request {#42
      #json: null
      #convertedFiles: []
      #userResolver: Closure() {#775 …5}
      #routeResolver: Closure() {#761 …5}
      +attributes: ParameterBag {#44}
      +request: ParameterBag {#50}
      +query: ParameterBag {#50}
      +server: ServerBag {#46}
      +files: FileBag {#47}
      +cookies: ParameterBag {#45}
      +headers: HeaderBag {#48}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/products/aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system"
      #requestUri: "/products/aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#774}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1169}
    
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/
 
$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
 
$response = $kernel->handle(
    $request = Illuminate\Http\Request::capture()
);
 
$response->send();
 
$kernel->terminate($request, $response);
 
Arguments
  1. Request {#42
      #json: null
      #convertedFiles: []
      #userResolver: Closure() {#775 …5}
      #routeResolver: Closure() {#761 …5}
      +attributes: ParameterBag {#44}
      +request: ParameterBag {#50}
      +query: ParameterBag {#50}
      +server: ServerBag {#46}
      +files: FileBag {#47}
      +cookies: ParameterBag {#45}
      +headers: HeaderBag {#48}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/products/aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system"
      #requestUri: "/products/aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#774}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1169}
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
TZ
"Europe/Berlin"
REDIRECT_REDIRECT_REDIRECT_UNIQUE_ID
"aalJQ3Ee5aAtRRAaPAutXAAAAAk"
REDIRECT_REDIRECT_REDIRECT_SCRIPT_URL
"/products/aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system"
REDIRECT_REDIRECT_REDIRECT_SCRIPT_URI
"https://black-lb.com/products/aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system"
REDIRECT_REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_REDIRECT_SSL_TLS_SNI
"black-lb.com"
REDIRECT_REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_REDIRECT_UNIQUE_ID
"aalJQ3Ee5aAtRRAaPAutXAAAAAk"
REDIRECT_REDIRECT_SCRIPT_URL
"/products/aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system"
REDIRECT_REDIRECT_SCRIPT_URI
"https://black-lb.com/products/aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_SSL_TLS_SNI
"black-lb.com"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aalJQ3Ee5aAtRRAaPAutXAAAAAk"
REDIRECT_SCRIPT_URL
"/products/aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system"
REDIRECT_SCRIPT_URI
"https://black-lb.com/products/aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"black-lb.com"
REDIRECT_HANDLER
"application/x-httpd-ea-php73"
REDIRECT_STATUS
"200"
UNIQUE_ID
"aalJQ3Ee5aAtRRAaPAutXAAAAAk"
SCRIPT_URL
"/products/aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system"
SCRIPT_URI
"https://black-lb.com/products/aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system"
HTTPS
"on"
SSL_TLS_SNI
"black-lb.com"
HTTP_ACCEPT
"*/*"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"black-lb.com"
HTTP_X_HTTPS
"1"
PATH
"/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SERVER_NAME
"black-lb.com"
SERVER_ADDR
"173.212.232.45"
SERVER_PORT
"443"
REMOTE_ADDR
"216.73.216.83"
DOCUMENT_ROOT
"/home/blacklb/public_html"
REQUEST_SCHEME
"https"
CONTEXT_PREFIX
"/cgi-sys"
CONTEXT_DOCUMENT_ROOT
"/usr/local/cpanel/cgi-sys/"
SERVER_ADMIN
"webmaster@black-lb.com"
SCRIPT_FILENAME
"/home/blacklb/public_html/public/index.php"
REMOTE_PORT
"16299"
REDIRECT_URL
"/public/index.php"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/products/aurora-twist-mop-(-push-up-)-practical-cleaning-mop-with-pull-drop-system"
SCRIPT_NAME
"/public/index.php"
ORIG_SCRIPT_FILENAME
"/usr/local/cpanel/cgi-sys/ea-php73"
ORIG_PATH_INFO
"/public/index.php"
ORIG_PATH_TRANSLATED
"/home/blacklb/public_html/public/index.php"
ORIG_SCRIPT_NAME
"/cgi-sys/ea-php73"
PHP_SELF
"/public/index.php"
REQUEST_TIME_FLOAT
1772702019.6967
REQUEST_TIME
1772702019
argv
[]
argc
0
APP_ENV
"production"
APP_DEBUG
"true"
APP_CACHE
"false"
APP_INSTALLED
"true"
APP_EDITOR
"vscode"
APP_KEY
"base64:5GcSj/rQB2bbsgJafayzha+JAsYL6qhK6CP+HNVcLjc="
APP_URL
"https://black-lb.com"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"blacklb_db"
DB_USERNAME
"blacklb_db_user"
DB_PASSWORD
"c~p),O#=Vghk"
QUEUE_DRIVER
"sync"
CACHE_DRIVER
"none"
SESSION_DRIVER
"file"
FILESYSTEM_DRIVER
"public_storage"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"smtp.mailtrap.io"
MAIL_PORT
"2525"
MAIL_USERNAME
"null"
MAIL_PASSWORD
"null"
MAIL_FROM_ADDRESS
"null"
MAIL_FROM_NAME
"null"
MAIL_ENCRYPTION
"null"
SCOUT_QUEUE
"false"
DEBUGBAR_ENABLED
"false"
QUERY_DETECTOR_ENABLED
"false"
Key Value
APP_ENV
"production"
APP_DEBUG
"true"
APP_CACHE
"false"
APP_INSTALLED
"true"
APP_EDITOR
"vscode"
APP_KEY
"base64:5GcSj/rQB2bbsgJafayzha+JAsYL6qhK6CP+HNVcLjc="
APP_URL
"https://black-lb.com"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"blacklb_db"
DB_USERNAME
"blacklb_db_user"
DB_PASSWORD
"c~p),O#=Vghk"
QUEUE_DRIVER
"sync"
CACHE_DRIVER
"none"
SESSION_DRIVER
"file"
FILESYSTEM_DRIVER
"public_storage"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"smtp.mailtrap.io"
MAIL_PORT
"2525"
MAIL_USERNAME
"null"
MAIL_PASSWORD
"null"
MAIL_FROM_ADDRESS
"null"
MAIL_FROM_NAME
"null"
MAIL_ENCRYPTION
"null"
SCOUT_QUEUE
"false"
DEBUGBAR_ENABLED
"false"
QUERY_DETECTOR_ENABLED
"false"
0. Whoops\Handler\PrettyPageHandler