Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB

$12.00 $15.00
In Stock

USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, Wall-mountable

Features:

Multi-dimensional three-dimensional trapping technology can effectively exclude annoying mozzie

Easy-to-understand new life, no matter work, study and life, defend your health

Mosquito attract is accurate, light bead light wave is used to attract mozzie, and concentrated light bead is used to attract mozzie, releasing the 395NM wavelength preferred by mozzie and housefly

Strong electric shock The safe killing power is as strong as 2000V, and the mosquito killing effect is significantly improved

Three-layer mesh security protection: the front and back tier of insulation protection check guard against misleading the security of electric shock. It is safer to use the security protection check with the upper and lower tier of mesh being the same negative electrode. The human body will not contactthe working check with the positive electrode in the middle. The low electric charge security voltage is within the range of human bodysecurity.

Product Description:

Product Name: USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, wall-mountable

Net weight:386g

Gross weight: 565g

Product size: 26423cm

Product packaging: 30.75.821.4cm

Package Content:

1x mosquito control lamp

1x line 1x cleaning brush

Related Products

Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(/home/blacklb/public_html/storage/framework/sessions/7jkWZWqNWHInvC3xyNidXLgM5ZO3RySqGPKOaz3d): failed to open stream: No space left on device ErrorException thrown with message "file_put_contents(/home/blacklb/public_html/storage/framework/sessions/7jkWZWqNWHInvC3xyNidXLgM5ZO3RySqGPKOaz3d): 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/7jkWZWqNWHInvC3xyNidXLgM5ZO3RySqGPKOaz3d): 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/7jkWZWqNWHInvC3xyNidXLgM5ZO3RySqGPKOaz3d"
    
  2. """
    a:5:{s:6:"_token";s:40:"MqXuMZYHmUBrKdyJY8wzjvgfoaSDuTkRczYDNIOg";s:6:"locale";s:2:"en";s:67:"7jkWZWqNWHInvC3xyNidXLgM5ZO3RySqGPKOaz3d_recently_viewed_cart_items";O:32:"Darryldecode\Cart\CartCollection":1:{s:8:"\x00*\x00items";a:1:{i:1711;O:32:"Darryldecode\Cart\ItemCollection":2:{s:9:"\x00*\x00config";N;s:8:"\x00*\x00items";a:6:{s:2:"id";i:1711;s:4:"name";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";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:1711;s:12:"tax_class_id";N;s:4:"slug";s:71:"insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb";s:5:"price";s:7:"15.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";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2072;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:"2024-08-11 13:58:33";s:10:"updated_at";s:19:"2026-03-06 15:52:41";}s:11:"\x00*\x00original";a:20:{s:2:"id";i:1711;s:12:"tax_class_id";N;s:4:"slug";s:71:"insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb";s:5:"price";s:7:"15.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";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2072;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:"2024-08-11 13:58:33";s:10:"updated_at";s:19:"2026-03-06 15:52:41";}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:1709;s:10:"product_id";i:1711;s:6:"locale";s:2:"en";s:4:"name";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";s:11:"description";s:1469:"<p>USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, Wall-mountable</p>\r\n
    <p>Features:</p>\r\n
    <p>Multi-dimensional three-dimensional trapping technology can effectively exclude annoying mozzie</p>\r\n
    <p>Easy-to-understand new life, no matter work, study and life, defend your health</p>\r\n
    <p>Mosquito attract is accurate, light bead light wave is used to attract mozzie, and concentrated light bead is used to attract mozzie, releasing the 395NM wavelength preferred by mozzie and housefly</p>\r\n
    <p>Strong electric shock The safe killing power is as strong as 2000V, and the mosquito killing effect is significantly improved</p>\r\n
    <p>Three-layer mesh security protection: the front and back tier of insulation protection check guard against misleading the security of electric shock. It is safer to use the security protection check with the upper and lower tier of mesh being the same negative electrode. The human body will not contactthe working check with the positive electrode in the middle. The low electric charge security voltage is within the range of human bodysecurity.</p>\r\n
    <p>Product Description:</p>\r\n
    <p>Product Name: USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, wall-mountable</p>\r\n
    <p>Net weight:386g</p>\r\n
    <p>Gross weight: 565g</p>\r\n
    <p>Product size: 26<em>4</em>23cm</p>\r\n
    <p>Product packaging: 30.7<em>5.8</em>21.4cm</p>\r\n
    <p>Package Content:</p>\r\n
    <p>1x mosquito control lamp</p>\r\n
    <p>1x line 1x cleaning brush</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1709;s:10:"product_id";i:1711;s:6:"locale";s:2:"en";s:4:"name";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";s:11:"description";s:1469:"<p>USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, Wall-mountable</p>\r\n
    <p>Features:</p>\r\n
    <p>Multi-dimensional three-dimensional trapping technology can effectively exclude annoying mozzie</p>\r\n
    <p>Easy-to-understand new life, no matter work, study and life, defend your health</p>\r\n
    <p>Mosquito attract is accurate, light bead light wave is used to attract mozzie, and concentrated light bead is used to attract mozzie, releasing the 395NM wavelength preferred by mozzie and housefly</p>\r\n
    <p>Strong electric shock The safe killing power is as strong as 2000V, and the mosquito killing effect is significantly improved</p>\r\n
    <p>Three-layer mesh security protection: the front and back tier of insulation protection check guard against misleading the security of electric shock. It is safer to use the security protection check with the upper and lower tier of mesh being the same negative electrode. The human body will not contactthe working check with the positive electrode in the middle. The low electric charge security voltage is within the range of human bodysecurity.</p>\r\n
    <p>Product Description:</p>\r\n
    <p>Product Name: USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, wall-mountable</p>\r\n
    <p>Net weight:386g</p>\r\n
    <p>Gross weight: 565g</p>\r\n
    <p>Product size: 26<em>4</em>23cm</p>\r\n
    <p>Product packaging: 30.7<em>5.8</em>21.4cm</p>\r\n
    <p>Package Content:</p>\r\n
    <p>1x mosquito control lamp</p>\r\n
    <p>1x line 1x cleaning brush</p>";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:7:{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:13263;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/9dbsiqoz5PjE5HMVxDBqm7zmcdrcUw2tA8VzoMfe.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"211437";s:10:"created_at";s:19:"2024-08-11 14:40:49";s:10:"updated_at";s:19:"2024-08-11 14:40:49";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13263;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/9dbsiqoz5PjE5HMVxDBqm7zmcdrcUw2tA8VzoMfe.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"211437";s:10:"created_at";s:19:"2024-08-11 14:40:49";s:10:"updated_at";s:19:"2024-08-11 14:40:49";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13263;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73764;s:10:"pivot_zone";s:10:"base_image";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13263;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73764;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13263;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73764;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:13264;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/oIJIAXF2skU8PParFTPtssN3k5MlntKuoBf3qY9G.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"289695";s:10:"created_at";s:19:"2024-08-11 14:41:29";s:10:"updated_at";s:19:"2024-08-11 14:41:29";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13264;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/oIJIAXF2skU8PParFTPtssN3k5MlntKuoBf3qY9G.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"289695";s:10:"created_at";s:19:"2024-08-11 14:41:29";s:10:"updated_at";s:19:"2024-08-11 14:41:29";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13264;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73765;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13264;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73765;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13264;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73765;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:13265;s:7:"user_id";i:674;s:8:"filename";s:5:"3.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/yIXNiqfLbKnFkbJttu2u3C7ElO2k0IaHusx40vLn.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"337299";s:10:"created_at";s:19:"2024-08-11 14:41:30";s:10:"updated_at";s:19:"2024-08-11 14:41:30";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13265;s:7:"user_id";i:674;s:8:"filename";s:5:"3.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/yIXNiqfLbKnFkbJttu2u3C7ElO2k0IaHusx40vLn.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"337299";s:10:"created_at";s:19:"2024-08-11 14:41:30";s:10:"updated_at";s:19:"2024-08-11 14:41:30";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13265;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73766;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13265;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73766;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13265;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73766;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:13266;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/Y08i8UJ5cmMgLb8gxT0mvU7yTGldC2lxwoD4j3w8.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"321484";s:10:"created_at";s:19:"2024-08-11 14:41:38";s:10:"updated_at";s:19:"2024-08-11 14:41:38";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13266;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/Y08i8UJ5cmMgLb8gxT0mvU7yTGldC2lxwoD4j3w8.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"321484";s:10:"created_at";s:19:"2024-08-11 14:41:38";s:10:"updated_at";s:19:"2024-08-11 14:41:38";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13266;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73767;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13266;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73767;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13266;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73767;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:13267;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/NC0QaCMieSpQICgeYS83NMF5VR7qUwsc3x8sLMHb.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"297392";s:10:"created_at";s:19:"2024-08-11 14:41:38";s:10:"updated_at";s:19:"2024-08-11 14:41:38";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13267;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/NC0QaCMieSpQICgeYS83NMF5VR7qUwsc3x8sLMHb.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"297392";s:10:"created_at";s:19:"2024-08-11 14:41:38";s:10:"updated_at";s:19:"2024-08-11 14:41:38";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13267;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73768;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13267;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73768;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13267;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73768;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:13268;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/4u4P4XdPH9UkdJhJTOVEgtbsOKTymxqe4Lj2HBXL.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"304407";s:10:"created_at";s:19:"2024-08-11 14:41:45";s:10:"updated_at";s:19:"2024-08-11 14:41:45";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13268;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/4u4P4XdPH9UkdJhJTOVEgtbsOKTymxqe4Lj2HBXL.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"304407";s:10:"created_at";s:19:"2024-08-11 14:41:45";s:10:"updated_at";s:19:"2024-08-11 14:41:45";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13268;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73769;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13268;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73769;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13268;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73769;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:13269;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/vGDy9wbPHWpiKnmxcIC4qagYJPoJHHZFYn1Eod4x.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"297668";s:10:"created_at";s:19:"2024-08-11 14:41:46";s:10:"updated_at";s:19:"2024-08-11 14:41:46";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13269;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/vGDy9wbPHWpiKnmxcIC4qagYJPoJHHZFYn1Eod4x.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"297668";s:10:"created_at";s:19:"2024-08-11 14:41:46";s:10:"updated_at";s:19:"2024-08-11 14:41:46";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13269;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73770;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13269;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73770;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13269;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73770;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:6:{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:689;s:12:"tax_class_id";N;s:4:"slug";s:83:"magic-mesh®-instant-magnetic-screen-door-net-anti-mosquito-curtain-insect-mosquito";s:5:"price";s:7:"12.0000";s:13:"special_price";s:6:"9.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"9.0000";s:3:"sku";s:7:"J2P6H55";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8312;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-07-25 20:23:52";s:10:"updated_at";s:19:"2026-03-07 05:03:46";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:689;s:12:"tax_class_id";N;s:4:"slug";s:83:"magic-mesh®-instant-magnetic-screen-door-net-anti-mosquito-curtain-insect-mosquito";s:5:"price";s:7:"12.0000";s:13:"special_price";s:6:"9.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"9.0000";s:3:"sku";s:7:"J2P6H55";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8312;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-07-25 20:23:52";s:10:"updated_at";s:19:"2026-03-07 05:03:46";s:16:"pivot_product_id";i:1711;s:24:"pivot_related_product_id";i:689;}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:1711;s:18:"related_product_id";i:689;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1711;s:18:"related_product_id";i:689;}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:687;s:10:"product_id";i:689;s:6:"locale";s:2:"en";s:4:"name";s:83:"Magic Mesh® Instant Magnetic Screen Door Net Anti-mosquito Curtain Insect Mosquito";s:11:"description";s:460:"<p>Tired of pesky mosquitoes entering your home when you go out?Worry no more for Magic Mesh Instant Screen Door is here.</p>\r\n
    <p>Every time you go out, it instantly closes because of the magnets on the back.</p>\r\n
    <p>Anyone can come and go easily, even your pets, because it instantly closes at the back.</p>\r\n
    <p>It has eighteen magnets which snap instantly at every open.</p>\r\n
    <p>Keep fresh air in and bugs out with the Magic door.</p>\r\n
    <p>Size: 180x100cm</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:687;s:10:"product_id";i:689;s:6:"locale";s:2:"en";s:4:"name";s:83:"Magic Mesh® Instant Magnetic Screen Door Net Anti-mosquito Curtain Insect Mosquito";s:11:"description";s:460:"<p>Tired of pesky mosquitoes entering your home when you go out?Worry no more for Magic Mesh Instant Screen Door is here.</p>\r\n
    <p>Every time you go out, it instantly closes because of the magnets on the back.</p>\r\n
    <p>Anyone can come and go easily, even your pets, because it instantly closes at the back.</p>\r\n
    <p>It has eighteen magnets which snap instantly at every open.</p>\r\n
    <p>Keep fresh air in and bugs out with the Magic door.</p>\r\n
    <p>Size: 180x100cm</p>";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:1398;s:12:"tax_class_id";N;s:4:"slug";s:43:"anti-mosquito-repellent-bracelet-with-light";s:5:"price";s:6:"6.0000";s:13:"special_price";s:6:"4.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"4.0000";s:3:"sku";s:6:"K060L0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3745;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-07-21 14:35:22";s:10:"updated_at";s:19:"2026-03-06 22:49:48";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1398;s:12:"tax_class_id";N;s:4:"slug";s:43:"anti-mosquito-repellent-bracelet-with-light";s:5:"price";s:6:"6.0000";s:13:"special_price";s:6:"4.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"4.0000";s:3:"sku";s:6:"K060L0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3745;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-07-21 14:35:22";s:10:"updated_at";s:19:"2026-03-06 22:49:48";s:16:"pivot_product_id";i:1711;s:24:"pivot_related_product_id";i:1398;}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:1711;s:18:"related_product_id";i:1398;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1711;s:18:"related_product_id";i:1398;}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:1045;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:1396;s:10:"product_id";i:1398;s:6:"locale";s:2:"en";s:4:"name";s:43:"Anti-Mosquito Repellent Bracelet With Light";s:11:"description";s:1758:"<div>\r\n
    <h2 class="mt3 mb4 f4">About this item:</h2>\r\n
    </div>\r\n
    <section class="expand-collapse-section">\r\n
    <div class="w_B1 expand-collapse-content">\r\n
    <div class="ph3 pb4 pt1">\r\n
    <div class="nb3">\r\n
    <div class="mb3">\r\n
    <div class="dangerous-html mb3"><strong>Specification:</strong><br />Material: silicone<br />Product size: 22 x 1.9 cm<br />Style: cartoon</div>\r\n
    <div class="dangerous-html mb3">&nbsp;</div>\r\n
    <div class="dangerous-html mb3"><strong>Feature:</strong><br />1. It Is Made Of Safe, Non-Toxic TPU Material, Which Is Harmless To The Body.<br />2. Natural Extract, Anti-Mosquito Effect, No Side Effects, Safe For Your Children, Very Suitable For Outdoor Use.<br />3. Environmental Protection, Easy To Use, Adjustable Strap, Detachable Inner Tank, And Flashing Night Light Function, It Is A Perfect Gift For Children.<br />4. The Product Is Portable And Can Be Worn Indoors And Outdoors.<br />5. The Elderly, Children, Pregnant Women And Pets Can Wear It.</div>\r\n
    <div class="dangerous-html mb3">6. Fashionable and lightweight soft silicone with multiple holes, can be adjusted to fit the baby's wrist.</div>\r\n
    <div class="dangerous-html mb3">7. Add essential oils, no leakage, no overflow, lasting and effective mosquito repellent.</div>\r\n
    <div class="dangerous-html mb3">&nbsp;</div>\r\n
    <div class="dangerous-html mb3"><strong>Notes:</strong><br />1.Due to the difference between different monitors, the picture may not reflect the actual color of the item.<br />2.Please allow slight dimension difference due to different manual measurement. Thank you for your understanding.<br /><br /><strong>Package Including:</strong><br />1 x Mosquito repellent bracelet</div>\r\n
    <div class="dangerous-html mb3">&nbsp;</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </section>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1396;s:10:"product_id";i:1398;s:6:"locale";s:2:"en";s:4:"name";s:43:"Anti-Mosquito Repellent Bracelet With Light";s:11:"description";s:1758:"<div>\r\n
    <h2 class="mt3 mb4 f4">About this item:</h2>\r\n
    </div>\r\n
    <section class="expand-collapse-section">\r\n
    <div class="w_B1 expand-collapse-content">\r\n
    <div class="ph3 pb4 pt1">\r\n
    <div class="nb3">\r\n
    <div class="mb3">\r\n
    <div class="dangerous-html mb3"><strong>Specification:</strong><br />Material: silicone<br />Product size: 22 x 1.9 cm<br />Style: cartoon</div>\r\n
    <div class="dangerous-html mb3">&nbsp;</div>\r\n
    <div class="dangerous-html mb3"><strong>Feature:</strong><br />1. It Is Made Of Safe, Non-Toxic TPU Material, Which Is Harmless To The Body.<br />2. Natural Extract, Anti-Mosquito Effect, No Side Effects, Safe For Your Children, Very Suitable For Outdoor Use.<br />3. Environmental Protection, Easy To Use, Adjustable Strap, Detachable Inner Tank, And Flashing Night Light Function, It Is A Perfect Gift For Children.<br />4. The Product Is Portable And Can Be Worn Indoors And Outdoors.<br />5. The Elderly, Children, Pregnant Women And Pets Can Wear It.</div>\r\n
    <div class="dangerous-html mb3">6. Fashionable and lightweight soft silicone with multiple holes, can be adjusted to fit the baby's wrist.</div>\r\n
    <div class="dangerous-html mb3">7. Add essential oils, no leakage, no overflow, lasting and effective mosquito repellent.</div>\r\n
    <div class="dangerous-html mb3">&nbsp;</div>\r\n
    <div class="dangerous-html mb3"><strong>Notes:</strong><br />1.Due to the difference between different monitors, the picture may not reflect the actual color of the item.<br />2.Please allow slight dimension difference due to different manual measurement. Thank you for your understanding.<br /><br /><strong>Package Including:</strong><br />1 x Mosquito repellent bracelet</div>\r\n
    <div class="dangerous-html mb3">&nbsp;</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </section>";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:1570;s:12:"tax_class_id";N;s:4:"slug";s:120:"gecko-2-in-1-rechargeable-mosquito-insect-killer-machine-bat-fly-swatter-electric-racquet-killer-for-home-with-led-torch";s:5:"price";s:7:"20.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2002;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-04-19 19:56:26";s:10:"updated_at";s:19:"2026-03-06 14:53:35";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1570;s:12:"tax_class_id";N;s:4:"slug";s:120:"gecko-2-in-1-rechargeable-mosquito-insect-killer-machine-bat-fly-swatter-electric-racquet-killer-for-home-with-led-torch";s:5:"price";s:7:"20.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2002;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-04-19 19:56:26";s:10:"updated_at";s:19:"2026-03-06 14:53:35";s:16:"pivot_product_id";i:1711;s:24:"pivot_related_product_id";i:1570;}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:1711;s:18:"related_product_id";i:1570;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1711;s:18:"related_product_id";i:1570;}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:1045;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:1568;s:10:"product_id";i:1570;s:6:"locale";s:2:"en";s:4:"name";s:121:"Gecko 2 in 1 Rechargeable Mosquito Insect Killer Machine bat/Fly Swatter Electric Racquet Killer for Home, with LED Torch";s:11:"description";s:790:"<h1 class="a-size-base-plus a-text-bold">About this item</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">PACK CONTAINS: 1 Mosquito electric Killer Machine rechargeable</span></li>\r\n
    <li><span class="a-list-item">ISO CERTIFIED RECHARGEABLE MOSQUITO REPELANT RACQUET</span></li>\r\n
    <li><span class="a-list-item">BIGGER AND BRIGHTER LED ATTRACTS MORE FLIES AND MOSQUITOES</span></li>\r\n
    <li><span class="a-list-item">STRONGEST AND DURABLE- MADE FROM ABS PLASTIC 1/2 HOURS CHARGE TIME 8 HOURS STANDBUY BATTERY LIFE WITH A 400mAh POWERFULL LITHIUM ION BATTERY</span></li>\r\n
    <li><span class="a-list-item">PROTECTIVE MESH FOR YOUR SAFETY WITH A 220V MEGA A/C OUTPUT ONE SWAT - RECHARGEABLE FLY SWATTER BAT KILLS MOSQUITOES IN JUST ONE SWAT</span></li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1568;s:10:"product_id";i:1570;s:6:"locale";s:2:"en";s:4:"name";s:121:"Gecko 2 in 1 Rechargeable Mosquito Insect Killer Machine bat/Fly Swatter Electric Racquet Killer for Home, with LED Torch";s:11:"description";s:790:"<h1 class="a-size-base-plus a-text-bold">About this item</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">PACK CONTAINS: 1 Mosquito electric Killer Machine rechargeable</span></li>\r\n
    <li><span class="a-list-item">ISO CERTIFIED RECHARGEABLE MOSQUITO REPELANT RACQUET</span></li>\r\n
    <li><span class="a-list-item">BIGGER AND BRIGHTER LED ATTRACTS MORE FLIES AND MOSQUITOES</span></li>\r\n
    <li><span class="a-list-item">STRONGEST AND DURABLE- MADE FROM ABS PLASTIC 1/2 HOURS CHARGE TIME 8 HOURS STANDBUY BATTERY LIFE WITH A 400mAh POWERFULL LITHIUM ION BATTERY</span></li>\r\n
    <li><span class="a-list-item">PROTECTIVE MESH FOR YOUR SAFETY WITH A 220V MEGA A/C OUTPUT ONE SWAT - RECHARGEABLE FLY SWATTER BAT KILLS MOSQUITOES IN JUST ONE SWAT</span></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:3;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:1575;s:12:"tax_class_id";N;s:4:"slug";s:81:"4-in-1-killer-mosquito-foldable-electric-knife-wall-mounted-handheld-rechargeable";s:5:"price";s:7:"20.0000";s:13:"special_price";s:7:"11.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"11.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:4289;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-04-30 20:55:54";s:10:"updated_at";s:19:"2026-03-06 16:20:01";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1575;s:12:"tax_class_id";N;s:4:"slug";s:81:"4-in-1-killer-mosquito-foldable-electric-knife-wall-mounted-handheld-rechargeable";s:5:"price";s:7:"20.0000";s:13:"special_price";s:7:"11.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"11.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:4289;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-04-30 20:55:54";s:10:"updated_at";s:19:"2026-03-06 16:20:01";s:16:"pivot_product_id";i:1711;s:24:"pivot_related_product_id";i:1575;}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:1711;s:18:"related_product_id";i:1575;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1711;s:18:"related_product_id";i:1575;}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:1045;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:1573;s:10:"product_id";i:1575;s:6:"locale";s:2:"en";s:4:"name";s:81:"4 in 1 Killer Mosquito Foldable Electric Knife Wall Mounted Handheld Rechargeable";s:11:"description";s:425:"<p><strong>Product Details:</strong></p>\r\n
    <p>Charging time: 3 hours<br />Mesh Material: Inner aluminum mesh, outer nickel-zinc iron mesh Outer packaging<br />process: PP<br />Whether scalable: scalable<br />Rotation angle: 0-180&deg;<br />Light source type: UV lamp tube<br />Battery Capacity: 501MAh (inclusive) -800MAh<br />Mosquitoes attract and expel Method: Light Mosquito wave attract electric shock kill mosquitoes</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1573;s:10:"product_id";i:1575;s:6:"locale";s:2:"en";s:4:"name";s:81:"4 in 1 Killer Mosquito Foldable Electric Knife Wall Mounted Handheld Rechargeable";s:11:"description";s:425:"<p><strong>Product Details:</strong></p>\r\n
    <p>Charging time: 3 hours<br />Mesh Material: Inner aluminum mesh, outer nickel-zinc iron mesh Outer packaging<br />process: PP<br />Whether scalable: scalable<br />Rotation angle: 0-180&deg;<br />Light source type: UV lamp tube<br />Battery Capacity: 501MAh (inclusive) -800MAh<br />Mosquitoes attract and expel Method: Light Mosquito wave attract electric shock kill mosquitoes</p>";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:4;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:1583;s:12:"tax_class_id";N;s:4:"slug";s:38:"screentastic-pro-magnetic-mosquito-net";s:5:"price";s:7:"15.0000";s:13:"special_price";s:6:"7.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"7.0000";s:3:"sku";s:7:"A3B7L0H";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3427;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-05-20 13:10:58";s:10:"updated_at";s:19:"2026-03-06 22:07:25";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1583;s:12:"tax_class_id";N;s:4:"slug";s:38:"screentastic-pro-magnetic-mosquito-net";s:5:"price";s:7:"15.0000";s:13:"special_price";s:6:"7.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"7.0000";s:3:"sku";s:7:"A3B7L0H";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3427;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-05-20 13:10:58";s:10:"updated_at";s:19:"2026-03-06 22:07:25";s:16:"pivot_product_id";i:1711;s:24:"pivot_related_product_id";i:1583;}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:1711;s:18:"related_product_id";i:1583;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1711;s:18:"related_product_id";i:1583;}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:1045;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:1581;s:10:"product_id";i:1583;s:6:"locale";s:2:"en";s:4:"name";s:61:"Screentastic Pro Magnetic Mosquito Net for window 1.5m x 1.8m";s:11:"description";s:1904:"<h1 class="a-size-base-plus a-text-bold">About this item</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li class="a-spacing-small"><span class="a-list-item">NEW HIGH QUALITY DESIGN WINDOW SCREEN - With new design and high quality fire-retarded fiberglass mesh, fireproof, chemical corrosion resistance, good shape, tear-resistant design.</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">EFFECTIVE WINDOW SCREEN - Keep bugs 、cats 、dogs off, let fresh air in. Suitable for most window types, Aluminum window frame, wrought iron grills, sliding window, casement window, louvre bathroom/toilet window and even grilled gates and balcony.</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">EASY TO MAINTAIN - Screen replacable and washable. For day to day use, just wipe with wet cloth or vacuum to remove any dust. For spring cleaning, just remove the window mesh from the window and give it a good rinsing before installing it back onto the window to air dry!</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">FITS ALL WINDOW SIZES UP TO 150x180 CM - If your window frame measures 150x180 CM or less , then this adjustable magnetic window screen will be the perfect fit! Measure your window before ordering to be sure our screen will fit.</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">INSTANT INSTALLATION- Install it in 15 minutes. Package includes: one piece of high quality fire-retarded fiberglass mesh, one roll of magnet tape, one roll of grooved magnetic strip, one roll of plastic strip, one bag of accessories and an instruction manual. 12 Months Warranty , enjoy a purchase completely risk free. No extra maintenance needed. This is a good one-time affordable investment.</span></li>\r\n
    <li class="a-spacing-small">package: 1 Screen 150 x 180 cm / 2 Magnet rolls 1 x 145 cm / Instruction Manual.</li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1581;s:10:"product_id";i:1583;s:6:"locale";s:2:"en";s:4:"name";s:61:"Screentastic Pro Magnetic Mosquito Net for window 1.5m x 1.8m";s:11:"description";s:1904:"<h1 class="a-size-base-plus a-text-bold">About this item</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li class="a-spacing-small"><span class="a-list-item">NEW HIGH QUALITY DESIGN WINDOW SCREEN - With new design and high quality fire-retarded fiberglass mesh, fireproof, chemical corrosion resistance, good shape, tear-resistant design.</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">EFFECTIVE WINDOW SCREEN - Keep bugs 、cats 、dogs off, let fresh air in. Suitable for most window types, Aluminum window frame, wrought iron grills, sliding window, casement window, louvre bathroom/toilet window and even grilled gates and balcony.</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">EASY TO MAINTAIN - Screen replacable and washable. For day to day use, just wipe with wet cloth or vacuum to remove any dust. For spring cleaning, just remove the window mesh from the window and give it a good rinsing before installing it back onto the window to air dry!</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">FITS ALL WINDOW SIZES UP TO 150x180 CM - If your window frame measures 150x180 CM or less , then this adjustable magnetic window screen will be the perfect fit! Measure your window before ordering to be sure our screen will fit.</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">INSTANT INSTALLATION- Install it in 15 minutes. Package includes: one piece of high quality fire-retarded fiberglass mesh, one roll of magnet tape, one roll of grooved magnetic strip, one roll of plastic strip, one bag of accessories and an instruction manual. 12 Months Warranty , enjoy a purchase completely risk free. No extra maintenance needed. This is a good one-time affordable investment.</span></li>\r\n
    <li class="a-spacing-small">package: 1 Screen 150 x 180 cm / 2 Magnet rolls 1 x 145 cm / Instruction Manual.</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:5;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:1694;s:12:"tax_class_id";N;s:4:"slug";s:69:"led-mosquito-killer-lamp-usb-electric-mosquito-repeller-mosquito-trap";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1419;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:"2024-05-24 21:15:39";s:10:"updated_at";s:19:"2026-03-07 00:55:41";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1694;s:12:"tax_class_id";N;s:4:"slug";s:69:"led-mosquito-killer-lamp-usb-electric-mosquito-repeller-mosquito-trap";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1419;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:"2024-05-24 21:15:39";s:10:"updated_at";s:19:"2026-03-07 00:55:41";s:16:"pivot_product_id";i:1711;s:24:"pivot_related_product_id";i:1694;}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:1711;s:18:"related_product_id";i:1694;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1711;s:18:"related_product_id";i:1694;}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:1045;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:1692;s:10:"product_id";i:1694;s:6:"locale";s:2:"en";s:4:"name";s:69:"Led Mosquito Killer Lamp USB Electric Mosquito Repeller Mosquito Trap";s:11:"description";s:1766:"<h3>Description :&nbsp;</h3>\r\n
    <p>Product power supply: USB</p>\r\n
    <p>Size: 10X10X17.5CM</p>\r\n
    <p>Weight: 230G</p>\r\n
    <p>White colour</p>\r\n
    <p>Rated power: 5W</p>\r\n
    <p><strong>Not&nbsp;Rechargeable&nbsp;&nbsp;</strong></p>\r\n
    <p><strong>Specifications:</strong></p>\r\n
    <p>1.[GREAT FOR KIDS AND PETS]-Our Electronic Mosquito Trapper is 100% safe for humans and pets as it contains no chemicals, emits no radiation and is completely non-toxic .&nbsp;Unlike other similar products, you won't have to worry about strange smells or noise, and your kids will have a much healthier environment.&nbsp;This amazing device is completely safe for the whole family!</p>\r\n
    <p>2.[USER FRIENDLY]-This handy mosquito trap is extremely easy for everyone to use.&nbsp;It can be connected to any device with a USB port or a regular adapter (not included)</p>\r\n
    <p>3.[EASY TO CLEAN]- Say goodbye to unhygienic devices that can never be cleaned properly!&nbsp;This state-of-the-art bug zapper comes with a loop design that easily removes for regular cleaning and washing.</p>\r\n
    <p>4.[PORTABLE TO CARRY]-This mosquito zapper comes in a handy design, the small size allows you to carry it anywhere you need!&nbsp;Its compact shape and 20-40m range of use are excellent in terms of transportability options!</p>\r\n
    <p>5.[Low Decibel Operation]-Do not disturb sleep.&nbsp;Circulating sealed air duct.&nbsp;Inhalation of strong winds to kill mosquitoes</p>\r\n
    <p>360&deg; mosquito trap.&nbsp;Catch mosquitoes by mimicking human body temperature Body temperature</p>\r\n
    <p data-spm-anchor-id="a2g0o.detail.1000023.i2.5fb47e79bBoENh">Four mosquito trap lamp beads.&nbsp;Removable Mosquito Repellent Storage Box</p>\r\n
    <p data-spm-anchor-id="a2g0o.detail.1000023.i2.5fb47e79bBoENh">Product size : 10 x 17H cm&nbsp;</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1692;s:10:"product_id";i:1694;s:6:"locale";s:2:"en";s:4:"name";s:69:"Led Mosquito Killer Lamp USB Electric Mosquito Repeller Mosquito Trap";s:11:"description";s:1766:"<h3>Description :&nbsp;</h3>\r\n
    <p>Product power supply: USB</p>\r\n
    <p>Size: 10X10X17.5CM</p>\r\n
    <p>Weight: 230G</p>\r\n
    <p>White colour</p>\r\n
    <p>Rated power: 5W</p>\r\n
    <p><strong>Not&nbsp;Rechargeable&nbsp;&nbsp;</strong></p>\r\n
    <p><strong>Specifications:</strong></p>\r\n
    <p>1.[GREAT FOR KIDS AND PETS]-Our Electronic Mosquito Trapper is 100% safe for humans and pets as it contains no chemicals, emits no radiation and is completely non-toxic .&nbsp;Unlike other similar products, you won't have to worry about strange smells or noise, and your kids will have a much healthier environment.&nbsp;This amazing device is completely safe for the whole family!</p>\r\n
    <p>2.[USER FRIENDLY]-This handy mosquito trap is extremely easy for everyone to use.&nbsp;It can be connected to any device with a USB port or a regular adapter (not included)</p>\r\n
    <p>3.[EASY TO CLEAN]- Say goodbye to unhygienic devices that can never be cleaned properly!&nbsp;This state-of-the-art bug zapper comes with a loop design that easily removes for regular cleaning and washing.</p>\r\n
    <p>4.[PORTABLE TO CARRY]-This mosquito zapper comes in a handy design, the small size allows you to carry it anywhere you need!&nbsp;Its compact shape and 20-40m range of use are excellent in terms of transportability options!</p>\r\n
    <p>5.[Low Decibel Operation]-Do not disturb sleep.&nbsp;Circulating sealed air duct.&nbsp;Inhalation of strong winds to kill mosquitoes</p>\r\n
    <p>360&deg; mosquito trap.&nbsp;Catch mosquitoes by mimicking human body temperature Body temperature</p>\r\n
    <p data-spm-anchor-id="a2g0o.detail.1000023.i2.5fb47e79bBoENh">Four mosquito trap lamp beads.&nbsp;Removable Mosquito Repellent Storage Box</p>\r\n
    <p data-spm-anchor-id="a2g0o.detail.1000023.i2.5fb47e79bBoENh">Product size : 10 x 17H cm&nbsp;</p>";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:1709;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:1711;s:10:"created_at";s:19:"2024-08-11 13:58:33";s:10:"updated_at";s:19:"2024-08-11 13:58:33";s:13:"meta_keywords";a:10:{i:0;s:6:"Insect";i:1;s:3:"bat";i:2;s:8:"Mosquito";i:3;s:6:"Killer";i:4;s:4:"lamp";i:5;s:8:"Electric";i:6;s:4:"wall";i:7;s:5:"light";i:8;s:3:"usb";i:9;s:2:"uv";}}s:11:"\x00*\x00original";a:5:{s:2:"id";i:1709;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:1711;s:10:"created_at";s:19:"2024-08-11 13:58:33";s:10:"updated_at";s:19:"2024-08-11 13:58:33";}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:1711;s:12:"meta_data_id";i:1709;s:6:"locale";s:2:"en";s:10:"meta_title";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";s:13:"meta_keywords";s:80:"["Insect","bat","Mosquito","Killer","lamp","Electric","wall","light","usb","uv"]";s:16:"meta_description";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1711;s:12:"meta_data_id";i:1709;s:6:"locale";s:2:"en";s:10:"meta_title";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";s:13:"meta_keywords";s:80:"["Insect","bat","Mosquito","Killer","lamp","Electric","wall","light","usb","uv"]";s:16:"meta_description";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";}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:101:"https://black-lb.com/products/insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb";}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/7jkWZWqNWHInvC3xyNidXLgM5ZO3RySqGPKOaz3d"
    
  2. """
    a:5:{s:6:"_token";s:40:"MqXuMZYHmUBrKdyJY8wzjvgfoaSDuTkRczYDNIOg";s:6:"locale";s:2:"en";s:67:"7jkWZWqNWHInvC3xyNidXLgM5ZO3RySqGPKOaz3d_recently_viewed_cart_items";O:32:"Darryldecode\Cart\CartCollection":1:{s:8:"\x00*\x00items";a:1:{i:1711;O:32:"Darryldecode\Cart\ItemCollection":2:{s:9:"\x00*\x00config";N;s:8:"\x00*\x00items";a:6:{s:2:"id";i:1711;s:4:"name";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";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:1711;s:12:"tax_class_id";N;s:4:"slug";s:71:"insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb";s:5:"price";s:7:"15.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";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2072;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:"2024-08-11 13:58:33";s:10:"updated_at";s:19:"2026-03-06 15:52:41";}s:11:"\x00*\x00original";a:20:{s:2:"id";i:1711;s:12:"tax_class_id";N;s:4:"slug";s:71:"insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb";s:5:"price";s:7:"15.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";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2072;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:"2024-08-11 13:58:33";s:10:"updated_at";s:19:"2026-03-06 15:52:41";}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:1709;s:10:"product_id";i:1711;s:6:"locale";s:2:"en";s:4:"name";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";s:11:"description";s:1469:"<p>USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, Wall-mountable</p>\r\n
    <p>Features:</p>\r\n
    <p>Multi-dimensional three-dimensional trapping technology can effectively exclude annoying mozzie</p>\r\n
    <p>Easy-to-understand new life, no matter work, study and life, defend your health</p>\r\n
    <p>Mosquito attract is accurate, light bead light wave is used to attract mozzie, and concentrated light bead is used to attract mozzie, releasing the 395NM wavelength preferred by mozzie and housefly</p>\r\n
    <p>Strong electric shock The safe killing power is as strong as 2000V, and the mosquito killing effect is significantly improved</p>\r\n
    <p>Three-layer mesh security protection: the front and back tier of insulation protection check guard against misleading the security of electric shock. It is safer to use the security protection check with the upper and lower tier of mesh being the same negative electrode. The human body will not contactthe working check with the positive electrode in the middle. The low electric charge security voltage is within the range of human bodysecurity.</p>\r\n
    <p>Product Description:</p>\r\n
    <p>Product Name: USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, wall-mountable</p>\r\n
    <p>Net weight:386g</p>\r\n
    <p>Gross weight: 565g</p>\r\n
    <p>Product size: 26<em>4</em>23cm</p>\r\n
    <p>Product packaging: 30.7<em>5.8</em>21.4cm</p>\r\n
    <p>Package Content:</p>\r\n
    <p>1x mosquito control lamp</p>\r\n
    <p>1x line 1x cleaning brush</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1709;s:10:"product_id";i:1711;s:6:"locale";s:2:"en";s:4:"name";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";s:11:"description";s:1469:"<p>USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, Wall-mountable</p>\r\n
    <p>Features:</p>\r\n
    <p>Multi-dimensional three-dimensional trapping technology can effectively exclude annoying mozzie</p>\r\n
    <p>Easy-to-understand new life, no matter work, study and life, defend your health</p>\r\n
    <p>Mosquito attract is accurate, light bead light wave is used to attract mozzie, and concentrated light bead is used to attract mozzie, releasing the 395NM wavelength preferred by mozzie and housefly</p>\r\n
    <p>Strong electric shock The safe killing power is as strong as 2000V, and the mosquito killing effect is significantly improved</p>\r\n
    <p>Three-layer mesh security protection: the front and back tier of insulation protection check guard against misleading the security of electric shock. It is safer to use the security protection check with the upper and lower tier of mesh being the same negative electrode. The human body will not contactthe working check with the positive electrode in the middle. The low electric charge security voltage is within the range of human bodysecurity.</p>\r\n
    <p>Product Description:</p>\r\n
    <p>Product Name: USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, wall-mountable</p>\r\n
    <p>Net weight:386g</p>\r\n
    <p>Gross weight: 565g</p>\r\n
    <p>Product size: 26<em>4</em>23cm</p>\r\n
    <p>Product packaging: 30.7<em>5.8</em>21.4cm</p>\r\n
    <p>Package Content:</p>\r\n
    <p>1x mosquito control lamp</p>\r\n
    <p>1x line 1x cleaning brush</p>";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:7:{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:13263;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/9dbsiqoz5PjE5HMVxDBqm7zmcdrcUw2tA8VzoMfe.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"211437";s:10:"created_at";s:19:"2024-08-11 14:40:49";s:10:"updated_at";s:19:"2024-08-11 14:40:49";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13263;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/9dbsiqoz5PjE5HMVxDBqm7zmcdrcUw2tA8VzoMfe.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"211437";s:10:"created_at";s:19:"2024-08-11 14:40:49";s:10:"updated_at";s:19:"2024-08-11 14:40:49";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13263;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73764;s:10:"pivot_zone";s:10:"base_image";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13263;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73764;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13263;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73764;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:13264;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/oIJIAXF2skU8PParFTPtssN3k5MlntKuoBf3qY9G.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"289695";s:10:"created_at";s:19:"2024-08-11 14:41:29";s:10:"updated_at";s:19:"2024-08-11 14:41:29";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13264;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/oIJIAXF2skU8PParFTPtssN3k5MlntKuoBf3qY9G.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"289695";s:10:"created_at";s:19:"2024-08-11 14:41:29";s:10:"updated_at";s:19:"2024-08-11 14:41:29";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13264;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73765;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13264;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73765;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13264;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73765;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:13265;s:7:"user_id";i:674;s:8:"filename";s:5:"3.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/yIXNiqfLbKnFkbJttu2u3C7ElO2k0IaHusx40vLn.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"337299";s:10:"created_at";s:19:"2024-08-11 14:41:30";s:10:"updated_at";s:19:"2024-08-11 14:41:30";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13265;s:7:"user_id";i:674;s:8:"filename";s:5:"3.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/yIXNiqfLbKnFkbJttu2u3C7ElO2k0IaHusx40vLn.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"337299";s:10:"created_at";s:19:"2024-08-11 14:41:30";s:10:"updated_at";s:19:"2024-08-11 14:41:30";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13265;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73766;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13265;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73766;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13265;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73766;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:13266;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/Y08i8UJ5cmMgLb8gxT0mvU7yTGldC2lxwoD4j3w8.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"321484";s:10:"created_at";s:19:"2024-08-11 14:41:38";s:10:"updated_at";s:19:"2024-08-11 14:41:38";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13266;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/Y08i8UJ5cmMgLb8gxT0mvU7yTGldC2lxwoD4j3w8.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"321484";s:10:"created_at";s:19:"2024-08-11 14:41:38";s:10:"updated_at";s:19:"2024-08-11 14:41:38";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13266;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73767;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13266;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73767;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13266;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73767;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:13267;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/NC0QaCMieSpQICgeYS83NMF5VR7qUwsc3x8sLMHb.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"297392";s:10:"created_at";s:19:"2024-08-11 14:41:38";s:10:"updated_at";s:19:"2024-08-11 14:41:38";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13267;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/NC0QaCMieSpQICgeYS83NMF5VR7qUwsc3x8sLMHb.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"297392";s:10:"created_at";s:19:"2024-08-11 14:41:38";s:10:"updated_at";s:19:"2024-08-11 14:41:38";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13267;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73768;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13267;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73768;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13267;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73768;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:13268;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/4u4P4XdPH9UkdJhJTOVEgtbsOKTymxqe4Lj2HBXL.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"304407";s:10:"created_at";s:19:"2024-08-11 14:41:45";s:10:"updated_at";s:19:"2024-08-11 14:41:45";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13268;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/4u4P4XdPH9UkdJhJTOVEgtbsOKTymxqe4Lj2HBXL.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"304407";s:10:"created_at";s:19:"2024-08-11 14:41:45";s:10:"updated_at";s:19:"2024-08-11 14:41:45";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13268;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73769;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13268;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73769;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13268;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73769;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:13269;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/vGDy9wbPHWpiKnmxcIC4qagYJPoJHHZFYn1Eod4x.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"297668";s:10:"created_at";s:19:"2024-08-11 14:41:46";s:10:"updated_at";s:19:"2024-08-11 14:41:46";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13269;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/vGDy9wbPHWpiKnmxcIC4qagYJPoJHHZFYn1Eod4x.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"297668";s:10:"created_at";s:19:"2024-08-11 14:41:46";s:10:"updated_at";s:19:"2024-08-11 14:41:46";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13269;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73770;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13269;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73770;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13269;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73770;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:6:{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:689;s:12:"tax_class_id";N;s:4:"slug";s:83:"magic-mesh®-instant-magnetic-screen-door-net-anti-mosquito-curtain-insect-mosquito";s:5:"price";s:7:"12.0000";s:13:"special_price";s:6:"9.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"9.0000";s:3:"sku";s:7:"J2P6H55";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8312;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-07-25 20:23:52";s:10:"updated_at";s:19:"2026-03-07 05:03:46";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:689;s:12:"tax_class_id";N;s:4:"slug";s:83:"magic-mesh®-instant-magnetic-screen-door-net-anti-mosquito-curtain-insect-mosquito";s:5:"price";s:7:"12.0000";s:13:"special_price";s:6:"9.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"9.0000";s:3:"sku";s:7:"J2P6H55";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8312;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-07-25 20:23:52";s:10:"updated_at";s:19:"2026-03-07 05:03:46";s:16:"pivot_product_id";i:1711;s:24:"pivot_related_product_id";i:689;}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:1711;s:18:"related_product_id";i:689;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1711;s:18:"related_product_id";i:689;}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:687;s:10:"product_id";i:689;s:6:"locale";s:2:"en";s:4:"name";s:83:"Magic Mesh® Instant Magnetic Screen Door Net Anti-mosquito Curtain Insect Mosquito";s:11:"description";s:460:"<p>Tired of pesky mosquitoes entering your home when you go out?Worry no more for Magic Mesh Instant Screen Door is here.</p>\r\n
    <p>Every time you go out, it instantly closes because of the magnets on the back.</p>\r\n
    <p>Anyone can come and go easily, even your pets, because it instantly closes at the back.</p>\r\n
    <p>It has eighteen magnets which snap instantly at every open.</p>\r\n
    <p>Keep fresh air in and bugs out with the Magic door.</p>\r\n
    <p>Size: 180x100cm</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:687;s:10:"product_id";i:689;s:6:"locale";s:2:"en";s:4:"name";s:83:"Magic Mesh® Instant Magnetic Screen Door Net Anti-mosquito Curtain Insect Mosquito";s:11:"description";s:460:"<p>Tired of pesky mosquitoes entering your home when you go out?Worry no more for Magic Mesh Instant Screen Door is here.</p>\r\n
    <p>Every time you go out, it instantly closes because of the magnets on the back.</p>\r\n
    <p>Anyone can come and go easily, even your pets, because it instantly closes at the back.</p>\r\n
    <p>It has eighteen magnets which snap instantly at every open.</p>\r\n
    <p>Keep fresh air in and bugs out with the Magic door.</p>\r\n
    <p>Size: 180x100cm</p>";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:1398;s:12:"tax_class_id";N;s:4:"slug";s:43:"anti-mosquito-repellent-bracelet-with-light";s:5:"price";s:6:"6.0000";s:13:"special_price";s:6:"4.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"4.0000";s:3:"sku";s:6:"K060L0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3745;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-07-21 14:35:22";s:10:"updated_at";s:19:"2026-03-06 22:49:48";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1398;s:12:"tax_class_id";N;s:4:"slug";s:43:"anti-mosquito-repellent-bracelet-with-light";s:5:"price";s:6:"6.0000";s:13:"special_price";s:6:"4.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"4.0000";s:3:"sku";s:6:"K060L0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3745;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-07-21 14:35:22";s:10:"updated_at";s:19:"2026-03-06 22:49:48";s:16:"pivot_product_id";i:1711;s:24:"pivot_related_product_id";i:1398;}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:1711;s:18:"related_product_id";i:1398;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1711;s:18:"related_product_id";i:1398;}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:1045;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:1396;s:10:"product_id";i:1398;s:6:"locale";s:2:"en";s:4:"name";s:43:"Anti-Mosquito Repellent Bracelet With Light";s:11:"description";s:1758:"<div>\r\n
    <h2 class="mt3 mb4 f4">About this item:</h2>\r\n
    </div>\r\n
    <section class="expand-collapse-section">\r\n
    <div class="w_B1 expand-collapse-content">\r\n
    <div class="ph3 pb4 pt1">\r\n
    <div class="nb3">\r\n
    <div class="mb3">\r\n
    <div class="dangerous-html mb3"><strong>Specification:</strong><br />Material: silicone<br />Product size: 22 x 1.9 cm<br />Style: cartoon</div>\r\n
    <div class="dangerous-html mb3">&nbsp;</div>\r\n
    <div class="dangerous-html mb3"><strong>Feature:</strong><br />1. It Is Made Of Safe, Non-Toxic TPU Material, Which Is Harmless To The Body.<br />2. Natural Extract, Anti-Mosquito Effect, No Side Effects, Safe For Your Children, Very Suitable For Outdoor Use.<br />3. Environmental Protection, Easy To Use, Adjustable Strap, Detachable Inner Tank, And Flashing Night Light Function, It Is A Perfect Gift For Children.<br />4. The Product Is Portable And Can Be Worn Indoors And Outdoors.<br />5. The Elderly, Children, Pregnant Women And Pets Can Wear It.</div>\r\n
    <div class="dangerous-html mb3">6. Fashionable and lightweight soft silicone with multiple holes, can be adjusted to fit the baby's wrist.</div>\r\n
    <div class="dangerous-html mb3">7. Add essential oils, no leakage, no overflow, lasting and effective mosquito repellent.</div>\r\n
    <div class="dangerous-html mb3">&nbsp;</div>\r\n
    <div class="dangerous-html mb3"><strong>Notes:</strong><br />1.Due to the difference between different monitors, the picture may not reflect the actual color of the item.<br />2.Please allow slight dimension difference due to different manual measurement. Thank you for your understanding.<br /><br /><strong>Package Including:</strong><br />1 x Mosquito repellent bracelet</div>\r\n
    <div class="dangerous-html mb3">&nbsp;</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </section>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1396;s:10:"product_id";i:1398;s:6:"locale";s:2:"en";s:4:"name";s:43:"Anti-Mosquito Repellent Bracelet With Light";s:11:"description";s:1758:"<div>\r\n
    <h2 class="mt3 mb4 f4">About this item:</h2>\r\n
    </div>\r\n
    <section class="expand-collapse-section">\r\n
    <div class="w_B1 expand-collapse-content">\r\n
    <div class="ph3 pb4 pt1">\r\n
    <div class="nb3">\r\n
    <div class="mb3">\r\n
    <div class="dangerous-html mb3"><strong>Specification:</strong><br />Material: silicone<br />Product size: 22 x 1.9 cm<br />Style: cartoon</div>\r\n
    <div class="dangerous-html mb3">&nbsp;</div>\r\n
    <div class="dangerous-html mb3"><strong>Feature:</strong><br />1. It Is Made Of Safe, Non-Toxic TPU Material, Which Is Harmless To The Body.<br />2. Natural Extract, Anti-Mosquito Effect, No Side Effects, Safe For Your Children, Very Suitable For Outdoor Use.<br />3. Environmental Protection, Easy To Use, Adjustable Strap, Detachable Inner Tank, And Flashing Night Light Function, It Is A Perfect Gift For Children.<br />4. The Product Is Portable And Can Be Worn Indoors And Outdoors.<br />5. The Elderly, Children, Pregnant Women And Pets Can Wear It.</div>\r\n
    <div class="dangerous-html mb3">6. Fashionable and lightweight soft silicone with multiple holes, can be adjusted to fit the baby's wrist.</div>\r\n
    <div class="dangerous-html mb3">7. Add essential oils, no leakage, no overflow, lasting and effective mosquito repellent.</div>\r\n
    <div class="dangerous-html mb3">&nbsp;</div>\r\n
    <div class="dangerous-html mb3"><strong>Notes:</strong><br />1.Due to the difference between different monitors, the picture may not reflect the actual color of the item.<br />2.Please allow slight dimension difference due to different manual measurement. Thank you for your understanding.<br /><br /><strong>Package Including:</strong><br />1 x Mosquito repellent bracelet</div>\r\n
    <div class="dangerous-html mb3">&nbsp;</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </section>";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:1570;s:12:"tax_class_id";N;s:4:"slug";s:120:"gecko-2-in-1-rechargeable-mosquito-insect-killer-machine-bat-fly-swatter-electric-racquet-killer-for-home-with-led-torch";s:5:"price";s:7:"20.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2002;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-04-19 19:56:26";s:10:"updated_at";s:19:"2026-03-06 14:53:35";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1570;s:12:"tax_class_id";N;s:4:"slug";s:120:"gecko-2-in-1-rechargeable-mosquito-insect-killer-machine-bat-fly-swatter-electric-racquet-killer-for-home-with-led-torch";s:5:"price";s:7:"20.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2002;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-04-19 19:56:26";s:10:"updated_at";s:19:"2026-03-06 14:53:35";s:16:"pivot_product_id";i:1711;s:24:"pivot_related_product_id";i:1570;}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:1711;s:18:"related_product_id";i:1570;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1711;s:18:"related_product_id";i:1570;}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:1045;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:1568;s:10:"product_id";i:1570;s:6:"locale";s:2:"en";s:4:"name";s:121:"Gecko 2 in 1 Rechargeable Mosquito Insect Killer Machine bat/Fly Swatter Electric Racquet Killer for Home, with LED Torch";s:11:"description";s:790:"<h1 class="a-size-base-plus a-text-bold">About this item</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">PACK CONTAINS: 1 Mosquito electric Killer Machine rechargeable</span></li>\r\n
    <li><span class="a-list-item">ISO CERTIFIED RECHARGEABLE MOSQUITO REPELANT RACQUET</span></li>\r\n
    <li><span class="a-list-item">BIGGER AND BRIGHTER LED ATTRACTS MORE FLIES AND MOSQUITOES</span></li>\r\n
    <li><span class="a-list-item">STRONGEST AND DURABLE- MADE FROM ABS PLASTIC 1/2 HOURS CHARGE TIME 8 HOURS STANDBUY BATTERY LIFE WITH A 400mAh POWERFULL LITHIUM ION BATTERY</span></li>\r\n
    <li><span class="a-list-item">PROTECTIVE MESH FOR YOUR SAFETY WITH A 220V MEGA A/C OUTPUT ONE SWAT - RECHARGEABLE FLY SWATTER BAT KILLS MOSQUITOES IN JUST ONE SWAT</span></li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1568;s:10:"product_id";i:1570;s:6:"locale";s:2:"en";s:4:"name";s:121:"Gecko 2 in 1 Rechargeable Mosquito Insect Killer Machine bat/Fly Swatter Electric Racquet Killer for Home, with LED Torch";s:11:"description";s:790:"<h1 class="a-size-base-plus a-text-bold">About this item</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">PACK CONTAINS: 1 Mosquito electric Killer Machine rechargeable</span></li>\r\n
    <li><span class="a-list-item">ISO CERTIFIED RECHARGEABLE MOSQUITO REPELANT RACQUET</span></li>\r\n
    <li><span class="a-list-item">BIGGER AND BRIGHTER LED ATTRACTS MORE FLIES AND MOSQUITOES</span></li>\r\n
    <li><span class="a-list-item">STRONGEST AND DURABLE- MADE FROM ABS PLASTIC 1/2 HOURS CHARGE TIME 8 HOURS STANDBUY BATTERY LIFE WITH A 400mAh POWERFULL LITHIUM ION BATTERY</span></li>\r\n
    <li><span class="a-list-item">PROTECTIVE MESH FOR YOUR SAFETY WITH A 220V MEGA A/C OUTPUT ONE SWAT - RECHARGEABLE FLY SWATTER BAT KILLS MOSQUITOES IN JUST ONE SWAT</span></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:3;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:1575;s:12:"tax_class_id";N;s:4:"slug";s:81:"4-in-1-killer-mosquito-foldable-electric-knife-wall-mounted-handheld-rechargeable";s:5:"price";s:7:"20.0000";s:13:"special_price";s:7:"11.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"11.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:4289;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-04-30 20:55:54";s:10:"updated_at";s:19:"2026-03-06 16:20:01";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1575;s:12:"tax_class_id";N;s:4:"slug";s:81:"4-in-1-killer-mosquito-foldable-electric-knife-wall-mounted-handheld-rechargeable";s:5:"price";s:7:"20.0000";s:13:"special_price";s:7:"11.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"11.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:4289;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-04-30 20:55:54";s:10:"updated_at";s:19:"2026-03-06 16:20:01";s:16:"pivot_product_id";i:1711;s:24:"pivot_related_product_id";i:1575;}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:1711;s:18:"related_product_id";i:1575;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1711;s:18:"related_product_id";i:1575;}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:1045;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:1573;s:10:"product_id";i:1575;s:6:"locale";s:2:"en";s:4:"name";s:81:"4 in 1 Killer Mosquito Foldable Electric Knife Wall Mounted Handheld Rechargeable";s:11:"description";s:425:"<p><strong>Product Details:</strong></p>\r\n
    <p>Charging time: 3 hours<br />Mesh Material: Inner aluminum mesh, outer nickel-zinc iron mesh Outer packaging<br />process: PP<br />Whether scalable: scalable<br />Rotation angle: 0-180&deg;<br />Light source type: UV lamp tube<br />Battery Capacity: 501MAh (inclusive) -800MAh<br />Mosquitoes attract and expel Method: Light Mosquito wave attract electric shock kill mosquitoes</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1573;s:10:"product_id";i:1575;s:6:"locale";s:2:"en";s:4:"name";s:81:"4 in 1 Killer Mosquito Foldable Electric Knife Wall Mounted Handheld Rechargeable";s:11:"description";s:425:"<p><strong>Product Details:</strong></p>\r\n
    <p>Charging time: 3 hours<br />Mesh Material: Inner aluminum mesh, outer nickel-zinc iron mesh Outer packaging<br />process: PP<br />Whether scalable: scalable<br />Rotation angle: 0-180&deg;<br />Light source type: UV lamp tube<br />Battery Capacity: 501MAh (inclusive) -800MAh<br />Mosquitoes attract and expel Method: Light Mosquito wave attract electric shock kill mosquitoes</p>";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:4;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:1583;s:12:"tax_class_id";N;s:4:"slug";s:38:"screentastic-pro-magnetic-mosquito-net";s:5:"price";s:7:"15.0000";s:13:"special_price";s:6:"7.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"7.0000";s:3:"sku";s:7:"A3B7L0H";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3427;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-05-20 13:10:58";s:10:"updated_at";s:19:"2026-03-06 22:07:25";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1583;s:12:"tax_class_id";N;s:4:"slug";s:38:"screentastic-pro-magnetic-mosquito-net";s:5:"price";s:7:"15.0000";s:13:"special_price";s:6:"7.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"7.0000";s:3:"sku";s:7:"A3B7L0H";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3427;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-05-20 13:10:58";s:10:"updated_at";s:19:"2026-03-06 22:07:25";s:16:"pivot_product_id";i:1711;s:24:"pivot_related_product_id";i:1583;}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:1711;s:18:"related_product_id";i:1583;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1711;s:18:"related_product_id";i:1583;}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:1045;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:1581;s:10:"product_id";i:1583;s:6:"locale";s:2:"en";s:4:"name";s:61:"Screentastic Pro Magnetic Mosquito Net for window 1.5m x 1.8m";s:11:"description";s:1904:"<h1 class="a-size-base-plus a-text-bold">About this item</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li class="a-spacing-small"><span class="a-list-item">NEW HIGH QUALITY DESIGN WINDOW SCREEN - With new design and high quality fire-retarded fiberglass mesh, fireproof, chemical corrosion resistance, good shape, tear-resistant design.</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">EFFECTIVE WINDOW SCREEN - Keep bugs 、cats 、dogs off, let fresh air in. Suitable for most window types, Aluminum window frame, wrought iron grills, sliding window, casement window, louvre bathroom/toilet window and even grilled gates and balcony.</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">EASY TO MAINTAIN - Screen replacable and washable. For day to day use, just wipe with wet cloth or vacuum to remove any dust. For spring cleaning, just remove the window mesh from the window and give it a good rinsing before installing it back onto the window to air dry!</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">FITS ALL WINDOW SIZES UP TO 150x180 CM - If your window frame measures 150x180 CM or less , then this adjustable magnetic window screen will be the perfect fit! Measure your window before ordering to be sure our screen will fit.</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">INSTANT INSTALLATION- Install it in 15 minutes. Package includes: one piece of high quality fire-retarded fiberglass mesh, one roll of magnet tape, one roll of grooved magnetic strip, one roll of plastic strip, one bag of accessories and an instruction manual. 12 Months Warranty , enjoy a purchase completely risk free. No extra maintenance needed. This is a good one-time affordable investment.</span></li>\r\n
    <li class="a-spacing-small">package: 1 Screen 150 x 180 cm / 2 Magnet rolls 1 x 145 cm / Instruction Manual.</li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1581;s:10:"product_id";i:1583;s:6:"locale";s:2:"en";s:4:"name";s:61:"Screentastic Pro Magnetic Mosquito Net for window 1.5m x 1.8m";s:11:"description";s:1904:"<h1 class="a-size-base-plus a-text-bold">About this item</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li class="a-spacing-small"><span class="a-list-item">NEW HIGH QUALITY DESIGN WINDOW SCREEN - With new design and high quality fire-retarded fiberglass mesh, fireproof, chemical corrosion resistance, good shape, tear-resistant design.</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">EFFECTIVE WINDOW SCREEN - Keep bugs 、cats 、dogs off, let fresh air in. Suitable for most window types, Aluminum window frame, wrought iron grills, sliding window, casement window, louvre bathroom/toilet window and even grilled gates and balcony.</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">EASY TO MAINTAIN - Screen replacable and washable. For day to day use, just wipe with wet cloth or vacuum to remove any dust. For spring cleaning, just remove the window mesh from the window and give it a good rinsing before installing it back onto the window to air dry!</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">FITS ALL WINDOW SIZES UP TO 150x180 CM - If your window frame measures 150x180 CM or less , then this adjustable magnetic window screen will be the perfect fit! Measure your window before ordering to be sure our screen will fit.</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">INSTANT INSTALLATION- Install it in 15 minutes. Package includes: one piece of high quality fire-retarded fiberglass mesh, one roll of magnet tape, one roll of grooved magnetic strip, one roll of plastic strip, one bag of accessories and an instruction manual. 12 Months Warranty , enjoy a purchase completely risk free. No extra maintenance needed. This is a good one-time affordable investment.</span></li>\r\n
    <li class="a-spacing-small">package: 1 Screen 150 x 180 cm / 2 Magnet rolls 1 x 145 cm / Instruction Manual.</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:5;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:1694;s:12:"tax_class_id";N;s:4:"slug";s:69:"led-mosquito-killer-lamp-usb-electric-mosquito-repeller-mosquito-trap";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1419;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:"2024-05-24 21:15:39";s:10:"updated_at";s:19:"2026-03-07 00:55:41";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1694;s:12:"tax_class_id";N;s:4:"slug";s:69:"led-mosquito-killer-lamp-usb-electric-mosquito-repeller-mosquito-trap";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1419;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:"2024-05-24 21:15:39";s:10:"updated_at";s:19:"2026-03-07 00:55:41";s:16:"pivot_product_id";i:1711;s:24:"pivot_related_product_id";i:1694;}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:1711;s:18:"related_product_id";i:1694;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1711;s:18:"related_product_id";i:1694;}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:1045;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:1692;s:10:"product_id";i:1694;s:6:"locale";s:2:"en";s:4:"name";s:69:"Led Mosquito Killer Lamp USB Electric Mosquito Repeller Mosquito Trap";s:11:"description";s:1766:"<h3>Description :&nbsp;</h3>\r\n
    <p>Product power supply: USB</p>\r\n
    <p>Size: 10X10X17.5CM</p>\r\n
    <p>Weight: 230G</p>\r\n
    <p>White colour</p>\r\n
    <p>Rated power: 5W</p>\r\n
    <p><strong>Not&nbsp;Rechargeable&nbsp;&nbsp;</strong></p>\r\n
    <p><strong>Specifications:</strong></p>\r\n
    <p>1.[GREAT FOR KIDS AND PETS]-Our Electronic Mosquito Trapper is 100% safe for humans and pets as it contains no chemicals, emits no radiation and is completely non-toxic .&nbsp;Unlike other similar products, you won't have to worry about strange smells or noise, and your kids will have a much healthier environment.&nbsp;This amazing device is completely safe for the whole family!</p>\r\n
    <p>2.[USER FRIENDLY]-This handy mosquito trap is extremely easy for everyone to use.&nbsp;It can be connected to any device with a USB port or a regular adapter (not included)</p>\r\n
    <p>3.[EASY TO CLEAN]- Say goodbye to unhygienic devices that can never be cleaned properly!&nbsp;This state-of-the-art bug zapper comes with a loop design that easily removes for regular cleaning and washing.</p>\r\n
    <p>4.[PORTABLE TO CARRY]-This mosquito zapper comes in a handy design, the small size allows you to carry it anywhere you need!&nbsp;Its compact shape and 20-40m range of use are excellent in terms of transportability options!</p>\r\n
    <p>5.[Low Decibel Operation]-Do not disturb sleep.&nbsp;Circulating sealed air duct.&nbsp;Inhalation of strong winds to kill mosquitoes</p>\r\n
    <p>360&deg; mosquito trap.&nbsp;Catch mosquitoes by mimicking human body temperature Body temperature</p>\r\n
    <p data-spm-anchor-id="a2g0o.detail.1000023.i2.5fb47e79bBoENh">Four mosquito trap lamp beads.&nbsp;Removable Mosquito Repellent Storage Box</p>\r\n
    <p data-spm-anchor-id="a2g0o.detail.1000023.i2.5fb47e79bBoENh">Product size : 10 x 17H cm&nbsp;</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1692;s:10:"product_id";i:1694;s:6:"locale";s:2:"en";s:4:"name";s:69:"Led Mosquito Killer Lamp USB Electric Mosquito Repeller Mosquito Trap";s:11:"description";s:1766:"<h3>Description :&nbsp;</h3>\r\n
    <p>Product power supply: USB</p>\r\n
    <p>Size: 10X10X17.5CM</p>\r\n
    <p>Weight: 230G</p>\r\n
    <p>White colour</p>\r\n
    <p>Rated power: 5W</p>\r\n
    <p><strong>Not&nbsp;Rechargeable&nbsp;&nbsp;</strong></p>\r\n
    <p><strong>Specifications:</strong></p>\r\n
    <p>1.[GREAT FOR KIDS AND PETS]-Our Electronic Mosquito Trapper is 100% safe for humans and pets as it contains no chemicals, emits no radiation and is completely non-toxic .&nbsp;Unlike other similar products, you won't have to worry about strange smells or noise, and your kids will have a much healthier environment.&nbsp;This amazing device is completely safe for the whole family!</p>\r\n
    <p>2.[USER FRIENDLY]-This handy mosquito trap is extremely easy for everyone to use.&nbsp;It can be connected to any device with a USB port or a regular adapter (not included)</p>\r\n
    <p>3.[EASY TO CLEAN]- Say goodbye to unhygienic devices that can never be cleaned properly!&nbsp;This state-of-the-art bug zapper comes with a loop design that easily removes for regular cleaning and washing.</p>\r\n
    <p>4.[PORTABLE TO CARRY]-This mosquito zapper comes in a handy design, the small size allows you to carry it anywhere you need!&nbsp;Its compact shape and 20-40m range of use are excellent in terms of transportability options!</p>\r\n
    <p>5.[Low Decibel Operation]-Do not disturb sleep.&nbsp;Circulating sealed air duct.&nbsp;Inhalation of strong winds to kill mosquitoes</p>\r\n
    <p>360&deg; mosquito trap.&nbsp;Catch mosquitoes by mimicking human body temperature Body temperature</p>\r\n
    <p data-spm-anchor-id="a2g0o.detail.1000023.i2.5fb47e79bBoENh">Four mosquito trap lamp beads.&nbsp;Removable Mosquito Repellent Storage Box</p>\r\n
    <p data-spm-anchor-id="a2g0o.detail.1000023.i2.5fb47e79bBoENh">Product size : 10 x 17H cm&nbsp;</p>";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:1709;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:1711;s:10:"created_at";s:19:"2024-08-11 13:58:33";s:10:"updated_at";s:19:"2024-08-11 13:58:33";s:13:"meta_keywords";a:10:{i:0;s:6:"Insect";i:1;s:3:"bat";i:2;s:8:"Mosquito";i:3;s:6:"Killer";i:4;s:4:"lamp";i:5;s:8:"Electric";i:6;s:4:"wall";i:7;s:5:"light";i:8;s:3:"usb";i:9;s:2:"uv";}}s:11:"\x00*\x00original";a:5:{s:2:"id";i:1709;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:1711;s:10:"created_at";s:19:"2024-08-11 13:58:33";s:10:"updated_at";s:19:"2024-08-11 13:58:33";}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:1711;s:12:"meta_data_id";i:1709;s:6:"locale";s:2:"en";s:10:"meta_title";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";s:13:"meta_keywords";s:80:"["Insect","bat","Mosquito","Killer","lamp","Electric","wall","light","usb","uv"]";s:16:"meta_description";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1711;s:12:"meta_data_id";i:1709;s:6:"locale";s:2:"en";s:10:"meta_title";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";s:13:"meta_keywords";s:80:"["Insect","bat","Mosquito","Killer","lamp","Electric","wall","light","usb","uv"]";s:16:"meta_description";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";}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:101:"https://black-lb.com/products/insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb";}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. "7jkWZWqNWHInvC3xyNidXLgM5ZO3RySqGPKOaz3d"
    
  2. """
    a:5:{s:6:"_token";s:40:"MqXuMZYHmUBrKdyJY8wzjvgfoaSDuTkRczYDNIOg";s:6:"locale";s:2:"en";s:67:"7jkWZWqNWHInvC3xyNidXLgM5ZO3RySqGPKOaz3d_recently_viewed_cart_items";O:32:"Darryldecode\Cart\CartCollection":1:{s:8:"\x00*\x00items";a:1:{i:1711;O:32:"Darryldecode\Cart\ItemCollection":2:{s:9:"\x00*\x00config";N;s:8:"\x00*\x00items";a:6:{s:2:"id";i:1711;s:4:"name";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";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:1711;s:12:"tax_class_id";N;s:4:"slug";s:71:"insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb";s:5:"price";s:7:"15.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";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2072;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:"2024-08-11 13:58:33";s:10:"updated_at";s:19:"2026-03-06 15:52:41";}s:11:"\x00*\x00original";a:20:{s:2:"id";i:1711;s:12:"tax_class_id";N;s:4:"slug";s:71:"insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb";s:5:"price";s:7:"15.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";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2072;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:"2024-08-11 13:58:33";s:10:"updated_at";s:19:"2026-03-06 15:52:41";}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:1709;s:10:"product_id";i:1711;s:6:"locale";s:2:"en";s:4:"name";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";s:11:"description";s:1469:"<p>USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, Wall-mountable</p>\r\n
    <p>Features:</p>\r\n
    <p>Multi-dimensional three-dimensional trapping technology can effectively exclude annoying mozzie</p>\r\n
    <p>Easy-to-understand new life, no matter work, study and life, defend your health</p>\r\n
    <p>Mosquito attract is accurate, light bead light wave is used to attract mozzie, and concentrated light bead is used to attract mozzie, releasing the 395NM wavelength preferred by mozzie and housefly</p>\r\n
    <p>Strong electric shock The safe killing power is as strong as 2000V, and the mosquito killing effect is significantly improved</p>\r\n
    <p>Three-layer mesh security protection: the front and back tier of insulation protection check guard against misleading the security of electric shock. It is safer to use the security protection check with the upper and lower tier of mesh being the same negative electrode. The human body will not contactthe working check with the positive electrode in the middle. The low electric charge security voltage is within the range of human bodysecurity.</p>\r\n
    <p>Product Description:</p>\r\n
    <p>Product Name: USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, wall-mountable</p>\r\n
    <p>Net weight:386g</p>\r\n
    <p>Gross weight: 565g</p>\r\n
    <p>Product size: 26<em>4</em>23cm</p>\r\n
    <p>Product packaging: 30.7<em>5.8</em>21.4cm</p>\r\n
    <p>Package Content:</p>\r\n
    <p>1x mosquito control lamp</p>\r\n
    <p>1x line 1x cleaning brush</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1709;s:10:"product_id";i:1711;s:6:"locale";s:2:"en";s:4:"name";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";s:11:"description";s:1469:"<p>USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, Wall-mountable</p>\r\n
    <p>Features:</p>\r\n
    <p>Multi-dimensional three-dimensional trapping technology can effectively exclude annoying mozzie</p>\r\n
    <p>Easy-to-understand new life, no matter work, study and life, defend your health</p>\r\n
    <p>Mosquito attract is accurate, light bead light wave is used to attract mozzie, and concentrated light bead is used to attract mozzie, releasing the 395NM wavelength preferred by mozzie and housefly</p>\r\n
    <p>Strong electric shock The safe killing power is as strong as 2000V, and the mosquito killing effect is significantly improved</p>\r\n
    <p>Three-layer mesh security protection: the front and back tier of insulation protection check guard against misleading the security of electric shock. It is safer to use the security protection check with the upper and lower tier of mesh being the same negative electrode. The human body will not contactthe working check with the positive electrode in the middle. The low electric charge security voltage is within the range of human bodysecurity.</p>\r\n
    <p>Product Description:</p>\r\n
    <p>Product Name: USB Mosquito Lamp Household Mosquito Lamp Multi-function Mosquito Lamp, wall-mountable</p>\r\n
    <p>Net weight:386g</p>\r\n
    <p>Gross weight: 565g</p>\r\n
    <p>Product size: 26<em>4</em>23cm</p>\r\n
    <p>Product packaging: 30.7<em>5.8</em>21.4cm</p>\r\n
    <p>Package Content:</p>\r\n
    <p>1x mosquito control lamp</p>\r\n
    <p>1x line 1x cleaning brush</p>";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:7:{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:13263;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/9dbsiqoz5PjE5HMVxDBqm7zmcdrcUw2tA8VzoMfe.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"211437";s:10:"created_at";s:19:"2024-08-11 14:40:49";s:10:"updated_at";s:19:"2024-08-11 14:40:49";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13263;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/9dbsiqoz5PjE5HMVxDBqm7zmcdrcUw2tA8VzoMfe.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"211437";s:10:"created_at";s:19:"2024-08-11 14:40:49";s:10:"updated_at";s:19:"2024-08-11 14:40:49";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13263;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73764;s:10:"pivot_zone";s:10:"base_image";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13263;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73764;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13263;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73764;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:13264;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/oIJIAXF2skU8PParFTPtssN3k5MlntKuoBf3qY9G.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"289695";s:10:"created_at";s:19:"2024-08-11 14:41:29";s:10:"updated_at";s:19:"2024-08-11 14:41:29";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13264;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/oIJIAXF2skU8PParFTPtssN3k5MlntKuoBf3qY9G.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"289695";s:10:"created_at";s:19:"2024-08-11 14:41:29";s:10:"updated_at";s:19:"2024-08-11 14:41:29";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13264;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73765;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13264;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73765;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13264;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73765;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:13265;s:7:"user_id";i:674;s:8:"filename";s:5:"3.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/yIXNiqfLbKnFkbJttu2u3C7ElO2k0IaHusx40vLn.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"337299";s:10:"created_at";s:19:"2024-08-11 14:41:30";s:10:"updated_at";s:19:"2024-08-11 14:41:30";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13265;s:7:"user_id";i:674;s:8:"filename";s:5:"3.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/yIXNiqfLbKnFkbJttu2u3C7ElO2k0IaHusx40vLn.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"337299";s:10:"created_at";s:19:"2024-08-11 14:41:30";s:10:"updated_at";s:19:"2024-08-11 14:41:30";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13265;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73766;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13265;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73766;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13265;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73766;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:13266;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/Y08i8UJ5cmMgLb8gxT0mvU7yTGldC2lxwoD4j3w8.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"321484";s:10:"created_at";s:19:"2024-08-11 14:41:38";s:10:"updated_at";s:19:"2024-08-11 14:41:38";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13266;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/Y08i8UJ5cmMgLb8gxT0mvU7yTGldC2lxwoD4j3w8.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"321484";s:10:"created_at";s:19:"2024-08-11 14:41:38";s:10:"updated_at";s:19:"2024-08-11 14:41:38";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13266;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73767;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13266;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73767;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13266;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73767;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:13267;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/NC0QaCMieSpQICgeYS83NMF5VR7qUwsc3x8sLMHb.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"297392";s:10:"created_at";s:19:"2024-08-11 14:41:38";s:10:"updated_at";s:19:"2024-08-11 14:41:38";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13267;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/NC0QaCMieSpQICgeYS83NMF5VR7qUwsc3x8sLMHb.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"297392";s:10:"created_at";s:19:"2024-08-11 14:41:38";s:10:"updated_at";s:19:"2024-08-11 14:41:38";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13267;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73768;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13267;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73768;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13267;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73768;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:13268;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/4u4P4XdPH9UkdJhJTOVEgtbsOKTymxqe4Lj2HBXL.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"304407";s:10:"created_at";s:19:"2024-08-11 14:41:45";s:10:"updated_at";s:19:"2024-08-11 14:41:45";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13268;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/4u4P4XdPH9UkdJhJTOVEgtbsOKTymxqe4Lj2HBXL.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"304407";s:10:"created_at";s:19:"2024-08-11 14:41:45";s:10:"updated_at";s:19:"2024-08-11 14:41:45";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13268;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73769;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13268;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73769;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13268;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73769;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:13269;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/vGDy9wbPHWpiKnmxcIC4qagYJPoJHHZFYn1Eod4x.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"297668";s:10:"created_at";s:19:"2024-08-11 14:41:46";s:10:"updated_at";s:19:"2024-08-11 14:41:46";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:13269;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/vGDy9wbPHWpiKnmxcIC4qagYJPoJHHZFYn1Eod4x.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"297668";s:10:"created_at";s:19:"2024-08-11 14:41:46";s:10:"updated_at";s:19:"2024-08-11 14:41:46";s:15:"pivot_entity_id";i:1711;s:13:"pivot_file_id";i:13269;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:73770;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2024-08-14 07:08:51";s:16:"pivot_updated_at";s:19:"2024-08-14 07:08:51";}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:1711;s:7:"file_id";i:13269;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73770;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:1711;s:7:"file_id";i:13269;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:73770;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2024-08-14 07:08:51";s:10:"updated_at";s:19:"2024-08-14 07:08:51";}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:6:{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:689;s:12:"tax_class_id";N;s:4:"slug";s:83:"magic-mesh®-instant-magnetic-screen-door-net-anti-mosquito-curtain-insect-mosquito";s:5:"price";s:7:"12.0000";s:13:"special_price";s:6:"9.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"9.0000";s:3:"sku";s:7:"J2P6H55";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8312;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-07-25 20:23:52";s:10:"updated_at";s:19:"2026-03-07 05:03:46";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:689;s:12:"tax_class_id";N;s:4:"slug";s:83:"magic-mesh®-instant-magnetic-screen-door-net-anti-mosquito-curtain-insect-mosquito";s:5:"price";s:7:"12.0000";s:13:"special_price";s:6:"9.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"9.0000";s:3:"sku";s:7:"J2P6H55";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8312;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-07-25 20:23:52";s:10:"updated_at";s:19:"2026-03-07 05:03:46";s:16:"pivot_product_id";i:1711;s:24:"pivot_related_product_id";i:689;}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:1711;s:18:"related_product_id";i:689;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1711;s:18:"related_product_id";i:689;}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:687;s:10:"product_id";i:689;s:6:"locale";s:2:"en";s:4:"name";s:83:"Magic Mesh® Instant Magnetic Screen Door Net Anti-mosquito Curtain Insect Mosquito";s:11:"description";s:460:"<p>Tired of pesky mosquitoes entering your home when you go out?Worry no more for Magic Mesh Instant Screen Door is here.</p>\r\n
    <p>Every time you go out, it instantly closes because of the magnets on the back.</p>\r\n
    <p>Anyone can come and go easily, even your pets, because it instantly closes at the back.</p>\r\n
    <p>It has eighteen magnets which snap instantly at every open.</p>\r\n
    <p>Keep fresh air in and bugs out with the Magic door.</p>\r\n
    <p>Size: 180x100cm</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:687;s:10:"product_id";i:689;s:6:"locale";s:2:"en";s:4:"name";s:83:"Magic Mesh® Instant Magnetic Screen Door Net Anti-mosquito Curtain Insect Mosquito";s:11:"description";s:460:"<p>Tired of pesky mosquitoes entering your home when you go out?Worry no more for Magic Mesh Instant Screen Door is here.</p>\r\n
    <p>Every time you go out, it instantly closes because of the magnets on the back.</p>\r\n
    <p>Anyone can come and go easily, even your pets, because it instantly closes at the back.</p>\r\n
    <p>It has eighteen magnets which snap instantly at every open.</p>\r\n
    <p>Keep fresh air in and bugs out with the Magic door.</p>\r\n
    <p>Size: 180x100cm</p>";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:1398;s:12:"tax_class_id";N;s:4:"slug";s:43:"anti-mosquito-repellent-bracelet-with-light";s:5:"price";s:6:"6.0000";s:13:"special_price";s:6:"4.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"4.0000";s:3:"sku";s:6:"K060L0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3745;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-07-21 14:35:22";s:10:"updated_at";s:19:"2026-03-06 22:49:48";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1398;s:12:"tax_class_id";N;s:4:"slug";s:43:"anti-mosquito-repellent-bracelet-with-light";s:5:"price";s:6:"6.0000";s:13:"special_price";s:6:"4.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"4.0000";s:3:"sku";s:6:"K060L0";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3745;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-07-21 14:35:22";s:10:"updated_at";s:19:"2026-03-06 22:49:48";s:16:"pivot_product_id";i:1711;s:24:"pivot_related_product_id";i:1398;}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:1711;s:18:"related_product_id";i:1398;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1711;s:18:"related_product_id";i:1398;}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:1045;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:1396;s:10:"product_id";i:1398;s:6:"locale";s:2:"en";s:4:"name";s:43:"Anti-Mosquito Repellent Bracelet With Light";s:11:"description";s:1758:"<div>\r\n
    <h2 class="mt3 mb4 f4">About this item:</h2>\r\n
    </div>\r\n
    <section class="expand-collapse-section">\r\n
    <div class="w_B1 expand-collapse-content">\r\n
    <div class="ph3 pb4 pt1">\r\n
    <div class="nb3">\r\n
    <div class="mb3">\r\n
    <div class="dangerous-html mb3"><strong>Specification:</strong><br />Material: silicone<br />Product size: 22 x 1.9 cm<br />Style: cartoon</div>\r\n
    <div class="dangerous-html mb3">&nbsp;</div>\r\n
    <div class="dangerous-html mb3"><strong>Feature:</strong><br />1. It Is Made Of Safe, Non-Toxic TPU Material, Which Is Harmless To The Body.<br />2. Natural Extract, Anti-Mosquito Effect, No Side Effects, Safe For Your Children, Very Suitable For Outdoor Use.<br />3. Environmental Protection, Easy To Use, Adjustable Strap, Detachable Inner Tank, And Flashing Night Light Function, It Is A Perfect Gift For Children.<br />4. The Product Is Portable And Can Be Worn Indoors And Outdoors.<br />5. The Elderly, Children, Pregnant Women And Pets Can Wear It.</div>\r\n
    <div class="dangerous-html mb3">6. Fashionable and lightweight soft silicone with multiple holes, can be adjusted to fit the baby's wrist.</div>\r\n
    <div class="dangerous-html mb3">7. Add essential oils, no leakage, no overflow, lasting and effective mosquito repellent.</div>\r\n
    <div class="dangerous-html mb3">&nbsp;</div>\r\n
    <div class="dangerous-html mb3"><strong>Notes:</strong><br />1.Due to the difference between different monitors, the picture may not reflect the actual color of the item.<br />2.Please allow slight dimension difference due to different manual measurement. Thank you for your understanding.<br /><br /><strong>Package Including:</strong><br />1 x Mosquito repellent bracelet</div>\r\n
    <div class="dangerous-html mb3">&nbsp;</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </section>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1396;s:10:"product_id";i:1398;s:6:"locale";s:2:"en";s:4:"name";s:43:"Anti-Mosquito Repellent Bracelet With Light";s:11:"description";s:1758:"<div>\r\n
    <h2 class="mt3 mb4 f4">About this item:</h2>\r\n
    </div>\r\n
    <section class="expand-collapse-section">\r\n
    <div class="w_B1 expand-collapse-content">\r\n
    <div class="ph3 pb4 pt1">\r\n
    <div class="nb3">\r\n
    <div class="mb3">\r\n
    <div class="dangerous-html mb3"><strong>Specification:</strong><br />Material: silicone<br />Product size: 22 x 1.9 cm<br />Style: cartoon</div>\r\n
    <div class="dangerous-html mb3">&nbsp;</div>\r\n
    <div class="dangerous-html mb3"><strong>Feature:</strong><br />1. It Is Made Of Safe, Non-Toxic TPU Material, Which Is Harmless To The Body.<br />2. Natural Extract, Anti-Mosquito Effect, No Side Effects, Safe For Your Children, Very Suitable For Outdoor Use.<br />3. Environmental Protection, Easy To Use, Adjustable Strap, Detachable Inner Tank, And Flashing Night Light Function, It Is A Perfect Gift For Children.<br />4. The Product Is Portable And Can Be Worn Indoors And Outdoors.<br />5. The Elderly, Children, Pregnant Women And Pets Can Wear It.</div>\r\n
    <div class="dangerous-html mb3">6. Fashionable and lightweight soft silicone with multiple holes, can be adjusted to fit the baby's wrist.</div>\r\n
    <div class="dangerous-html mb3">7. Add essential oils, no leakage, no overflow, lasting and effective mosquito repellent.</div>\r\n
    <div class="dangerous-html mb3">&nbsp;</div>\r\n
    <div class="dangerous-html mb3"><strong>Notes:</strong><br />1.Due to the difference between different monitors, the picture may not reflect the actual color of the item.<br />2.Please allow slight dimension difference due to different manual measurement. Thank you for your understanding.<br /><br /><strong>Package Including:</strong><br />1 x Mosquito repellent bracelet</div>\r\n
    <div class="dangerous-html mb3">&nbsp;</div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    </section>";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:1570;s:12:"tax_class_id";N;s:4:"slug";s:120:"gecko-2-in-1-rechargeable-mosquito-insect-killer-machine-bat-fly-swatter-electric-racquet-killer-for-home-with-led-torch";s:5:"price";s:7:"20.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2002;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-04-19 19:56:26";s:10:"updated_at";s:19:"2026-03-06 14:53:35";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1570;s:12:"tax_class_id";N;s:4:"slug";s:120:"gecko-2-in-1-rechargeable-mosquito-insect-killer-machine-bat-fly-swatter-electric-racquet-killer-for-home-with-led-torch";s:5:"price";s:7:"20.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:2002;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-04-19 19:56:26";s:10:"updated_at";s:19:"2026-03-06 14:53:35";s:16:"pivot_product_id";i:1711;s:24:"pivot_related_product_id";i:1570;}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:1711;s:18:"related_product_id";i:1570;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1711;s:18:"related_product_id";i:1570;}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:1045;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:1568;s:10:"product_id";i:1570;s:6:"locale";s:2:"en";s:4:"name";s:121:"Gecko 2 in 1 Rechargeable Mosquito Insect Killer Machine bat/Fly Swatter Electric Racquet Killer for Home, with LED Torch";s:11:"description";s:790:"<h1 class="a-size-base-plus a-text-bold">About this item</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">PACK CONTAINS: 1 Mosquito electric Killer Machine rechargeable</span></li>\r\n
    <li><span class="a-list-item">ISO CERTIFIED RECHARGEABLE MOSQUITO REPELANT RACQUET</span></li>\r\n
    <li><span class="a-list-item">BIGGER AND BRIGHTER LED ATTRACTS MORE FLIES AND MOSQUITOES</span></li>\r\n
    <li><span class="a-list-item">STRONGEST AND DURABLE- MADE FROM ABS PLASTIC 1/2 HOURS CHARGE TIME 8 HOURS STANDBUY BATTERY LIFE WITH A 400mAh POWERFULL LITHIUM ION BATTERY</span></li>\r\n
    <li><span class="a-list-item">PROTECTIVE MESH FOR YOUR SAFETY WITH A 220V MEGA A/C OUTPUT ONE SWAT - RECHARGEABLE FLY SWATTER BAT KILLS MOSQUITOES IN JUST ONE SWAT</span></li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1568;s:10:"product_id";i:1570;s:6:"locale";s:2:"en";s:4:"name";s:121:"Gecko 2 in 1 Rechargeable Mosquito Insect Killer Machine bat/Fly Swatter Electric Racquet Killer for Home, with LED Torch";s:11:"description";s:790:"<h1 class="a-size-base-plus a-text-bold">About this item</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li><span class="a-list-item">PACK CONTAINS: 1 Mosquito electric Killer Machine rechargeable</span></li>\r\n
    <li><span class="a-list-item">ISO CERTIFIED RECHARGEABLE MOSQUITO REPELANT RACQUET</span></li>\r\n
    <li><span class="a-list-item">BIGGER AND BRIGHTER LED ATTRACTS MORE FLIES AND MOSQUITOES</span></li>\r\n
    <li><span class="a-list-item">STRONGEST AND DURABLE- MADE FROM ABS PLASTIC 1/2 HOURS CHARGE TIME 8 HOURS STANDBUY BATTERY LIFE WITH A 400mAh POWERFULL LITHIUM ION BATTERY</span></li>\r\n
    <li><span class="a-list-item">PROTECTIVE MESH FOR YOUR SAFETY WITH A 220V MEGA A/C OUTPUT ONE SWAT - RECHARGEABLE FLY SWATTER BAT KILLS MOSQUITOES IN JUST ONE SWAT</span></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:3;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:1575;s:12:"tax_class_id";N;s:4:"slug";s:81:"4-in-1-killer-mosquito-foldable-electric-knife-wall-mounted-handheld-rechargeable";s:5:"price";s:7:"20.0000";s:13:"special_price";s:7:"11.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"11.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:4289;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-04-30 20:55:54";s:10:"updated_at";s:19:"2026-03-06 16:20:01";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1575;s:12:"tax_class_id";N;s:4:"slug";s:81:"4-in-1-killer-mosquito-foldable-electric-knife-wall-mounted-handheld-rechargeable";s:5:"price";s:7:"20.0000";s:13:"special_price";s:7:"11.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"11.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:4289;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-04-30 20:55:54";s:10:"updated_at";s:19:"2026-03-06 16:20:01";s:16:"pivot_product_id";i:1711;s:24:"pivot_related_product_id";i:1575;}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:1711;s:18:"related_product_id";i:1575;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1711;s:18:"related_product_id";i:1575;}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:1045;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:1573;s:10:"product_id";i:1575;s:6:"locale";s:2:"en";s:4:"name";s:81:"4 in 1 Killer Mosquito Foldable Electric Knife Wall Mounted Handheld Rechargeable";s:11:"description";s:425:"<p><strong>Product Details:</strong></p>\r\n
    <p>Charging time: 3 hours<br />Mesh Material: Inner aluminum mesh, outer nickel-zinc iron mesh Outer packaging<br />process: PP<br />Whether scalable: scalable<br />Rotation angle: 0-180&deg;<br />Light source type: UV lamp tube<br />Battery Capacity: 501MAh (inclusive) -800MAh<br />Mosquitoes attract and expel Method: Light Mosquito wave attract electric shock kill mosquitoes</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1573;s:10:"product_id";i:1575;s:6:"locale";s:2:"en";s:4:"name";s:81:"4 in 1 Killer Mosquito Foldable Electric Knife Wall Mounted Handheld Rechargeable";s:11:"description";s:425:"<p><strong>Product Details:</strong></p>\r\n
    <p>Charging time: 3 hours<br />Mesh Material: Inner aluminum mesh, outer nickel-zinc iron mesh Outer packaging<br />process: PP<br />Whether scalable: scalable<br />Rotation angle: 0-180&deg;<br />Light source type: UV lamp tube<br />Battery Capacity: 501MAh (inclusive) -800MAh<br />Mosquitoes attract and expel Method: Light Mosquito wave attract electric shock kill mosquitoes</p>";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:4;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:1583;s:12:"tax_class_id";N;s:4:"slug";s:38:"screentastic-pro-magnetic-mosquito-net";s:5:"price";s:7:"15.0000";s:13:"special_price";s:6:"7.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"7.0000";s:3:"sku";s:7:"A3B7L0H";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3427;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-05-20 13:10:58";s:10:"updated_at";s:19:"2026-03-06 22:07:25";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1583;s:12:"tax_class_id";N;s:4:"slug";s:38:"screentastic-pro-magnetic-mosquito-net";s:5:"price";s:7:"15.0000";s:13:"special_price";s:6:"7.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:6:"7.0000";s:3:"sku";s:7:"A3B7L0H";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:3427;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-05-20 13:10:58";s:10:"updated_at";s:19:"2026-03-06 22:07:25";s:16:"pivot_product_id";i:1711;s:24:"pivot_related_product_id";i:1583;}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:1711;s:18:"related_product_id";i:1583;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1711;s:18:"related_product_id";i:1583;}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:1045;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:1581;s:10:"product_id";i:1583;s:6:"locale";s:2:"en";s:4:"name";s:61:"Screentastic Pro Magnetic Mosquito Net for window 1.5m x 1.8m";s:11:"description";s:1904:"<h1 class="a-size-base-plus a-text-bold">About this item</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li class="a-spacing-small"><span class="a-list-item">NEW HIGH QUALITY DESIGN WINDOW SCREEN - With new design and high quality fire-retarded fiberglass mesh, fireproof, chemical corrosion resistance, good shape, tear-resistant design.</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">EFFECTIVE WINDOW SCREEN - Keep bugs 、cats 、dogs off, let fresh air in. Suitable for most window types, Aluminum window frame, wrought iron grills, sliding window, casement window, louvre bathroom/toilet window and even grilled gates and balcony.</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">EASY TO MAINTAIN - Screen replacable and washable. For day to day use, just wipe with wet cloth or vacuum to remove any dust. For spring cleaning, just remove the window mesh from the window and give it a good rinsing before installing it back onto the window to air dry!</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">FITS ALL WINDOW SIZES UP TO 150x180 CM - If your window frame measures 150x180 CM or less , then this adjustable magnetic window screen will be the perfect fit! Measure your window before ordering to be sure our screen will fit.</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">INSTANT INSTALLATION- Install it in 15 minutes. Package includes: one piece of high quality fire-retarded fiberglass mesh, one roll of magnet tape, one roll of grooved magnetic strip, one roll of plastic strip, one bag of accessories and an instruction manual. 12 Months Warranty , enjoy a purchase completely risk free. No extra maintenance needed. This is a good one-time affordable investment.</span></li>\r\n
    <li class="a-spacing-small">package: 1 Screen 150 x 180 cm / 2 Magnet rolls 1 x 145 cm / Instruction Manual.</li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1581;s:10:"product_id";i:1583;s:6:"locale";s:2:"en";s:4:"name";s:61:"Screentastic Pro Magnetic Mosquito Net for window 1.5m x 1.8m";s:11:"description";s:1904:"<h1 class="a-size-base-plus a-text-bold">About this item</h1>\r\n
    <ul class="a-unordered-list a-vertical a-spacing-mini">\r\n
    <li class="a-spacing-small"><span class="a-list-item">NEW HIGH QUALITY DESIGN WINDOW SCREEN - With new design and high quality fire-retarded fiberglass mesh, fireproof, chemical corrosion resistance, good shape, tear-resistant design.</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">EFFECTIVE WINDOW SCREEN - Keep bugs 、cats 、dogs off, let fresh air in. Suitable for most window types, Aluminum window frame, wrought iron grills, sliding window, casement window, louvre bathroom/toilet window and even grilled gates and balcony.</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">EASY TO MAINTAIN - Screen replacable and washable. For day to day use, just wipe with wet cloth or vacuum to remove any dust. For spring cleaning, just remove the window mesh from the window and give it a good rinsing before installing it back onto the window to air dry!</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">FITS ALL WINDOW SIZES UP TO 150x180 CM - If your window frame measures 150x180 CM or less , then this adjustable magnetic window screen will be the perfect fit! Measure your window before ordering to be sure our screen will fit.</span></li>\r\n
    <li class="a-spacing-small"><span class="a-list-item">INSTANT INSTALLATION- Install it in 15 minutes. Package includes: one piece of high quality fire-retarded fiberglass mesh, one roll of magnet tape, one roll of grooved magnetic strip, one roll of plastic strip, one bag of accessories and an instruction manual. 12 Months Warranty , enjoy a purchase completely risk free. No extra maintenance needed. This is a good one-time affordable investment.</span></li>\r\n
    <li class="a-spacing-small">package: 1 Screen 150 x 180 cm / 2 Magnet rolls 1 x 145 cm / Instruction Manual.</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:5;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:1694;s:12:"tax_class_id";N;s:4:"slug";s:69:"led-mosquito-killer-lamp-usb-electric-mosquito-repeller-mosquito-trap";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1419;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:"2024-05-24 21:15:39";s:10:"updated_at";s:19:"2026-03-07 00:55:41";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:1694;s:12:"tax_class_id";N;s:4:"slug";s:69:"led-mosquito-killer-lamp-usb-electric-mosquito-repeller-mosquito-trap";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"15.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"15.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:1419;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:"2024-05-24 21:15:39";s:10:"updated_at";s:19:"2026-03-07 00:55:41";s:16:"pivot_product_id";i:1711;s:24:"pivot_related_product_id";i:1694;}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:1711;s:18:"related_product_id";i:1694;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:1711;s:18:"related_product_id";i:1694;}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:1045;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:1692;s:10:"product_id";i:1694;s:6:"locale";s:2:"en";s:4:"name";s:69:"Led Mosquito Killer Lamp USB Electric Mosquito Repeller Mosquito Trap";s:11:"description";s:1766:"<h3>Description :&nbsp;</h3>\r\n
    <p>Product power supply: USB</p>\r\n
    <p>Size: 10X10X17.5CM</p>\r\n
    <p>Weight: 230G</p>\r\n
    <p>White colour</p>\r\n
    <p>Rated power: 5W</p>\r\n
    <p><strong>Not&nbsp;Rechargeable&nbsp;&nbsp;</strong></p>\r\n
    <p><strong>Specifications:</strong></p>\r\n
    <p>1.[GREAT FOR KIDS AND PETS]-Our Electronic Mosquito Trapper is 100% safe for humans and pets as it contains no chemicals, emits no radiation and is completely non-toxic .&nbsp;Unlike other similar products, you won't have to worry about strange smells or noise, and your kids will have a much healthier environment.&nbsp;This amazing device is completely safe for the whole family!</p>\r\n
    <p>2.[USER FRIENDLY]-This handy mosquito trap is extremely easy for everyone to use.&nbsp;It can be connected to any device with a USB port or a regular adapter (not included)</p>\r\n
    <p>3.[EASY TO CLEAN]- Say goodbye to unhygienic devices that can never be cleaned properly!&nbsp;This state-of-the-art bug zapper comes with a loop design that easily removes for regular cleaning and washing.</p>\r\n
    <p>4.[PORTABLE TO CARRY]-This mosquito zapper comes in a handy design, the small size allows you to carry it anywhere you need!&nbsp;Its compact shape and 20-40m range of use are excellent in terms of transportability options!</p>\r\n
    <p>5.[Low Decibel Operation]-Do not disturb sleep.&nbsp;Circulating sealed air duct.&nbsp;Inhalation of strong winds to kill mosquitoes</p>\r\n
    <p>360&deg; mosquito trap.&nbsp;Catch mosquitoes by mimicking human body temperature Body temperature</p>\r\n
    <p data-spm-anchor-id="a2g0o.detail.1000023.i2.5fb47e79bBoENh">Four mosquito trap lamp beads.&nbsp;Removable Mosquito Repellent Storage Box</p>\r\n
    <p data-spm-anchor-id="a2g0o.detail.1000023.i2.5fb47e79bBoENh">Product size : 10 x 17H cm&nbsp;</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1692;s:10:"product_id";i:1694;s:6:"locale";s:2:"en";s:4:"name";s:69:"Led Mosquito Killer Lamp USB Electric Mosquito Repeller Mosquito Trap";s:11:"description";s:1766:"<h3>Description :&nbsp;</h3>\r\n
    <p>Product power supply: USB</p>\r\n
    <p>Size: 10X10X17.5CM</p>\r\n
    <p>Weight: 230G</p>\r\n
    <p>White colour</p>\r\n
    <p>Rated power: 5W</p>\r\n
    <p><strong>Not&nbsp;Rechargeable&nbsp;&nbsp;</strong></p>\r\n
    <p><strong>Specifications:</strong></p>\r\n
    <p>1.[GREAT FOR KIDS AND PETS]-Our Electronic Mosquito Trapper is 100% safe for humans and pets as it contains no chemicals, emits no radiation and is completely non-toxic .&nbsp;Unlike other similar products, you won't have to worry about strange smells or noise, and your kids will have a much healthier environment.&nbsp;This amazing device is completely safe for the whole family!</p>\r\n
    <p>2.[USER FRIENDLY]-This handy mosquito trap is extremely easy for everyone to use.&nbsp;It can be connected to any device with a USB port or a regular adapter (not included)</p>\r\n
    <p>3.[EASY TO CLEAN]- Say goodbye to unhygienic devices that can never be cleaned properly!&nbsp;This state-of-the-art bug zapper comes with a loop design that easily removes for regular cleaning and washing.</p>\r\n
    <p>4.[PORTABLE TO CARRY]-This mosquito zapper comes in a handy design, the small size allows you to carry it anywhere you need!&nbsp;Its compact shape and 20-40m range of use are excellent in terms of transportability options!</p>\r\n
    <p>5.[Low Decibel Operation]-Do not disturb sleep.&nbsp;Circulating sealed air duct.&nbsp;Inhalation of strong winds to kill mosquitoes</p>\r\n
    <p>360&deg; mosquito trap.&nbsp;Catch mosquitoes by mimicking human body temperature Body temperature</p>\r\n
    <p data-spm-anchor-id="a2g0o.detail.1000023.i2.5fb47e79bBoENh">Four mosquito trap lamp beads.&nbsp;Removable Mosquito Repellent Storage Box</p>\r\n
    <p data-spm-anchor-id="a2g0o.detail.1000023.i2.5fb47e79bBoENh">Product size : 10 x 17H cm&nbsp;</p>";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:1709;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:1711;s:10:"created_at";s:19:"2024-08-11 13:58:33";s:10:"updated_at";s:19:"2024-08-11 13:58:33";s:13:"meta_keywords";a:10:{i:0;s:6:"Insect";i:1;s:3:"bat";i:2;s:8:"Mosquito";i:3;s:6:"Killer";i:4;s:4:"lamp";i:5;s:8:"Electric";i:6;s:4:"wall";i:7;s:5:"light";i:8;s:3:"usb";i:9;s:2:"uv";}}s:11:"\x00*\x00original";a:5:{s:2:"id";i:1709;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:1711;s:10:"created_at";s:19:"2024-08-11 13:58:33";s:10:"updated_at";s:19:"2024-08-11 13:58:33";}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:1711;s:12:"meta_data_id";i:1709;s:6:"locale";s:2:"en";s:10:"meta_title";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";s:13:"meta_keywords";s:80:"["Insect","bat","Mosquito","Killer","lamp","Electric","wall","light","usb","uv"]";s:16:"meta_description";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";}s:11:"\x00*\x00original";a:6:{s:2:"id";i:1711;s:12:"meta_data_id";i:1709;s:6:"locale";s:2:"en";s:10:"meta_title";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";s:13:"meta_keywords";s:80:"["Insect","bat","Mosquito","Killer","lamp","Electric","wall","light","usb","uv"]";s:16:"meta_description";s:71:"Insect Bat Mosquito Killer Lamp Electric Wall Insect Lamps UV Light USB";}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:101:"https://black-lb.com/products/insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb";}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/insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb"
      #requestUri: "/products/insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#774}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1198}
    
     */
    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/insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb"
      #requestUri: "/products/insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#774}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1198}
    
|--------------------------------------------------------------------------
| 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/insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb"
      #requestUri: "/products/insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#774}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1198}
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
TZ
"Europe/Berlin"
REDIRECT_REDIRECT_REDIRECT_UNIQUE_ID
"aau5ySe4fsILD3dyzJROOgAAAA0"
REDIRECT_REDIRECT_REDIRECT_SCRIPT_URL
"/products/insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb"
REDIRECT_REDIRECT_REDIRECT_SCRIPT_URI
"https://black-lb.com/products/insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb"
REDIRECT_REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_REDIRECT_SSL_TLS_SNI
"black-lb.com"
REDIRECT_REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_REDIRECT_UNIQUE_ID
"aau5ySe4fsILD3dyzJROOgAAAA0"
REDIRECT_REDIRECT_SCRIPT_URL
"/products/insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb"
REDIRECT_REDIRECT_SCRIPT_URI
"https://black-lb.com/products/insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_SSL_TLS_SNI
"black-lb.com"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aau5ySe4fsILD3dyzJROOgAAAA0"
REDIRECT_SCRIPT_URL
"/products/insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb"
REDIRECT_SCRIPT_URI
"https://black-lb.com/products/insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"black-lb.com"
REDIRECT_HANDLER
"application/x-httpd-ea-php73"
REDIRECT_STATUS
"200"
UNIQUE_ID
"aau5ySe4fsILD3dyzJROOgAAAA0"
SCRIPT_URL
"/products/insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb"
SCRIPT_URI
"https://black-lb.com/products/insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb"
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
"9266"
REDIRECT_URL
"/public/index.php"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/products/insect-bat-mosquito-killer-lamp-electric-wall-insect-lamps-uv-light-usb"
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
1772861897.6487
REQUEST_TIME
1772861897
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