Multifunctional Folding Laptop Table Stand for bed, sofa and office

A1008
$23.00 $45.00
Out of Stock

Multifunctional Folding Laptop Table Stand for bed and sofa

Portable Folding Notebook or Laptop stand in office

 

Features:   Adjustable aluminum laptop table
 ✔This lightweight flexible design desk allows you to carry your laptop, monitor, book and other small necessary items anywhere you go.

✔It can save a lot space and keep your living or working room neat and organized.

✔This laptop tray table is the perfect choice for you! You can adjust this desk to any position or angle that makes you feel comfortable when you want to relax on bed or sit on couch.

✔It's really amazing to adjust your workstation to an angle and height that makes you feel 100% comfortable at home. It can effectively reduce back stress and neck pain! Just use it in any way you want.

✔You will save a large sum of money with this table. Because this ergonomic table can also be used as a TV dinner or breakfast tray, sound equipment, projector, notebook standing desks, book tray, writing desk, tablet holder, and other then laptop stand. 


Specifications: Laptop desk  
☛Color: Black
☛Folding size: 42*27cm
☛N.W:1.1kg
☛Maximum height:48cm
☛Laptop suitable:17' and smaller size

 

With increasing number of cases of neck and shoulder pain due to sitting infront of the computer for long hours, it is extremely important to get your screen to be aligned with your eyes whether in your office or at home

Related Products

You might also like

Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(/home/blacklb/public_html/storage/framework/sessions/xSPQOsADd9cj0sTDo2x9cjIZkG3XG7XI6W8TnVq4): failed to open stream: No space left on device ErrorException thrown with message "file_put_contents(/home/blacklb/public_html/storage/framework/sessions/xSPQOsADd9cj0sTDo2x9cjIZkG3XG7XI6W8TnVq4): 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/xSPQOsADd9cj0sTDo2x9cjIZkG3XG7XI6W8TnVq4): 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/xSPQOsADd9cj0sTDo2x9cjIZkG3XG7XI6W8TnVq4"
    
  2. """
    a:5:{s:6:"_token";s:40:"fH22DqSDYLOuXoTJwgEZ5bGEmYWyqdD2JWTmseOG";s:6:"locale";s:2:"en";s:67:"xSPQOsADd9cj0sTDo2x9cjIZkG3XG7XI6W8TnVq4_recently_viewed_cart_items";O:32:"Darryldecode\Cart\CartCollection":1:{s:8:"\x00*\x00items";a:1:{i:199;O:32:"Darryldecode\Cart\ItemCollection":2:{s:9:"\x00*\x00config";N;s:8:"\x00*\x00items";a:6:{s:2:"id";i:199;s:4:"name";s:67:"Multifunctional Folding Laptop Table Stand for bed, sofa and office";s:5:"price";d:23;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:199;s:12:"tax_class_id";N;s:4:"slug";s:66:"multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office";s:5:"price";s:7:"45.0000";s:13:"special_price";s:7:"23.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"23.0000";s:3:"sku";s:5:"A1008";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:5877;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:"2020-05-03 00:23:21";s:10:"updated_at";s:19:"2026-03-04 11:08:13";}s:11:"\x00*\x00original";a:20:{s:2:"id";i:199;s:12:"tax_class_id";N;s:4:"slug";s:66:"multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office";s:5:"price";s:7:"45.0000";s:13:"special_price";s:7:"23.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"23.0000";s:3:"sku";s:5:"A1008";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:5877;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:"2020-05-03 00:23:21";s:10:"updated_at";s:19:"2026-03-04 11:08:13";}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:197;s:10:"product_id";i:199;s:6:"locale";s:2:"en";s:4:"name";s:67:"Multifunctional Folding Laptop Table Stand for bed, sofa and office";s:11:"description";s:2495:"<p>Multifunctional Folding Laptop Table Stand for bed and sofa</p>\r\n
    <p><span style="font-size: large;"><strong data-spm-anchor-id="a2700.details.pronpeci14.i0.67cb33d87OHMRo">Portable Folding Notebook or Laptop stand in office</strong></span><strong><em><span style="font-size: large;"><br /></span></em></strong></p>\r\n
    <p><span style="font-size: large;"><strong>&nbsp;</strong></span></p>\r\n
    <p><strong><em><span style="font-size: large;">Features</span></em><span style="font-size: medium;">:</span></strong>&nbsp;&nbsp;<strong>&nbsp;<span style="font-size: medium;">Adjustable aluminum laptop table</span></strong><br />&nbsp;<span style="font-family: Times New Roman, Times; font-size: medium;">✔This lightweight flexible design desk allows you to carry your laptop, monitor, book and other small necessary items anywhere you go.<br /><br />✔It can save a lot space and keep your living or working room neat and organized.<br /><br />✔This laptop tray table is the perfect choice for you! You can adjust this desk to any position or angle that makes you feel comfortable when you want to relax on bed or sit on couch.<br /><br />✔It's really amazing to adjust your workstation to an angle and height that makes you feel 100% comfortable at home. It can effectively reduce back stress and neck pain! Just use it in any way you want.<br /><br />✔You will save a large sum of money with this table. Because this ergonomic table can also be used as a TV dinner or breakfast tray, sound equipment, projector, notebook standing desks, book tray, writing desk, tablet holder, and other then laptop stand.&nbsp;</span></p>\r\n
    <p><span style="font-family: Times New Roman, Times; font-size: medium;"><br /></span><strong><em>Specifications:</em><span style="font-size: medium;">&nbsp;</span><span style="font-size: medium;">Laptop desk&nbsp;</span></strong><span style="font-family: Times New Roman, Times;"><span style="font-size: medium;">&nbsp;<br />☛Color: Black<br />☛Folding size: 42*27cm<br />☛N.W:1.1kg<br />☛Maximum height:48cm<br />☛Laptop suitable:17' and smaller size</span></span></p>\r\n
    <p><span style="font-size: medium;">&nbsp;</span></p>\r\n
    <p><span style="font-size: medium;">With increasing number of cases of neck and shoulder pain due to sitting infront of the computer for long hours, it is extremely important to get your screen to be aligned with your eyes whether in your office or at home<span style="font-family: Times New Roman, Times;"><br /></span></span></p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:197;s:10:"product_id";i:199;s:6:"locale";s:2:"en";s:4:"name";s:67:"Multifunctional Folding Laptop Table Stand for bed, sofa and office";s:11:"description";s:2495:"<p>Multifunctional Folding Laptop Table Stand for bed and sofa</p>\r\n
    <p><span style="font-size: large;"><strong data-spm-anchor-id="a2700.details.pronpeci14.i0.67cb33d87OHMRo">Portable Folding Notebook or Laptop stand in office</strong></span><strong><em><span style="font-size: large;"><br /></span></em></strong></p>\r\n
    <p><span style="font-size: large;"><strong>&nbsp;</strong></span></p>\r\n
    <p><strong><em><span style="font-size: large;">Features</span></em><span style="font-size: medium;">:</span></strong>&nbsp;&nbsp;<strong>&nbsp;<span style="font-size: medium;">Adjustable aluminum laptop table</span></strong><br />&nbsp;<span style="font-family: Times New Roman, Times; font-size: medium;">✔This lightweight flexible design desk allows you to carry your laptop, monitor, book and other small necessary items anywhere you go.<br /><br />✔It can save a lot space and keep your living or working room neat and organized.<br /><br />✔This laptop tray table is the perfect choice for you! You can adjust this desk to any position or angle that makes you feel comfortable when you want to relax on bed or sit on couch.<br /><br />✔It's really amazing to adjust your workstation to an angle and height that makes you feel 100% comfortable at home. It can effectively reduce back stress and neck pain! Just use it in any way you want.<br /><br />✔You will save a large sum of money with this table. Because this ergonomic table can also be used as a TV dinner or breakfast tray, sound equipment, projector, notebook standing desks, book tray, writing desk, tablet holder, and other then laptop stand.&nbsp;</span></p>\r\n
    <p><span style="font-family: Times New Roman, Times; font-size: medium;"><br /></span><strong><em>Specifications:</em><span style="font-size: medium;">&nbsp;</span><span style="font-size: medium;">Laptop desk&nbsp;</span></strong><span style="font-family: Times New Roman, Times;"><span style="font-size: medium;">&nbsp;<br />☛Color: Black<br />☛Folding size: 42*27cm<br />☛N.W:1.1kg<br />☛Maximum height:48cm<br />☛Laptop suitable:17' and smaller size</span></span></p>\r\n
    <p><span style="font-size: medium;">&nbsp;</span></p>\r\n
    <p><span style="font-size: medium;">With increasing number of cases of neck and shoulder pain due to sitting infront of the computer for long hours, it is extremely important to get your screen to be aligned with your eyes whether in your office or at home<span style="font-family: Times New Roman, Times;"><br /></span></span></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:8:{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:972;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1yyN3l_JYBeNjy1zeq6yhzVXaN.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/dCid3vu981h9VJJwkrylrBsRUnbpBe33QYjwnvSE.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"449325";s:10:"created_at";s:19:"2020-05-03 00:19:03";s:10:"updated_at";s:19:"2020-05-03 00:19:03";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:972;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1yyN3l_JYBeNjy1zeq6yhzVXaN.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/dCid3vu981h9VJJwkrylrBsRUnbpBe33QYjwnvSE.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"449325";s:10:"created_at";s:19:"2020-05-03 00:19:03";s:10:"updated_at";s:19:"2020-05-03 00:19:03";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:972;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64685;s:10:"pivot_zone";s:10:"base_image";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:972;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64685;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:972;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64685;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}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:976;s:7:"user_id";i:1;s:8:"filename";s:9:"sdbsb.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/fUNcOVeuzcFTzQw4lTJ2bL9NHRGNmCeAbylPZ3EO.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"148902";s:10:"created_at";s:19:"2020-05-03 00:21:48";s:10:"updated_at";s:19:"2020-05-03 00:21:48";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:976;s:7:"user_id";i:1;s:8:"filename";s:9:"sdbsb.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/fUNcOVeuzcFTzQw4lTJ2bL9NHRGNmCeAbylPZ3EO.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"148902";s:10:"created_at";s:19:"2020-05-03 00:21:48";s:10:"updated_at";s:19:"2020-05-03 00:21:48";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:976;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64686;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:976;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64686;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:976;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64686;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}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:974;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1vhbPlHGYBuNjy0Foq6AiBFXal.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/yiBFw8veECrVAaEGvkTULiSPk0zuhP4aKph7gJtp.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"175091";s:10:"created_at";s:19:"2020-05-03 00:21:47";s:10:"updated_at";s:19:"2020-05-03 00:21:47";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:974;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1vhbPlHGYBuNjy0Foq6AiBFXal.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/yiBFw8veECrVAaEGvkTULiSPk0zuhP4aKph7gJtp.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"175091";s:10:"created_at";s:19:"2020-05-03 00:21:47";s:10:"updated_at";s:19:"2020-05-03 00:21:47";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:974;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64687;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:974;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64687;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:974;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64687;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}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:973;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB11rz_lL5TBuNjSspcq6znGFXaL.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/glAU8ykPb9IHJjml3ZVEZGswRGeyvx9dTXbpbutJ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"123858";s:10:"created_at";s:19:"2020-05-03 00:21:47";s:10:"updated_at";s:19:"2020-05-03 00:21:47";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:973;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB11rz_lL5TBuNjSspcq6znGFXaL.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/glAU8ykPb9IHJjml3ZVEZGswRGeyvx9dTXbpbutJ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"123858";s:10:"created_at";s:19:"2020-05-03 00:21:47";s:10:"updated_at";s:19:"2020-05-03 00:21:47";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:973;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64688;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:973;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64688;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:973;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64688;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}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:975;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB17iELlH9YBuNjy0Fgq6AxcXXaX.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/zkiF9O9PDXf5pP2dr6CMX7CyE2FioBT5Q8JFz4Pk.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"210933";s:10:"created_at";s:19:"2020-05-03 00:21:48";s:10:"updated_at";s:19:"2020-05-03 00:21:48";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:975;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB17iELlH9YBuNjy0Fgq6AxcXXaX.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/zkiF9O9PDXf5pP2dr6CMX7CyE2FioBT5Q8JFz4Pk.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"210933";s:10:"created_at";s:19:"2020-05-03 00:21:48";s:10:"updated_at";s:19:"2020-05-03 00:21:48";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:975;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64689;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:975;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64689;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:975;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64689;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}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:978;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1a0gtlL1TBuNjy0Fjq6yjyXXau.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/nMVyFeKyPhkuGdWEM0ZAc5r07hD0RBQU9XypxIYD.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"104205";s:10:"created_at";s:19:"2020-05-03 00:21:49";s:10:"updated_at";s:19:"2020-05-03 00:21:49";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:978;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1a0gtlL1TBuNjy0Fjq6yjyXXau.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/nMVyFeKyPhkuGdWEM0ZAc5r07hD0RBQU9XypxIYD.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"104205";s:10:"created_at";s:19:"2020-05-03 00:21:49";s:10:"updated_at";s:19:"2020-05-03 00:21:49";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:978;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64690;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:978;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64690;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:978;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64690;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}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:977;s:7:"user_id";i:1;s:8:"filename";s:10:"sdbsdb.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/FHLvPi75EOdhF38EAGV21Ex1FQ5vlrGLwAhr1jlj.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"202634";s:10:"created_at";s:19:"2020-05-03 00:21:49";s:10:"updated_at";s:19:"2020-05-03 00:21:49";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:977;s:7:"user_id";i:1;s:8:"filename";s:10:"sdbsdb.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/FHLvPi75EOdhF38EAGV21Ex1FQ5vlrGLwAhr1jlj.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"202634";s:10:"created_at";s:19:"2020-05-03 00:21:49";s:10:"updated_at";s:19:"2020-05-03 00:21:49";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:977;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64691;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:977;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64691;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:977;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64691;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:7;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:979;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1bh5WdvuSBuNkHFqDq6xfhVXaR.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/2roLoRM0SoXeQFtw7ETCDWlhEujB8clo7uQbMFia.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"99567";s:10:"created_at";s:19:"2020-05-03 00:21:50";s:10:"updated_at";s:19:"2020-05-03 00:21:50";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:979;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1bh5WdvuSBuNkHFqDq6xfhVXaR.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/2roLoRM0SoXeQFtw7ETCDWlhEujB8clo7uQbMFia.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"99567";s:10:"created_at";s:19:"2020-05-03 00:21:50";s:10:"updated_at";s:19:"2020-05-03 00:21:50";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:979;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64692;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:979;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64692;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:979;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64692;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}}}s:15:"relatedProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:3:{i:0;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:62;s:12:"tax_class_id";N;s:4:"slug";s:73:"new-ai-smart-watch-bluetooth-headphone-heart-rate-monitor-smart-wristband";s:5:"price";s:7:"53.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"53.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3849;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:"2020-02-05 01:17:16";s:10:"updated_at";s:19:"2026-03-04 23:27:17";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:62;s:12:"tax_class_id";N;s:4:"slug";s:73:"new-ai-smart-watch-bluetooth-headphone-heart-rate-monitor-smart-wristband";s:5:"price";s:7:"53.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"53.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3849;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:"2020-02-05 01:17:16";s:10:"updated_at";s:19:"2026-03-04 23:27:17";s:16:"pivot_product_id";i:199;s:24:"pivot_related_product_id";i:62;}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:199;s:18:"related_product_id";i:62;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:199;s:18:"related_product_id";i:62;}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:60;s:10:"product_id";i:62;s:6:"locale";s:2:"en";s:4:"name";s:73:"New AI Smart Watch Bluetooth Headphone Heart Rate Monitor Smart Wristband";s:11:"description";s:1982:"<p><strong><span data-spm-anchor-id="a2g0o.detail.1000023.i0.58e44d14JbWN3W">Description:<br /></span></strong></p>\r\n
    <p>100% new high quality</p>\r\n
    <p>This is an AI smart bracelet and a TWS Bluetooth headset.</p>\r\n
    <p>Main functions: exercise heart rate, blood pressure, exercise step, calorie consumption calculation, exercise mileage record, sleep quality monitoring, alarm clock, intelligent anti-lost, sedentary reminder, etc.</p>\r\n
    <p>Support Chinese and English and other languages.</p>\r\n
    <p>Bluetooth headset: listen to music, make a call, remove the automatic connection</p>\r\n
    <p>Dual headphones: stereo listening songs</p>\r\n
    <p>Single earphone: Mono listening song</p>\r\n
    <p>Headphone charging method: put in the bracelet to charge</p>\r\n
    <p>Please see the instructions for more information.</p>\r\n
    <p><strong>Specifications:<br /></strong></p>\r\n
    <p>&nbsp;</p>\r\n
    <p>parameter:</p>\r\n
    <p>Applicable system: Android 4.4 or above, IOS 8.0 or above, Bluetooth 4.0 or higher</p>\r\n
    <p>Screen size: 0.96TFT color screen</p>\r\n
    <p>Resolution: 160*80</p>\r\n
    <p>Touch type: touch screen</p>\r\n
    <p>Battery type: polymer battery</p>\r\n
    <p>Battery capacity: 110-130mAh</p>\r\n
    <p>Charging method: USB charging stand</p>\r\n
    <p>Charging time: 1.5 hours</p>\r\n
    <p>Life time: 7 days, 15 days standby</p>\r\n
    <p>Bluetooth: Bluetooth 5.0</p>\r\n
    <p>Chip: NRF52832</p>\r\n
    <p>Material: PC+316</p>\r\n
    <p>Strap material: TPU</p>\r\n
    <p>&nbsp;</p>\r\n
    <p>Function: heart rate monitoring, blood pressure detection, motion monitoring, finding mobile phones, automatic sleep mode, smart alarm clock, time display, SMS reminder, etc.</p>\r\n
    <p><strong>Package Included:<br /></strong></p>\r\n
    <p>1* bracelet</p>\r\n
    <p>1* charging stand</p>\r\n
    <p>1* instruction manual</p>\r\n
    <p><strong>Notes:<br /></strong></p>\r\n
    <p>1. Due to differences between different displays, the picture may not reflect the actual color of the item.</p>\r\n
    <p>2. Compare with your detailed size, please allow 1-3mm error due to manual measurement.</p>\r\n
    <p>thank you for understanding.</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:60;s:10:"product_id";i:62;s:6:"locale";s:2:"en";s:4:"name";s:73:"New AI Smart Watch Bluetooth Headphone Heart Rate Monitor Smart Wristband";s:11:"description";s:1982:"<p><strong><span data-spm-anchor-id="a2g0o.detail.1000023.i0.58e44d14JbWN3W">Description:<br /></span></strong></p>\r\n
    <p>100% new high quality</p>\r\n
    <p>This is an AI smart bracelet and a TWS Bluetooth headset.</p>\r\n
    <p>Main functions: exercise heart rate, blood pressure, exercise step, calorie consumption calculation, exercise mileage record, sleep quality monitoring, alarm clock, intelligent anti-lost, sedentary reminder, etc.</p>\r\n
    <p>Support Chinese and English and other languages.</p>\r\n
    <p>Bluetooth headset: listen to music, make a call, remove the automatic connection</p>\r\n
    <p>Dual headphones: stereo listening songs</p>\r\n
    <p>Single earphone: Mono listening song</p>\r\n
    <p>Headphone charging method: put in the bracelet to charge</p>\r\n
    <p>Please see the instructions for more information.</p>\r\n
    <p><strong>Specifications:<br /></strong></p>\r\n
    <p>&nbsp;</p>\r\n
    <p>parameter:</p>\r\n
    <p>Applicable system: Android 4.4 or above, IOS 8.0 or above, Bluetooth 4.0 or higher</p>\r\n
    <p>Screen size: 0.96TFT color screen</p>\r\n
    <p>Resolution: 160*80</p>\r\n
    <p>Touch type: touch screen</p>\r\n
    <p>Battery type: polymer battery</p>\r\n
    <p>Battery capacity: 110-130mAh</p>\r\n
    <p>Charging method: USB charging stand</p>\r\n
    <p>Charging time: 1.5 hours</p>\r\n
    <p>Life time: 7 days, 15 days standby</p>\r\n
    <p>Bluetooth: Bluetooth 5.0</p>\r\n
    <p>Chip: NRF52832</p>\r\n
    <p>Material: PC+316</p>\r\n
    <p>Strap material: TPU</p>\r\n
    <p>&nbsp;</p>\r\n
    <p>Function: heart rate monitoring, blood pressure detection, motion monitoring, finding mobile phones, automatic sleep mode, smart alarm clock, time display, SMS reminder, etc.</p>\r\n
    <p><strong>Package Included:<br /></strong></p>\r\n
    <p>1* bracelet</p>\r\n
    <p>1* charging stand</p>\r\n
    <p>1* instruction manual</p>\r\n
    <p><strong>Notes:<br /></strong></p>\r\n
    <p>1. Due to differences between different displays, the picture may not reflect the actual color of the item.</p>\r\n
    <p>2. Compare with your detailed size, please allow 1-3mm error due to manual measurement.</p>\r\n
    <p>thank you for understanding.</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:67;s:12:"tax_class_id";N;s:4:"slug";s:16:"mini-laptop-desk";s:5:"price";s:7:"17.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:5425;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:"2020-02-07 16:11:44";s:10:"updated_at";s:19:"2026-03-05 11:31:09";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:67;s:12:"tax_class_id";N;s:4:"slug";s:16:"mini-laptop-desk";s:5:"price";s:7:"17.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:5425;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:"2020-02-07 16:11:44";s:10:"updated_at";s:19:"2026-03-05 11:31:09";s:16:"pivot_product_id";i:199;s:24:"pivot_related_product_id";i:67;}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:199;s:18:"related_product_id";i:67;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:199;s:18:"related_product_id";i:67;}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:1145;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:65;s:10:"product_id";i:67;s:6:"locale";s:2:"en";s:4:"name";s:16:"Mini Laptop Desk";s:11:"description";s:2179:"<div id="featurebullets_feature_div" class="feature" data-feature-name="featurebullets" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-none">\r\n
    <li><span class="a-list-item">HIGHLY VERSATILE &ndash; This multifunctional table will be a perfect addition to your office, home or home office. Use it as a multifunctional workstation, a standing desk for office work, a snack tray for watching TV, a laptop or tablet stand for relaxing in bed or a food table to enjoy breakfast in bed!</span></li>\r\n
    <li><span class="a-list-item">HEALTHIER WORKING - When used in conjunction with a regular desk it enables you to work while standing; freeing ourselves from disorders such as backache, neck pain and stiffness caused by sitting long hours in the same posture.</span></li>\r\n
    <li><span class="a-list-item">EASY TO USE &ndash; You can easily enable quick height changes (adjustable from 9.4"-12.6") on this table using two auto-lock buttons on each side. In addition, you can also adjust the surface angle from 0-30 by pulling a lock button and releasing it when you get the desired angle.</span></li>\r\n
    <li><span class="a-list-item">LIGHT BUT STURDY &ndash; This table is light enough to carry around, ergonomic, environmentally friendly, yet strongly built and durable having been made of 100% high quality engineered wood.</span></li>\r\n
    <li><span class="a-list-item">PORTABLE &ndash; Apart from being lightweight, this table is easily foldable, making it super convenient for you to take it anywhere or even to stow away. Now you can have your own ergonomic workstation ready anytime, anyplace!</span></li>\r\n
    <li><span class="a-list-item">Tabletop: Oak</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="globalStoreInfoBullets_feature_div" class="feature" data-feature-name="globalStoreInfoBullets" data-cel-widget="globalStoreInfoBullets_feature_div">&nbsp;</div>\r\n
    <div id="amazonGlobal_feature_div" class="feature" data-feature-name="amazonGlobal" data-cel-widget="amazonGlobal_feature_div">&nbsp;</div>\r\n
    <div id="HLCXComparisonJumplink_feature_div">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:65;s:10:"product_id";i:67;s:6:"locale";s:2:"en";s:4:"name";s:16:"Mini Laptop Desk";s:11:"description";s:2179:"<div id="featurebullets_feature_div" class="feature" data-feature-name="featurebullets" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-none">\r\n
    <li><span class="a-list-item">HIGHLY VERSATILE &ndash; This multifunctional table will be a perfect addition to your office, home or home office. Use it as a multifunctional workstation, a standing desk for office work, a snack tray for watching TV, a laptop or tablet stand for relaxing in bed or a food table to enjoy breakfast in bed!</span></li>\r\n
    <li><span class="a-list-item">HEALTHIER WORKING - When used in conjunction with a regular desk it enables you to work while standing; freeing ourselves from disorders such as backache, neck pain and stiffness caused by sitting long hours in the same posture.</span></li>\r\n
    <li><span class="a-list-item">EASY TO USE &ndash; You can easily enable quick height changes (adjustable from 9.4"-12.6") on this table using two auto-lock buttons on each side. In addition, you can also adjust the surface angle from 0-30 by pulling a lock button and releasing it when you get the desired angle.</span></li>\r\n
    <li><span class="a-list-item">LIGHT BUT STURDY &ndash; This table is light enough to carry around, ergonomic, environmentally friendly, yet strongly built and durable having been made of 100% high quality engineered wood.</span></li>\r\n
    <li><span class="a-list-item">PORTABLE &ndash; Apart from being lightweight, this table is easily foldable, making it super convenient for you to take it anywhere or even to stow away. Now you can have your own ergonomic workstation ready anytime, anyplace!</span></li>\r\n
    <li><span class="a-list-item">Tabletop: Oak</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="globalStoreInfoBullets_feature_div" class="feature" data-feature-name="globalStoreInfoBullets" data-cel-widget="globalStoreInfoBullets_feature_div">&nbsp;</div>\r\n
    <div id="amazonGlobal_feature_div" class="feature" data-feature-name="amazonGlobal" data-cel-widget="amazonGlobal_feature_div">&nbsp;</div>\r\n
    <div id="HLCXComparisonJumplink_feature_div">&nbsp;</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:2;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:198;s:12:"tax_class_id";N;s:4:"slug";s:76:"foldable-bluetooth-wireless-p47-headphones-noise-canceling-mp3-mp4-fm-player";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"16.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"16.0000";s:3:"sku";s:5:"A1043";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8237;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:"2020-05-02 23:52:15";s:10:"updated_at";s:19:"2026-03-04 13:22:37";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:198;s:12:"tax_class_id";N;s:4:"slug";s:76:"foldable-bluetooth-wireless-p47-headphones-noise-canceling-mp3-mp4-fm-player";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"16.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"16.0000";s:3:"sku";s:5:"A1043";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8237;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:"2020-05-02 23:52:15";s:10:"updated_at";s:19:"2026-03-04 13:22:37";s:16:"pivot_product_id";i:199;s:24:"pivot_related_product_id";i:198;}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:199;s:18:"related_product_id";i:198;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:199;s:18:"related_product_id";i:198;}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:1145;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:196;s:10:"product_id";i:198;s:6:"locale";s:2:"en";s:4:"name";s:76:"Foldable Bluetooth Wireless P47 Headphones Noise Canceling MP3/MP4/FM Player";s:11:"description";s:1168:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2a0e.pdp.0.i1.2490568dDtag2E">Product details of P47-Wireless Bluetooth Foldable High Bass Headphone White Color</h2>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone White Color</p>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc ">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">Works with or without Bluetooth capability</li>\r\n
    <li class="">Easy to controls your headphones</li>\r\n
    <li class="">Adjustable Headband</li>\r\n
    <li class="">Foldable Portable Design</li>\r\n
    <li class="">High Quality P47-Wireless Bluetooth Foldable High Bass Headphone</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <p><strong>Color: White</strong></p>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone</p>\r\n
    <ul>\r\n
    <li>Not only wireless, also can be used as wired headphone</li>\r\n
    <li>Bluetooth High Speed Connected, Anwsering Incoming Calls, Handsfree Talking</li>\r\n
    <li>Suport TF card and FM radio.</li>\r\n
    <li>Also Provides a simple 3.5mm wired connection of a variety of devices</li>\r\n
    <li>Superior Compability, High FidelitySurround Sound</li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:196;s:10:"product_id";i:198;s:6:"locale";s:2:"en";s:4:"name";s:76:"Foldable Bluetooth Wireless P47 Headphones Noise Canceling MP3/MP4/FM Player";s:11:"description";s:1168:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2a0e.pdp.0.i1.2490568dDtag2E">Product details of P47-Wireless Bluetooth Foldable High Bass Headphone White Color</h2>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone White Color</p>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc ">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">Works with or without Bluetooth capability</li>\r\n
    <li class="">Easy to controls your headphones</li>\r\n
    <li class="">Adjustable Headband</li>\r\n
    <li class="">Foldable Portable Design</li>\r\n
    <li class="">High Quality P47-Wireless Bluetooth Foldable High Bass Headphone</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <p><strong>Color: White</strong></p>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone</p>\r\n
    <ul>\r\n
    <li>Not only wireless, also can be used as wired headphone</li>\r\n
    <li>Bluetooth High Speed Connected, Anwsering Incoming Calls, Handsfree Talking</li>\r\n
    <li>Suport TF card and FM radio.</li>\r\n
    <li>Also Provides a simple 3.5mm wired connection of a variety of devices</li>\r\n
    <li>Superior Compability, High FidelitySurround Sound</li>\r\n
    </ul>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s:14:"upSellProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:3:{i:0;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:61;s:12:"tax_class_id";N;s:4:"slug";s:117:"smart-watch-bluetooth-4.0-call-heart-rate-ecg-monitoring-sports-watch-for-tracke-women-men-2020-for-apple-ios-android";s:5:"price";s:7:"33.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"33.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3966;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:"2020-02-04 15:26:45";s:10:"updated_at";s:19:"2026-03-03 19:46:02";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:61;s:12:"tax_class_id";N;s:4:"slug";s:117:"smart-watch-bluetooth-4.0-call-heart-rate-ecg-monitoring-sports-watch-for-tracke-women-men-2020-for-apple-ios-android";s:5:"price";s:7:"33.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"33.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3966;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:"2020-02-04 15:26:45";s:10:"updated_at";s:19:"2026-03-03 19:46:02";s:16:"pivot_product_id";i:199;s:24:"pivot_up_sell_product_id";i:61;}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:"up_sell_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:199;s:18:"up_sell_product_id";i:61;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:199;s:18:"up_sell_product_id";i:61;}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:"up_sell_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:59;s:10:"product_id";i:61;s:6:"locale";s:2:"en";s:4:"name";s:37:"Smart Watch Bluetooth 4.0 unisex 2020";s:11:"description";s:6319:"<dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Place of Origin" data-spm-anchor-id="a2700.wholesale.prilinga1e.i0.554743fenbrEKe">Smart Watch Bluetooth 4.0 unisex 2020 for Apple IOS Android</span></dt>\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Place of Origin" data-spm-anchor-id="a2700.wholesale.prilinga1e.i0.554743fenbrEKe">Smart Watch Bluetooth 4.0 Call Heart Rate ECG Monitoring Sports Watch for Tracke women/men 2020 for Apple IOS Android</span></dt>\r\n
    <dt class="do-entry-item"></dt>\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Place of Origin" data-spm-anchor-id="a2700.wholesale.prilinga1e.i0.554743fenbrEKe">Place of Origin:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Guangdong, China" data-spm-anchor-id="a2700.wholesale.prilinga1e.i2.554743fenbrEKe">Guangdong, China</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Brand Name">Brand Name:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="OEM/ODM">OEM/ODM</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Model Number">Model Number:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="W34">W34</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Display Type">Display Type:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="IPS">IPS</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Screen Resolution">Screen Resolution:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="320x240">320x240</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Feature">Feature:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Auto Focus, Build in Flash, EMAIL, FM Radio, MP3 Playback, Qwerty Keyboard, Touch Screen, WiFi, Bluetooth">Auto Focus, Build in Flash, EMAIL, FM Radio, MP3 Playback, Qwerty Keyboard, Touch Screen, WiFi, Bluetooth</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Display Color">Display Color:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Black / White">Black / White</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item" data-spm-anchor-id="a2700.wholesale.prilinga1e.i1.554743fenbrEKe"><span class="attr-name J-attr-name" title="Operation System">Operation System:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="ANDROID IOS">ANDROID IOS</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Camera">Camera:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="No Camera">No Camera</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Screen">Screen:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="&lt; 2&quot;">&lt; 2"</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Design">Design:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="SLIDER">SLIDER</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Function">Function:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Call &amp; Message Notification">Call &amp; Message Notification</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Product Name">Product Name:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="W34 Smart Watch">W34 Smart Watch</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Waterproof">Waterproof:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="IP67">IP67</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Color">Color:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="black, silver">black, silver</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Compatible">Compatible:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="IOS  Android">IOS Android</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="CPU">CPU:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="MTK6502">MTK6502</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Screen Size">Screen Size:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="1.54inch IPS 240*240 round display">1.54inch IPS 240*240 round display</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Battery">Battery:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="210mah">210mah</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Bluetooth">Bluetooth:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="3.0,4.0">3.0,4.0</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Charge Mode">Charge Mode:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="usb">usb</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Main function">Main function:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="ECG, BL Headset, Music, Sleep monitor,Dialing,Voice alam clock">ECG, BL Headset, Music, Sleep monitor,Dialing,Voice alam clock</div>\r\n
    </dd>\r\n
    </dl>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:59;s:10:"product_id";i:61;s:6:"locale";s:2:"en";s:4:"name";s:37:"Smart Watch Bluetooth 4.0 unisex 2020";s:11:"description";s:6319:"<dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Place of Origin" data-spm-anchor-id="a2700.wholesale.prilinga1e.i0.554743fenbrEKe">Smart Watch Bluetooth 4.0 unisex 2020 for Apple IOS Android</span></dt>\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Place of Origin" data-spm-anchor-id="a2700.wholesale.prilinga1e.i0.554743fenbrEKe">Smart Watch Bluetooth 4.0 Call Heart Rate ECG Monitoring Sports Watch for Tracke women/men 2020 for Apple IOS Android</span></dt>\r\n
    <dt class="do-entry-item"></dt>\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Place of Origin" data-spm-anchor-id="a2700.wholesale.prilinga1e.i0.554743fenbrEKe">Place of Origin:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Guangdong, China" data-spm-anchor-id="a2700.wholesale.prilinga1e.i2.554743fenbrEKe">Guangdong, China</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Brand Name">Brand Name:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="OEM/ODM">OEM/ODM</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Model Number">Model Number:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="W34">W34</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Display Type">Display Type:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="IPS">IPS</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Screen Resolution">Screen Resolution:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="320x240">320x240</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Feature">Feature:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Auto Focus, Build in Flash, EMAIL, FM Radio, MP3 Playback, Qwerty Keyboard, Touch Screen, WiFi, Bluetooth">Auto Focus, Build in Flash, EMAIL, FM Radio, MP3 Playback, Qwerty Keyboard, Touch Screen, WiFi, Bluetooth</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Display Color">Display Color:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Black / White">Black / White</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item" data-spm-anchor-id="a2700.wholesale.prilinga1e.i1.554743fenbrEKe"><span class="attr-name J-attr-name" title="Operation System">Operation System:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="ANDROID IOS">ANDROID IOS</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Camera">Camera:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="No Camera">No Camera</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Screen">Screen:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="&lt; 2&quot;">&lt; 2"</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Design">Design:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="SLIDER">SLIDER</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Function">Function:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Call &amp; Message Notification">Call &amp; Message Notification</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Product Name">Product Name:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="W34 Smart Watch">W34 Smart Watch</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Waterproof">Waterproof:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="IP67">IP67</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Color">Color:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="black, silver">black, silver</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Compatible">Compatible:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="IOS  Android">IOS Android</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="CPU">CPU:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="MTK6502">MTK6502</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Screen Size">Screen Size:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="1.54inch IPS 240*240 round display">1.54inch IPS 240*240 round display</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Battery">Battery:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="210mah">210mah</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Bluetooth">Bluetooth:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="3.0,4.0">3.0,4.0</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Charge Mode">Charge Mode:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="usb">usb</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Main function">Main function:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="ECG, BL Headset, Music, Sleep monitor,Dialing,Voice alam clock">ECG, BL Headset, Music, Sleep monitor,Dialing,Voice alam clock</div>\r\n
    </dd>\r\n
    </dl>";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:67;s:12:"tax_class_id";N;s:4:"slug";s:16:"mini-laptop-desk";s:5:"price";s:7:"17.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:5425;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:"2020-02-07 16:11:44";s:10:"updated_at";s:19:"2026-03-05 11:31:09";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:67;s:12:"tax_class_id";N;s:4:"slug";s:16:"mini-laptop-desk";s:5:"price";s:7:"17.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:5425;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:"2020-02-07 16:11:44";s:10:"updated_at";s:19:"2026-03-05 11:31:09";s:16:"pivot_product_id";i:199;s:24:"pivot_up_sell_product_id";i:67;}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:"up_sell_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:199;s:18:"up_sell_product_id";i:67;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:199;s:18:"up_sell_product_id";i:67;}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:1753;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_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:65;s:10:"product_id";i:67;s:6:"locale";s:2:"en";s:4:"name";s:16:"Mini Laptop Desk";s:11:"description";s:2179:"<div id="featurebullets_feature_div" class="feature" data-feature-name="featurebullets" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-none">\r\n
    <li><span class="a-list-item">HIGHLY VERSATILE &ndash; This multifunctional table will be a perfect addition to your office, home or home office. Use it as a multifunctional workstation, a standing desk for office work, a snack tray for watching TV, a laptop or tablet stand for relaxing in bed or a food table to enjoy breakfast in bed!</span></li>\r\n
    <li><span class="a-list-item">HEALTHIER WORKING - When used in conjunction with a regular desk it enables you to work while standing; freeing ourselves from disorders such as backache, neck pain and stiffness caused by sitting long hours in the same posture.</span></li>\r\n
    <li><span class="a-list-item">EASY TO USE &ndash; You can easily enable quick height changes (adjustable from 9.4"-12.6") on this table using two auto-lock buttons on each side. In addition, you can also adjust the surface angle from 0-30 by pulling a lock button and releasing it when you get the desired angle.</span></li>\r\n
    <li><span class="a-list-item">LIGHT BUT STURDY &ndash; This table is light enough to carry around, ergonomic, environmentally friendly, yet strongly built and durable having been made of 100% high quality engineered wood.</span></li>\r\n
    <li><span class="a-list-item">PORTABLE &ndash; Apart from being lightweight, this table is easily foldable, making it super convenient for you to take it anywhere or even to stow away. Now you can have your own ergonomic workstation ready anytime, anyplace!</span></li>\r\n
    <li><span class="a-list-item">Tabletop: Oak</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="globalStoreInfoBullets_feature_div" class="feature" data-feature-name="globalStoreInfoBullets" data-cel-widget="globalStoreInfoBullets_feature_div">&nbsp;</div>\r\n
    <div id="amazonGlobal_feature_div" class="feature" data-feature-name="amazonGlobal" data-cel-widget="amazonGlobal_feature_div">&nbsp;</div>\r\n
    <div id="HLCXComparisonJumplink_feature_div">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:65;s:10:"product_id";i:67;s:6:"locale";s:2:"en";s:4:"name";s:16:"Mini Laptop Desk";s:11:"description";s:2179:"<div id="featurebullets_feature_div" class="feature" data-feature-name="featurebullets" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-none">\r\n
    <li><span class="a-list-item">HIGHLY VERSATILE &ndash; This multifunctional table will be a perfect addition to your office, home or home office. Use it as a multifunctional workstation, a standing desk for office work, a snack tray for watching TV, a laptop or tablet stand for relaxing in bed or a food table to enjoy breakfast in bed!</span></li>\r\n
    <li><span class="a-list-item">HEALTHIER WORKING - When used in conjunction with a regular desk it enables you to work while standing; freeing ourselves from disorders such as backache, neck pain and stiffness caused by sitting long hours in the same posture.</span></li>\r\n
    <li><span class="a-list-item">EASY TO USE &ndash; You can easily enable quick height changes (adjustable from 9.4"-12.6") on this table using two auto-lock buttons on each side. In addition, you can also adjust the surface angle from 0-30 by pulling a lock button and releasing it when you get the desired angle.</span></li>\r\n
    <li><span class="a-list-item">LIGHT BUT STURDY &ndash; This table is light enough to carry around, ergonomic, environmentally friendly, yet strongly built and durable having been made of 100% high quality engineered wood.</span></li>\r\n
    <li><span class="a-list-item">PORTABLE &ndash; Apart from being lightweight, this table is easily foldable, making it super convenient for you to take it anywhere or even to stow away. Now you can have your own ergonomic workstation ready anytime, anyplace!</span></li>\r\n
    <li><span class="a-list-item">Tabletop: Oak</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="globalStoreInfoBullets_feature_div" class="feature" data-feature-name="globalStoreInfoBullets" data-cel-widget="globalStoreInfoBullets_feature_div">&nbsp;</div>\r\n
    <div id="amazonGlobal_feature_div" class="feature" data-feature-name="amazonGlobal" data-cel-widget="amazonGlobal_feature_div">&nbsp;</div>\r\n
    <div id="HLCXComparisonJumplink_feature_div">&nbsp;</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:2;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:198;s:12:"tax_class_id";N;s:4:"slug";s:76:"foldable-bluetooth-wireless-p47-headphones-noise-canceling-mp3-mp4-fm-player";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"16.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"16.0000";s:3:"sku";s:5:"A1043";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8237;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:"2020-05-02 23:52:15";s:10:"updated_at";s:19:"2026-03-04 13:22:37";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:198;s:12:"tax_class_id";N;s:4:"slug";s:76:"foldable-bluetooth-wireless-p47-headphones-noise-canceling-mp3-mp4-fm-player";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"16.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"16.0000";s:3:"sku";s:5:"A1043";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8237;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:"2020-05-02 23:52:15";s:10:"updated_at";s:19:"2026-03-04 13:22:37";s:16:"pivot_product_id";i:199;s:24:"pivot_up_sell_product_id";i:198;}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:"up_sell_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:199;s:18:"up_sell_product_id";i:198;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:199;s:18:"up_sell_product_id";i:198;}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:1753;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_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:196;s:10:"product_id";i:198;s:6:"locale";s:2:"en";s:4:"name";s:76:"Foldable Bluetooth Wireless P47 Headphones Noise Canceling MP3/MP4/FM Player";s:11:"description";s:1168:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2a0e.pdp.0.i1.2490568dDtag2E">Product details of P47-Wireless Bluetooth Foldable High Bass Headphone White Color</h2>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone White Color</p>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc ">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">Works with or without Bluetooth capability</li>\r\n
    <li class="">Easy to controls your headphones</li>\r\n
    <li class="">Adjustable Headband</li>\r\n
    <li class="">Foldable Portable Design</li>\r\n
    <li class="">High Quality P47-Wireless Bluetooth Foldable High Bass Headphone</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <p><strong>Color: White</strong></p>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone</p>\r\n
    <ul>\r\n
    <li>Not only wireless, also can be used as wired headphone</li>\r\n
    <li>Bluetooth High Speed Connected, Anwsering Incoming Calls, Handsfree Talking</li>\r\n
    <li>Suport TF card and FM radio.</li>\r\n
    <li>Also Provides a simple 3.5mm wired connection of a variety of devices</li>\r\n
    <li>Superior Compability, High FidelitySurround Sound</li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:196;s:10:"product_id";i:198;s:6:"locale";s:2:"en";s:4:"name";s:76:"Foldable Bluetooth Wireless P47 Headphones Noise Canceling MP3/MP4/FM Player";s:11:"description";s:1168:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2a0e.pdp.0.i1.2490568dDtag2E">Product details of P47-Wireless Bluetooth Foldable High Bass Headphone White Color</h2>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone White Color</p>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc ">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">Works with or without Bluetooth capability</li>\r\n
    <li class="">Easy to controls your headphones</li>\r\n
    <li class="">Adjustable Headband</li>\r\n
    <li class="">Foldable Portable Design</li>\r\n
    <li class="">High Quality P47-Wireless Bluetooth Foldable High Bass Headphone</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <p><strong>Color: White</strong></p>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone</p>\r\n
    <ul>\r\n
    <li>Not only wireless, also can be used as wired headphone</li>\r\n
    <li>Bluetooth High Speed Connected, Anwsering Incoming Calls, Handsfree Talking</li>\r\n
    <li>Suport TF card and FM radio.</li>\r\n
    <li>Also Provides a simple 3.5mm wired connection of a variety of devices</li>\r\n
    <li>Superior Compability, High FidelitySurround Sound</li>\r\n
    </ul>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s: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:197;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:199;s:10:"created_at";s:19:"2020-05-03 00:23:31";s:10:"updated_at";s:19:"2020-05-03 00:23:31";s:13:"meta_keywords";a:0:{}}s:11:"\x00*\x00original";a:5:{s:2:"id";i:197;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:199;s:10:"created_at";s:19:"2020-05-03 00:23:31";s:10:"updated_at";s:19:"2020-05-03 00:23:31";}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:199;s:12:"meta_data_id";i:197;s:6:"locale";s:2:"en";s:10:"meta_title";N;s:13:"meta_keywords";s:2:"[]";s:16:"meta_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:199;s:12:"meta_data_id";i:197;s:6:"locale";s:2:"en";s:10:"meta_title";N;s:13:"meta_keywords";s:2:"[]";s:16:"meta_description";N;}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:96:"https://black-lb.com/products/multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office";}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/xSPQOsADd9cj0sTDo2x9cjIZkG3XG7XI6W8TnVq4"
    
  2. """
    a:5:{s:6:"_token";s:40:"fH22DqSDYLOuXoTJwgEZ5bGEmYWyqdD2JWTmseOG";s:6:"locale";s:2:"en";s:67:"xSPQOsADd9cj0sTDo2x9cjIZkG3XG7XI6W8TnVq4_recently_viewed_cart_items";O:32:"Darryldecode\Cart\CartCollection":1:{s:8:"\x00*\x00items";a:1:{i:199;O:32:"Darryldecode\Cart\ItemCollection":2:{s:9:"\x00*\x00config";N;s:8:"\x00*\x00items";a:6:{s:2:"id";i:199;s:4:"name";s:67:"Multifunctional Folding Laptop Table Stand for bed, sofa and office";s:5:"price";d:23;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:199;s:12:"tax_class_id";N;s:4:"slug";s:66:"multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office";s:5:"price";s:7:"45.0000";s:13:"special_price";s:7:"23.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"23.0000";s:3:"sku";s:5:"A1008";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:5877;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:"2020-05-03 00:23:21";s:10:"updated_at";s:19:"2026-03-04 11:08:13";}s:11:"\x00*\x00original";a:20:{s:2:"id";i:199;s:12:"tax_class_id";N;s:4:"slug";s:66:"multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office";s:5:"price";s:7:"45.0000";s:13:"special_price";s:7:"23.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"23.0000";s:3:"sku";s:5:"A1008";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:5877;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:"2020-05-03 00:23:21";s:10:"updated_at";s:19:"2026-03-04 11:08:13";}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:197;s:10:"product_id";i:199;s:6:"locale";s:2:"en";s:4:"name";s:67:"Multifunctional Folding Laptop Table Stand for bed, sofa and office";s:11:"description";s:2495:"<p>Multifunctional Folding Laptop Table Stand for bed and sofa</p>\r\n
    <p><span style="font-size: large;"><strong data-spm-anchor-id="a2700.details.pronpeci14.i0.67cb33d87OHMRo">Portable Folding Notebook or Laptop stand in office</strong></span><strong><em><span style="font-size: large;"><br /></span></em></strong></p>\r\n
    <p><span style="font-size: large;"><strong>&nbsp;</strong></span></p>\r\n
    <p><strong><em><span style="font-size: large;">Features</span></em><span style="font-size: medium;">:</span></strong>&nbsp;&nbsp;<strong>&nbsp;<span style="font-size: medium;">Adjustable aluminum laptop table</span></strong><br />&nbsp;<span style="font-family: Times New Roman, Times; font-size: medium;">✔This lightweight flexible design desk allows you to carry your laptop, monitor, book and other small necessary items anywhere you go.<br /><br />✔It can save a lot space and keep your living or working room neat and organized.<br /><br />✔This laptop tray table is the perfect choice for you! You can adjust this desk to any position or angle that makes you feel comfortable when you want to relax on bed or sit on couch.<br /><br />✔It's really amazing to adjust your workstation to an angle and height that makes you feel 100% comfortable at home. It can effectively reduce back stress and neck pain! Just use it in any way you want.<br /><br />✔You will save a large sum of money with this table. Because this ergonomic table can also be used as a TV dinner or breakfast tray, sound equipment, projector, notebook standing desks, book tray, writing desk, tablet holder, and other then laptop stand.&nbsp;</span></p>\r\n
    <p><span style="font-family: Times New Roman, Times; font-size: medium;"><br /></span><strong><em>Specifications:</em><span style="font-size: medium;">&nbsp;</span><span style="font-size: medium;">Laptop desk&nbsp;</span></strong><span style="font-family: Times New Roman, Times;"><span style="font-size: medium;">&nbsp;<br />☛Color: Black<br />☛Folding size: 42*27cm<br />☛N.W:1.1kg<br />☛Maximum height:48cm<br />☛Laptop suitable:17' and smaller size</span></span></p>\r\n
    <p><span style="font-size: medium;">&nbsp;</span></p>\r\n
    <p><span style="font-size: medium;">With increasing number of cases of neck and shoulder pain due to sitting infront of the computer for long hours, it is extremely important to get your screen to be aligned with your eyes whether in your office or at home<span style="font-family: Times New Roman, Times;"><br /></span></span></p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:197;s:10:"product_id";i:199;s:6:"locale";s:2:"en";s:4:"name";s:67:"Multifunctional Folding Laptop Table Stand for bed, sofa and office";s:11:"description";s:2495:"<p>Multifunctional Folding Laptop Table Stand for bed and sofa</p>\r\n
    <p><span style="font-size: large;"><strong data-spm-anchor-id="a2700.details.pronpeci14.i0.67cb33d87OHMRo">Portable Folding Notebook or Laptop stand in office</strong></span><strong><em><span style="font-size: large;"><br /></span></em></strong></p>\r\n
    <p><span style="font-size: large;"><strong>&nbsp;</strong></span></p>\r\n
    <p><strong><em><span style="font-size: large;">Features</span></em><span style="font-size: medium;">:</span></strong>&nbsp;&nbsp;<strong>&nbsp;<span style="font-size: medium;">Adjustable aluminum laptop table</span></strong><br />&nbsp;<span style="font-family: Times New Roman, Times; font-size: medium;">✔This lightweight flexible design desk allows you to carry your laptop, monitor, book and other small necessary items anywhere you go.<br /><br />✔It can save a lot space and keep your living or working room neat and organized.<br /><br />✔This laptop tray table is the perfect choice for you! You can adjust this desk to any position or angle that makes you feel comfortable when you want to relax on bed or sit on couch.<br /><br />✔It's really amazing to adjust your workstation to an angle and height that makes you feel 100% comfortable at home. It can effectively reduce back stress and neck pain! Just use it in any way you want.<br /><br />✔You will save a large sum of money with this table. Because this ergonomic table can also be used as a TV dinner or breakfast tray, sound equipment, projector, notebook standing desks, book tray, writing desk, tablet holder, and other then laptop stand.&nbsp;</span></p>\r\n
    <p><span style="font-family: Times New Roman, Times; font-size: medium;"><br /></span><strong><em>Specifications:</em><span style="font-size: medium;">&nbsp;</span><span style="font-size: medium;">Laptop desk&nbsp;</span></strong><span style="font-family: Times New Roman, Times;"><span style="font-size: medium;">&nbsp;<br />☛Color: Black<br />☛Folding size: 42*27cm<br />☛N.W:1.1kg<br />☛Maximum height:48cm<br />☛Laptop suitable:17' and smaller size</span></span></p>\r\n
    <p><span style="font-size: medium;">&nbsp;</span></p>\r\n
    <p><span style="font-size: medium;">With increasing number of cases of neck and shoulder pain due to sitting infront of the computer for long hours, it is extremely important to get your screen to be aligned with your eyes whether in your office or at home<span style="font-family: Times New Roman, Times;"><br /></span></span></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:8:{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:972;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1yyN3l_JYBeNjy1zeq6yhzVXaN.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/dCid3vu981h9VJJwkrylrBsRUnbpBe33QYjwnvSE.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"449325";s:10:"created_at";s:19:"2020-05-03 00:19:03";s:10:"updated_at";s:19:"2020-05-03 00:19:03";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:972;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1yyN3l_JYBeNjy1zeq6yhzVXaN.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/dCid3vu981h9VJJwkrylrBsRUnbpBe33QYjwnvSE.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"449325";s:10:"created_at";s:19:"2020-05-03 00:19:03";s:10:"updated_at";s:19:"2020-05-03 00:19:03";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:972;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64685;s:10:"pivot_zone";s:10:"base_image";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:972;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64685;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:972;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64685;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}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:976;s:7:"user_id";i:1;s:8:"filename";s:9:"sdbsb.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/fUNcOVeuzcFTzQw4lTJ2bL9NHRGNmCeAbylPZ3EO.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"148902";s:10:"created_at";s:19:"2020-05-03 00:21:48";s:10:"updated_at";s:19:"2020-05-03 00:21:48";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:976;s:7:"user_id";i:1;s:8:"filename";s:9:"sdbsb.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/fUNcOVeuzcFTzQw4lTJ2bL9NHRGNmCeAbylPZ3EO.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"148902";s:10:"created_at";s:19:"2020-05-03 00:21:48";s:10:"updated_at";s:19:"2020-05-03 00:21:48";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:976;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64686;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:976;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64686;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:976;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64686;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}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:974;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1vhbPlHGYBuNjy0Foq6AiBFXal.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/yiBFw8veECrVAaEGvkTULiSPk0zuhP4aKph7gJtp.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"175091";s:10:"created_at";s:19:"2020-05-03 00:21:47";s:10:"updated_at";s:19:"2020-05-03 00:21:47";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:974;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1vhbPlHGYBuNjy0Foq6AiBFXal.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/yiBFw8veECrVAaEGvkTULiSPk0zuhP4aKph7gJtp.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"175091";s:10:"created_at";s:19:"2020-05-03 00:21:47";s:10:"updated_at";s:19:"2020-05-03 00:21:47";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:974;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64687;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:974;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64687;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:974;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64687;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}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:973;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB11rz_lL5TBuNjSspcq6znGFXaL.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/glAU8ykPb9IHJjml3ZVEZGswRGeyvx9dTXbpbutJ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"123858";s:10:"created_at";s:19:"2020-05-03 00:21:47";s:10:"updated_at";s:19:"2020-05-03 00:21:47";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:973;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB11rz_lL5TBuNjSspcq6znGFXaL.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/glAU8ykPb9IHJjml3ZVEZGswRGeyvx9dTXbpbutJ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"123858";s:10:"created_at";s:19:"2020-05-03 00:21:47";s:10:"updated_at";s:19:"2020-05-03 00:21:47";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:973;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64688;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:973;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64688;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:973;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64688;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}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:975;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB17iELlH9YBuNjy0Fgq6AxcXXaX.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/zkiF9O9PDXf5pP2dr6CMX7CyE2FioBT5Q8JFz4Pk.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"210933";s:10:"created_at";s:19:"2020-05-03 00:21:48";s:10:"updated_at";s:19:"2020-05-03 00:21:48";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:975;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB17iELlH9YBuNjy0Fgq6AxcXXaX.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/zkiF9O9PDXf5pP2dr6CMX7CyE2FioBT5Q8JFz4Pk.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"210933";s:10:"created_at";s:19:"2020-05-03 00:21:48";s:10:"updated_at";s:19:"2020-05-03 00:21:48";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:975;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64689;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:975;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64689;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:975;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64689;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}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:978;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1a0gtlL1TBuNjy0Fjq6yjyXXau.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/nMVyFeKyPhkuGdWEM0ZAc5r07hD0RBQU9XypxIYD.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"104205";s:10:"created_at";s:19:"2020-05-03 00:21:49";s:10:"updated_at";s:19:"2020-05-03 00:21:49";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:978;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1a0gtlL1TBuNjy0Fjq6yjyXXau.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/nMVyFeKyPhkuGdWEM0ZAc5r07hD0RBQU9XypxIYD.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"104205";s:10:"created_at";s:19:"2020-05-03 00:21:49";s:10:"updated_at";s:19:"2020-05-03 00:21:49";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:978;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64690;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:978;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64690;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:978;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64690;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}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:977;s:7:"user_id";i:1;s:8:"filename";s:10:"sdbsdb.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/FHLvPi75EOdhF38EAGV21Ex1FQ5vlrGLwAhr1jlj.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"202634";s:10:"created_at";s:19:"2020-05-03 00:21:49";s:10:"updated_at";s:19:"2020-05-03 00:21:49";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:977;s:7:"user_id";i:1;s:8:"filename";s:10:"sdbsdb.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/FHLvPi75EOdhF38EAGV21Ex1FQ5vlrGLwAhr1jlj.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"202634";s:10:"created_at";s:19:"2020-05-03 00:21:49";s:10:"updated_at";s:19:"2020-05-03 00:21:49";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:977;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64691;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:977;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64691;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:977;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64691;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:7;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:979;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1bh5WdvuSBuNkHFqDq6xfhVXaR.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/2roLoRM0SoXeQFtw7ETCDWlhEujB8clo7uQbMFia.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"99567";s:10:"created_at";s:19:"2020-05-03 00:21:50";s:10:"updated_at";s:19:"2020-05-03 00:21:50";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:979;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1bh5WdvuSBuNkHFqDq6xfhVXaR.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/2roLoRM0SoXeQFtw7ETCDWlhEujB8clo7uQbMFia.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"99567";s:10:"created_at";s:19:"2020-05-03 00:21:50";s:10:"updated_at";s:19:"2020-05-03 00:21:50";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:979;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64692;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:979;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64692;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:979;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64692;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}}}s:15:"relatedProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:3:{i:0;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:62;s:12:"tax_class_id";N;s:4:"slug";s:73:"new-ai-smart-watch-bluetooth-headphone-heart-rate-monitor-smart-wristband";s:5:"price";s:7:"53.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"53.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3849;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:"2020-02-05 01:17:16";s:10:"updated_at";s:19:"2026-03-04 23:27:17";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:62;s:12:"tax_class_id";N;s:4:"slug";s:73:"new-ai-smart-watch-bluetooth-headphone-heart-rate-monitor-smart-wristband";s:5:"price";s:7:"53.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"53.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3849;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:"2020-02-05 01:17:16";s:10:"updated_at";s:19:"2026-03-04 23:27:17";s:16:"pivot_product_id";i:199;s:24:"pivot_related_product_id";i:62;}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:199;s:18:"related_product_id";i:62;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:199;s:18:"related_product_id";i:62;}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:60;s:10:"product_id";i:62;s:6:"locale";s:2:"en";s:4:"name";s:73:"New AI Smart Watch Bluetooth Headphone Heart Rate Monitor Smart Wristband";s:11:"description";s:1982:"<p><strong><span data-spm-anchor-id="a2g0o.detail.1000023.i0.58e44d14JbWN3W">Description:<br /></span></strong></p>\r\n
    <p>100% new high quality</p>\r\n
    <p>This is an AI smart bracelet and a TWS Bluetooth headset.</p>\r\n
    <p>Main functions: exercise heart rate, blood pressure, exercise step, calorie consumption calculation, exercise mileage record, sleep quality monitoring, alarm clock, intelligent anti-lost, sedentary reminder, etc.</p>\r\n
    <p>Support Chinese and English and other languages.</p>\r\n
    <p>Bluetooth headset: listen to music, make a call, remove the automatic connection</p>\r\n
    <p>Dual headphones: stereo listening songs</p>\r\n
    <p>Single earphone: Mono listening song</p>\r\n
    <p>Headphone charging method: put in the bracelet to charge</p>\r\n
    <p>Please see the instructions for more information.</p>\r\n
    <p><strong>Specifications:<br /></strong></p>\r\n
    <p>&nbsp;</p>\r\n
    <p>parameter:</p>\r\n
    <p>Applicable system: Android 4.4 or above, IOS 8.0 or above, Bluetooth 4.0 or higher</p>\r\n
    <p>Screen size: 0.96TFT color screen</p>\r\n
    <p>Resolution: 160*80</p>\r\n
    <p>Touch type: touch screen</p>\r\n
    <p>Battery type: polymer battery</p>\r\n
    <p>Battery capacity: 110-130mAh</p>\r\n
    <p>Charging method: USB charging stand</p>\r\n
    <p>Charging time: 1.5 hours</p>\r\n
    <p>Life time: 7 days, 15 days standby</p>\r\n
    <p>Bluetooth: Bluetooth 5.0</p>\r\n
    <p>Chip: NRF52832</p>\r\n
    <p>Material: PC+316</p>\r\n
    <p>Strap material: TPU</p>\r\n
    <p>&nbsp;</p>\r\n
    <p>Function: heart rate monitoring, blood pressure detection, motion monitoring, finding mobile phones, automatic sleep mode, smart alarm clock, time display, SMS reminder, etc.</p>\r\n
    <p><strong>Package Included:<br /></strong></p>\r\n
    <p>1* bracelet</p>\r\n
    <p>1* charging stand</p>\r\n
    <p>1* instruction manual</p>\r\n
    <p><strong>Notes:<br /></strong></p>\r\n
    <p>1. Due to differences between different displays, the picture may not reflect the actual color of the item.</p>\r\n
    <p>2. Compare with your detailed size, please allow 1-3mm error due to manual measurement.</p>\r\n
    <p>thank you for understanding.</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:60;s:10:"product_id";i:62;s:6:"locale";s:2:"en";s:4:"name";s:73:"New AI Smart Watch Bluetooth Headphone Heart Rate Monitor Smart Wristband";s:11:"description";s:1982:"<p><strong><span data-spm-anchor-id="a2g0o.detail.1000023.i0.58e44d14JbWN3W">Description:<br /></span></strong></p>\r\n
    <p>100% new high quality</p>\r\n
    <p>This is an AI smart bracelet and a TWS Bluetooth headset.</p>\r\n
    <p>Main functions: exercise heart rate, blood pressure, exercise step, calorie consumption calculation, exercise mileage record, sleep quality monitoring, alarm clock, intelligent anti-lost, sedentary reminder, etc.</p>\r\n
    <p>Support Chinese and English and other languages.</p>\r\n
    <p>Bluetooth headset: listen to music, make a call, remove the automatic connection</p>\r\n
    <p>Dual headphones: stereo listening songs</p>\r\n
    <p>Single earphone: Mono listening song</p>\r\n
    <p>Headphone charging method: put in the bracelet to charge</p>\r\n
    <p>Please see the instructions for more information.</p>\r\n
    <p><strong>Specifications:<br /></strong></p>\r\n
    <p>&nbsp;</p>\r\n
    <p>parameter:</p>\r\n
    <p>Applicable system: Android 4.4 or above, IOS 8.0 or above, Bluetooth 4.0 or higher</p>\r\n
    <p>Screen size: 0.96TFT color screen</p>\r\n
    <p>Resolution: 160*80</p>\r\n
    <p>Touch type: touch screen</p>\r\n
    <p>Battery type: polymer battery</p>\r\n
    <p>Battery capacity: 110-130mAh</p>\r\n
    <p>Charging method: USB charging stand</p>\r\n
    <p>Charging time: 1.5 hours</p>\r\n
    <p>Life time: 7 days, 15 days standby</p>\r\n
    <p>Bluetooth: Bluetooth 5.0</p>\r\n
    <p>Chip: NRF52832</p>\r\n
    <p>Material: PC+316</p>\r\n
    <p>Strap material: TPU</p>\r\n
    <p>&nbsp;</p>\r\n
    <p>Function: heart rate monitoring, blood pressure detection, motion monitoring, finding mobile phones, automatic sleep mode, smart alarm clock, time display, SMS reminder, etc.</p>\r\n
    <p><strong>Package Included:<br /></strong></p>\r\n
    <p>1* bracelet</p>\r\n
    <p>1* charging stand</p>\r\n
    <p>1* instruction manual</p>\r\n
    <p><strong>Notes:<br /></strong></p>\r\n
    <p>1. Due to differences between different displays, the picture may not reflect the actual color of the item.</p>\r\n
    <p>2. Compare with your detailed size, please allow 1-3mm error due to manual measurement.</p>\r\n
    <p>thank you for understanding.</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:67;s:12:"tax_class_id";N;s:4:"slug";s:16:"mini-laptop-desk";s:5:"price";s:7:"17.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:5425;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:"2020-02-07 16:11:44";s:10:"updated_at";s:19:"2026-03-05 11:31:09";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:67;s:12:"tax_class_id";N;s:4:"slug";s:16:"mini-laptop-desk";s:5:"price";s:7:"17.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:5425;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:"2020-02-07 16:11:44";s:10:"updated_at";s:19:"2026-03-05 11:31:09";s:16:"pivot_product_id";i:199;s:24:"pivot_related_product_id";i:67;}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:199;s:18:"related_product_id";i:67;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:199;s:18:"related_product_id";i:67;}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:1145;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:65;s:10:"product_id";i:67;s:6:"locale";s:2:"en";s:4:"name";s:16:"Mini Laptop Desk";s:11:"description";s:2179:"<div id="featurebullets_feature_div" class="feature" data-feature-name="featurebullets" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-none">\r\n
    <li><span class="a-list-item">HIGHLY VERSATILE &ndash; This multifunctional table will be a perfect addition to your office, home or home office. Use it as a multifunctional workstation, a standing desk for office work, a snack tray for watching TV, a laptop or tablet stand for relaxing in bed or a food table to enjoy breakfast in bed!</span></li>\r\n
    <li><span class="a-list-item">HEALTHIER WORKING - When used in conjunction with a regular desk it enables you to work while standing; freeing ourselves from disorders such as backache, neck pain and stiffness caused by sitting long hours in the same posture.</span></li>\r\n
    <li><span class="a-list-item">EASY TO USE &ndash; You can easily enable quick height changes (adjustable from 9.4"-12.6") on this table using two auto-lock buttons on each side. In addition, you can also adjust the surface angle from 0-30 by pulling a lock button and releasing it when you get the desired angle.</span></li>\r\n
    <li><span class="a-list-item">LIGHT BUT STURDY &ndash; This table is light enough to carry around, ergonomic, environmentally friendly, yet strongly built and durable having been made of 100% high quality engineered wood.</span></li>\r\n
    <li><span class="a-list-item">PORTABLE &ndash; Apart from being lightweight, this table is easily foldable, making it super convenient for you to take it anywhere or even to stow away. Now you can have your own ergonomic workstation ready anytime, anyplace!</span></li>\r\n
    <li><span class="a-list-item">Tabletop: Oak</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="globalStoreInfoBullets_feature_div" class="feature" data-feature-name="globalStoreInfoBullets" data-cel-widget="globalStoreInfoBullets_feature_div">&nbsp;</div>\r\n
    <div id="amazonGlobal_feature_div" class="feature" data-feature-name="amazonGlobal" data-cel-widget="amazonGlobal_feature_div">&nbsp;</div>\r\n
    <div id="HLCXComparisonJumplink_feature_div">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:65;s:10:"product_id";i:67;s:6:"locale";s:2:"en";s:4:"name";s:16:"Mini Laptop Desk";s:11:"description";s:2179:"<div id="featurebullets_feature_div" class="feature" data-feature-name="featurebullets" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-none">\r\n
    <li><span class="a-list-item">HIGHLY VERSATILE &ndash; This multifunctional table will be a perfect addition to your office, home or home office. Use it as a multifunctional workstation, a standing desk for office work, a snack tray for watching TV, a laptop or tablet stand for relaxing in bed or a food table to enjoy breakfast in bed!</span></li>\r\n
    <li><span class="a-list-item">HEALTHIER WORKING - When used in conjunction with a regular desk it enables you to work while standing; freeing ourselves from disorders such as backache, neck pain and stiffness caused by sitting long hours in the same posture.</span></li>\r\n
    <li><span class="a-list-item">EASY TO USE &ndash; You can easily enable quick height changes (adjustable from 9.4"-12.6") on this table using two auto-lock buttons on each side. In addition, you can also adjust the surface angle from 0-30 by pulling a lock button and releasing it when you get the desired angle.</span></li>\r\n
    <li><span class="a-list-item">LIGHT BUT STURDY &ndash; This table is light enough to carry around, ergonomic, environmentally friendly, yet strongly built and durable having been made of 100% high quality engineered wood.</span></li>\r\n
    <li><span class="a-list-item">PORTABLE &ndash; Apart from being lightweight, this table is easily foldable, making it super convenient for you to take it anywhere or even to stow away. Now you can have your own ergonomic workstation ready anytime, anyplace!</span></li>\r\n
    <li><span class="a-list-item">Tabletop: Oak</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="globalStoreInfoBullets_feature_div" class="feature" data-feature-name="globalStoreInfoBullets" data-cel-widget="globalStoreInfoBullets_feature_div">&nbsp;</div>\r\n
    <div id="amazonGlobal_feature_div" class="feature" data-feature-name="amazonGlobal" data-cel-widget="amazonGlobal_feature_div">&nbsp;</div>\r\n
    <div id="HLCXComparisonJumplink_feature_div">&nbsp;</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:2;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:198;s:12:"tax_class_id";N;s:4:"slug";s:76:"foldable-bluetooth-wireless-p47-headphones-noise-canceling-mp3-mp4-fm-player";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"16.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"16.0000";s:3:"sku";s:5:"A1043";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8237;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:"2020-05-02 23:52:15";s:10:"updated_at";s:19:"2026-03-04 13:22:37";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:198;s:12:"tax_class_id";N;s:4:"slug";s:76:"foldable-bluetooth-wireless-p47-headphones-noise-canceling-mp3-mp4-fm-player";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"16.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"16.0000";s:3:"sku";s:5:"A1043";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8237;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:"2020-05-02 23:52:15";s:10:"updated_at";s:19:"2026-03-04 13:22:37";s:16:"pivot_product_id";i:199;s:24:"pivot_related_product_id";i:198;}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:199;s:18:"related_product_id";i:198;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:199;s:18:"related_product_id";i:198;}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:1145;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:196;s:10:"product_id";i:198;s:6:"locale";s:2:"en";s:4:"name";s:76:"Foldable Bluetooth Wireless P47 Headphones Noise Canceling MP3/MP4/FM Player";s:11:"description";s:1168:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2a0e.pdp.0.i1.2490568dDtag2E">Product details of P47-Wireless Bluetooth Foldable High Bass Headphone White Color</h2>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone White Color</p>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc ">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">Works with or without Bluetooth capability</li>\r\n
    <li class="">Easy to controls your headphones</li>\r\n
    <li class="">Adjustable Headband</li>\r\n
    <li class="">Foldable Portable Design</li>\r\n
    <li class="">High Quality P47-Wireless Bluetooth Foldable High Bass Headphone</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <p><strong>Color: White</strong></p>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone</p>\r\n
    <ul>\r\n
    <li>Not only wireless, also can be used as wired headphone</li>\r\n
    <li>Bluetooth High Speed Connected, Anwsering Incoming Calls, Handsfree Talking</li>\r\n
    <li>Suport TF card and FM radio.</li>\r\n
    <li>Also Provides a simple 3.5mm wired connection of a variety of devices</li>\r\n
    <li>Superior Compability, High FidelitySurround Sound</li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:196;s:10:"product_id";i:198;s:6:"locale";s:2:"en";s:4:"name";s:76:"Foldable Bluetooth Wireless P47 Headphones Noise Canceling MP3/MP4/FM Player";s:11:"description";s:1168:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2a0e.pdp.0.i1.2490568dDtag2E">Product details of P47-Wireless Bluetooth Foldable High Bass Headphone White Color</h2>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone White Color</p>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc ">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">Works with or without Bluetooth capability</li>\r\n
    <li class="">Easy to controls your headphones</li>\r\n
    <li class="">Adjustable Headband</li>\r\n
    <li class="">Foldable Portable Design</li>\r\n
    <li class="">High Quality P47-Wireless Bluetooth Foldable High Bass Headphone</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <p><strong>Color: White</strong></p>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone</p>\r\n
    <ul>\r\n
    <li>Not only wireless, also can be used as wired headphone</li>\r\n
    <li>Bluetooth High Speed Connected, Anwsering Incoming Calls, Handsfree Talking</li>\r\n
    <li>Suport TF card and FM radio.</li>\r\n
    <li>Also Provides a simple 3.5mm wired connection of a variety of devices</li>\r\n
    <li>Superior Compability, High FidelitySurround Sound</li>\r\n
    </ul>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s:14:"upSellProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:3:{i:0;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:61;s:12:"tax_class_id";N;s:4:"slug";s:117:"smart-watch-bluetooth-4.0-call-heart-rate-ecg-monitoring-sports-watch-for-tracke-women-men-2020-for-apple-ios-android";s:5:"price";s:7:"33.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"33.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3966;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:"2020-02-04 15:26:45";s:10:"updated_at";s:19:"2026-03-03 19:46:02";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:61;s:12:"tax_class_id";N;s:4:"slug";s:117:"smart-watch-bluetooth-4.0-call-heart-rate-ecg-monitoring-sports-watch-for-tracke-women-men-2020-for-apple-ios-android";s:5:"price";s:7:"33.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"33.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3966;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:"2020-02-04 15:26:45";s:10:"updated_at";s:19:"2026-03-03 19:46:02";s:16:"pivot_product_id";i:199;s:24:"pivot_up_sell_product_id";i:61;}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:"up_sell_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:199;s:18:"up_sell_product_id";i:61;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:199;s:18:"up_sell_product_id";i:61;}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:"up_sell_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:59;s:10:"product_id";i:61;s:6:"locale";s:2:"en";s:4:"name";s:37:"Smart Watch Bluetooth 4.0 unisex 2020";s:11:"description";s:6319:"<dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Place of Origin" data-spm-anchor-id="a2700.wholesale.prilinga1e.i0.554743fenbrEKe">Smart Watch Bluetooth 4.0 unisex 2020 for Apple IOS Android</span></dt>\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Place of Origin" data-spm-anchor-id="a2700.wholesale.prilinga1e.i0.554743fenbrEKe">Smart Watch Bluetooth 4.0 Call Heart Rate ECG Monitoring Sports Watch for Tracke women/men 2020 for Apple IOS Android</span></dt>\r\n
    <dt class="do-entry-item"></dt>\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Place of Origin" data-spm-anchor-id="a2700.wholesale.prilinga1e.i0.554743fenbrEKe">Place of Origin:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Guangdong, China" data-spm-anchor-id="a2700.wholesale.prilinga1e.i2.554743fenbrEKe">Guangdong, China</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Brand Name">Brand Name:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="OEM/ODM">OEM/ODM</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Model Number">Model Number:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="W34">W34</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Display Type">Display Type:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="IPS">IPS</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Screen Resolution">Screen Resolution:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="320x240">320x240</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Feature">Feature:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Auto Focus, Build in Flash, EMAIL, FM Radio, MP3 Playback, Qwerty Keyboard, Touch Screen, WiFi, Bluetooth">Auto Focus, Build in Flash, EMAIL, FM Radio, MP3 Playback, Qwerty Keyboard, Touch Screen, WiFi, Bluetooth</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Display Color">Display Color:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Black / White">Black / White</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item" data-spm-anchor-id="a2700.wholesale.prilinga1e.i1.554743fenbrEKe"><span class="attr-name J-attr-name" title="Operation System">Operation System:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="ANDROID IOS">ANDROID IOS</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Camera">Camera:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="No Camera">No Camera</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Screen">Screen:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="&lt; 2&quot;">&lt; 2"</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Design">Design:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="SLIDER">SLIDER</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Function">Function:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Call &amp; Message Notification">Call &amp; Message Notification</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Product Name">Product Name:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="W34 Smart Watch">W34 Smart Watch</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Waterproof">Waterproof:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="IP67">IP67</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Color">Color:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="black, silver">black, silver</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Compatible">Compatible:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="IOS  Android">IOS Android</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="CPU">CPU:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="MTK6502">MTK6502</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Screen Size">Screen Size:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="1.54inch IPS 240*240 round display">1.54inch IPS 240*240 round display</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Battery">Battery:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="210mah">210mah</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Bluetooth">Bluetooth:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="3.0,4.0">3.0,4.0</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Charge Mode">Charge Mode:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="usb">usb</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Main function">Main function:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="ECG, BL Headset, Music, Sleep monitor,Dialing,Voice alam clock">ECG, BL Headset, Music, Sleep monitor,Dialing,Voice alam clock</div>\r\n
    </dd>\r\n
    </dl>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:59;s:10:"product_id";i:61;s:6:"locale";s:2:"en";s:4:"name";s:37:"Smart Watch Bluetooth 4.0 unisex 2020";s:11:"description";s:6319:"<dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Place of Origin" data-spm-anchor-id="a2700.wholesale.prilinga1e.i0.554743fenbrEKe">Smart Watch Bluetooth 4.0 unisex 2020 for Apple IOS Android</span></dt>\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Place of Origin" data-spm-anchor-id="a2700.wholesale.prilinga1e.i0.554743fenbrEKe">Smart Watch Bluetooth 4.0 Call Heart Rate ECG Monitoring Sports Watch for Tracke women/men 2020 for Apple IOS Android</span></dt>\r\n
    <dt class="do-entry-item"></dt>\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Place of Origin" data-spm-anchor-id="a2700.wholesale.prilinga1e.i0.554743fenbrEKe">Place of Origin:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Guangdong, China" data-spm-anchor-id="a2700.wholesale.prilinga1e.i2.554743fenbrEKe">Guangdong, China</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Brand Name">Brand Name:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="OEM/ODM">OEM/ODM</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Model Number">Model Number:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="W34">W34</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Display Type">Display Type:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="IPS">IPS</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Screen Resolution">Screen Resolution:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="320x240">320x240</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Feature">Feature:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Auto Focus, Build in Flash, EMAIL, FM Radio, MP3 Playback, Qwerty Keyboard, Touch Screen, WiFi, Bluetooth">Auto Focus, Build in Flash, EMAIL, FM Radio, MP3 Playback, Qwerty Keyboard, Touch Screen, WiFi, Bluetooth</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Display Color">Display Color:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Black / White">Black / White</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item" data-spm-anchor-id="a2700.wholesale.prilinga1e.i1.554743fenbrEKe"><span class="attr-name J-attr-name" title="Operation System">Operation System:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="ANDROID IOS">ANDROID IOS</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Camera">Camera:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="No Camera">No Camera</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Screen">Screen:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="&lt; 2&quot;">&lt; 2"</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Design">Design:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="SLIDER">SLIDER</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Function">Function:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Call &amp; Message Notification">Call &amp; Message Notification</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Product Name">Product Name:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="W34 Smart Watch">W34 Smart Watch</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Waterproof">Waterproof:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="IP67">IP67</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Color">Color:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="black, silver">black, silver</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Compatible">Compatible:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="IOS  Android">IOS Android</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="CPU">CPU:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="MTK6502">MTK6502</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Screen Size">Screen Size:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="1.54inch IPS 240*240 round display">1.54inch IPS 240*240 round display</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Battery">Battery:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="210mah">210mah</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Bluetooth">Bluetooth:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="3.0,4.0">3.0,4.0</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Charge Mode">Charge Mode:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="usb">usb</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Main function">Main function:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="ECG, BL Headset, Music, Sleep monitor,Dialing,Voice alam clock">ECG, BL Headset, Music, Sleep monitor,Dialing,Voice alam clock</div>\r\n
    </dd>\r\n
    </dl>";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:67;s:12:"tax_class_id";N;s:4:"slug";s:16:"mini-laptop-desk";s:5:"price";s:7:"17.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:5425;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:"2020-02-07 16:11:44";s:10:"updated_at";s:19:"2026-03-05 11:31:09";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:67;s:12:"tax_class_id";N;s:4:"slug";s:16:"mini-laptop-desk";s:5:"price";s:7:"17.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:5425;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:"2020-02-07 16:11:44";s:10:"updated_at";s:19:"2026-03-05 11:31:09";s:16:"pivot_product_id";i:199;s:24:"pivot_up_sell_product_id";i:67;}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:"up_sell_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:199;s:18:"up_sell_product_id";i:67;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:199;s:18:"up_sell_product_id";i:67;}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:1753;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_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:65;s:10:"product_id";i:67;s:6:"locale";s:2:"en";s:4:"name";s:16:"Mini Laptop Desk";s:11:"description";s:2179:"<div id="featurebullets_feature_div" class="feature" data-feature-name="featurebullets" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-none">\r\n
    <li><span class="a-list-item">HIGHLY VERSATILE &ndash; This multifunctional table will be a perfect addition to your office, home or home office. Use it as a multifunctional workstation, a standing desk for office work, a snack tray for watching TV, a laptop or tablet stand for relaxing in bed or a food table to enjoy breakfast in bed!</span></li>\r\n
    <li><span class="a-list-item">HEALTHIER WORKING - When used in conjunction with a regular desk it enables you to work while standing; freeing ourselves from disorders such as backache, neck pain and stiffness caused by sitting long hours in the same posture.</span></li>\r\n
    <li><span class="a-list-item">EASY TO USE &ndash; You can easily enable quick height changes (adjustable from 9.4"-12.6") on this table using two auto-lock buttons on each side. In addition, you can also adjust the surface angle from 0-30 by pulling a lock button and releasing it when you get the desired angle.</span></li>\r\n
    <li><span class="a-list-item">LIGHT BUT STURDY &ndash; This table is light enough to carry around, ergonomic, environmentally friendly, yet strongly built and durable having been made of 100% high quality engineered wood.</span></li>\r\n
    <li><span class="a-list-item">PORTABLE &ndash; Apart from being lightweight, this table is easily foldable, making it super convenient for you to take it anywhere or even to stow away. Now you can have your own ergonomic workstation ready anytime, anyplace!</span></li>\r\n
    <li><span class="a-list-item">Tabletop: Oak</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="globalStoreInfoBullets_feature_div" class="feature" data-feature-name="globalStoreInfoBullets" data-cel-widget="globalStoreInfoBullets_feature_div">&nbsp;</div>\r\n
    <div id="amazonGlobal_feature_div" class="feature" data-feature-name="amazonGlobal" data-cel-widget="amazonGlobal_feature_div">&nbsp;</div>\r\n
    <div id="HLCXComparisonJumplink_feature_div">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:65;s:10:"product_id";i:67;s:6:"locale";s:2:"en";s:4:"name";s:16:"Mini Laptop Desk";s:11:"description";s:2179:"<div id="featurebullets_feature_div" class="feature" data-feature-name="featurebullets" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-none">\r\n
    <li><span class="a-list-item">HIGHLY VERSATILE &ndash; This multifunctional table will be a perfect addition to your office, home or home office. Use it as a multifunctional workstation, a standing desk for office work, a snack tray for watching TV, a laptop or tablet stand for relaxing in bed or a food table to enjoy breakfast in bed!</span></li>\r\n
    <li><span class="a-list-item">HEALTHIER WORKING - When used in conjunction with a regular desk it enables you to work while standing; freeing ourselves from disorders such as backache, neck pain and stiffness caused by sitting long hours in the same posture.</span></li>\r\n
    <li><span class="a-list-item">EASY TO USE &ndash; You can easily enable quick height changes (adjustable from 9.4"-12.6") on this table using two auto-lock buttons on each side. In addition, you can also adjust the surface angle from 0-30 by pulling a lock button and releasing it when you get the desired angle.</span></li>\r\n
    <li><span class="a-list-item">LIGHT BUT STURDY &ndash; This table is light enough to carry around, ergonomic, environmentally friendly, yet strongly built and durable having been made of 100% high quality engineered wood.</span></li>\r\n
    <li><span class="a-list-item">PORTABLE &ndash; Apart from being lightweight, this table is easily foldable, making it super convenient for you to take it anywhere or even to stow away. Now you can have your own ergonomic workstation ready anytime, anyplace!</span></li>\r\n
    <li><span class="a-list-item">Tabletop: Oak</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="globalStoreInfoBullets_feature_div" class="feature" data-feature-name="globalStoreInfoBullets" data-cel-widget="globalStoreInfoBullets_feature_div">&nbsp;</div>\r\n
    <div id="amazonGlobal_feature_div" class="feature" data-feature-name="amazonGlobal" data-cel-widget="amazonGlobal_feature_div">&nbsp;</div>\r\n
    <div id="HLCXComparisonJumplink_feature_div">&nbsp;</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:2;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:198;s:12:"tax_class_id";N;s:4:"slug";s:76:"foldable-bluetooth-wireless-p47-headphones-noise-canceling-mp3-mp4-fm-player";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"16.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"16.0000";s:3:"sku";s:5:"A1043";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8237;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:"2020-05-02 23:52:15";s:10:"updated_at";s:19:"2026-03-04 13:22:37";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:198;s:12:"tax_class_id";N;s:4:"slug";s:76:"foldable-bluetooth-wireless-p47-headphones-noise-canceling-mp3-mp4-fm-player";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"16.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"16.0000";s:3:"sku";s:5:"A1043";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8237;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:"2020-05-02 23:52:15";s:10:"updated_at";s:19:"2026-03-04 13:22:37";s:16:"pivot_product_id";i:199;s:24:"pivot_up_sell_product_id";i:198;}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:"up_sell_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:199;s:18:"up_sell_product_id";i:198;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:199;s:18:"up_sell_product_id";i:198;}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:1753;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_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:196;s:10:"product_id";i:198;s:6:"locale";s:2:"en";s:4:"name";s:76:"Foldable Bluetooth Wireless P47 Headphones Noise Canceling MP3/MP4/FM Player";s:11:"description";s:1168:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2a0e.pdp.0.i1.2490568dDtag2E">Product details of P47-Wireless Bluetooth Foldable High Bass Headphone White Color</h2>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone White Color</p>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc ">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">Works with or without Bluetooth capability</li>\r\n
    <li class="">Easy to controls your headphones</li>\r\n
    <li class="">Adjustable Headband</li>\r\n
    <li class="">Foldable Portable Design</li>\r\n
    <li class="">High Quality P47-Wireless Bluetooth Foldable High Bass Headphone</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <p><strong>Color: White</strong></p>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone</p>\r\n
    <ul>\r\n
    <li>Not only wireless, also can be used as wired headphone</li>\r\n
    <li>Bluetooth High Speed Connected, Anwsering Incoming Calls, Handsfree Talking</li>\r\n
    <li>Suport TF card and FM radio.</li>\r\n
    <li>Also Provides a simple 3.5mm wired connection of a variety of devices</li>\r\n
    <li>Superior Compability, High FidelitySurround Sound</li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:196;s:10:"product_id";i:198;s:6:"locale";s:2:"en";s:4:"name";s:76:"Foldable Bluetooth Wireless P47 Headphones Noise Canceling MP3/MP4/FM Player";s:11:"description";s:1168:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2a0e.pdp.0.i1.2490568dDtag2E">Product details of P47-Wireless Bluetooth Foldable High Bass Headphone White Color</h2>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone White Color</p>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc ">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">Works with or without Bluetooth capability</li>\r\n
    <li class="">Easy to controls your headphones</li>\r\n
    <li class="">Adjustable Headband</li>\r\n
    <li class="">Foldable Portable Design</li>\r\n
    <li class="">High Quality P47-Wireless Bluetooth Foldable High Bass Headphone</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <p><strong>Color: White</strong></p>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone</p>\r\n
    <ul>\r\n
    <li>Not only wireless, also can be used as wired headphone</li>\r\n
    <li>Bluetooth High Speed Connected, Anwsering Incoming Calls, Handsfree Talking</li>\r\n
    <li>Suport TF card and FM radio.</li>\r\n
    <li>Also Provides a simple 3.5mm wired connection of a variety of devices</li>\r\n
    <li>Superior Compability, High FidelitySurround Sound</li>\r\n
    </ul>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s: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:197;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:199;s:10:"created_at";s:19:"2020-05-03 00:23:31";s:10:"updated_at";s:19:"2020-05-03 00:23:31";s:13:"meta_keywords";a:0:{}}s:11:"\x00*\x00original";a:5:{s:2:"id";i:197;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:199;s:10:"created_at";s:19:"2020-05-03 00:23:31";s:10:"updated_at";s:19:"2020-05-03 00:23:31";}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:199;s:12:"meta_data_id";i:197;s:6:"locale";s:2:"en";s:10:"meta_title";N;s:13:"meta_keywords";s:2:"[]";s:16:"meta_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:199;s:12:"meta_data_id";i:197;s:6:"locale";s:2:"en";s:10:"meta_title";N;s:13:"meta_keywords";s:2:"[]";s:16:"meta_description";N;}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:96:"https://black-lb.com/products/multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office";}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. "xSPQOsADd9cj0sTDo2x9cjIZkG3XG7XI6W8TnVq4"
    
  2. """
    a:5:{s:6:"_token";s:40:"fH22DqSDYLOuXoTJwgEZ5bGEmYWyqdD2JWTmseOG";s:6:"locale";s:2:"en";s:67:"xSPQOsADd9cj0sTDo2x9cjIZkG3XG7XI6W8TnVq4_recently_viewed_cart_items";O:32:"Darryldecode\Cart\CartCollection":1:{s:8:"\x00*\x00items";a:1:{i:199;O:32:"Darryldecode\Cart\ItemCollection":2:{s:9:"\x00*\x00config";N;s:8:"\x00*\x00items";a:6:{s:2:"id";i:199;s:4:"name";s:67:"Multifunctional Folding Laptop Table Stand for bed, sofa and office";s:5:"price";d:23;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:199;s:12:"tax_class_id";N;s:4:"slug";s:66:"multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office";s:5:"price";s:7:"45.0000";s:13:"special_price";s:7:"23.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"23.0000";s:3:"sku";s:5:"A1008";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:5877;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:"2020-05-03 00:23:21";s:10:"updated_at";s:19:"2026-03-04 11:08:13";}s:11:"\x00*\x00original";a:20:{s:2:"id";i:199;s:12:"tax_class_id";N;s:4:"slug";s:66:"multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office";s:5:"price";s:7:"45.0000";s:13:"special_price";s:7:"23.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"23.0000";s:3:"sku";s:5:"A1008";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:5877;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:"2020-05-03 00:23:21";s:10:"updated_at";s:19:"2026-03-04 11:08:13";}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:197;s:10:"product_id";i:199;s:6:"locale";s:2:"en";s:4:"name";s:67:"Multifunctional Folding Laptop Table Stand for bed, sofa and office";s:11:"description";s:2495:"<p>Multifunctional Folding Laptop Table Stand for bed and sofa</p>\r\n
    <p><span style="font-size: large;"><strong data-spm-anchor-id="a2700.details.pronpeci14.i0.67cb33d87OHMRo">Portable Folding Notebook or Laptop stand in office</strong></span><strong><em><span style="font-size: large;"><br /></span></em></strong></p>\r\n
    <p><span style="font-size: large;"><strong>&nbsp;</strong></span></p>\r\n
    <p><strong><em><span style="font-size: large;">Features</span></em><span style="font-size: medium;">:</span></strong>&nbsp;&nbsp;<strong>&nbsp;<span style="font-size: medium;">Adjustable aluminum laptop table</span></strong><br />&nbsp;<span style="font-family: Times New Roman, Times; font-size: medium;">✔This lightweight flexible design desk allows you to carry your laptop, monitor, book and other small necessary items anywhere you go.<br /><br />✔It can save a lot space and keep your living or working room neat and organized.<br /><br />✔This laptop tray table is the perfect choice for you! You can adjust this desk to any position or angle that makes you feel comfortable when you want to relax on bed or sit on couch.<br /><br />✔It's really amazing to adjust your workstation to an angle and height that makes you feel 100% comfortable at home. It can effectively reduce back stress and neck pain! Just use it in any way you want.<br /><br />✔You will save a large sum of money with this table. Because this ergonomic table can also be used as a TV dinner or breakfast tray, sound equipment, projector, notebook standing desks, book tray, writing desk, tablet holder, and other then laptop stand.&nbsp;</span></p>\r\n
    <p><span style="font-family: Times New Roman, Times; font-size: medium;"><br /></span><strong><em>Specifications:</em><span style="font-size: medium;">&nbsp;</span><span style="font-size: medium;">Laptop desk&nbsp;</span></strong><span style="font-family: Times New Roman, Times;"><span style="font-size: medium;">&nbsp;<br />☛Color: Black<br />☛Folding size: 42*27cm<br />☛N.W:1.1kg<br />☛Maximum height:48cm<br />☛Laptop suitable:17' and smaller size</span></span></p>\r\n
    <p><span style="font-size: medium;">&nbsp;</span></p>\r\n
    <p><span style="font-size: medium;">With increasing number of cases of neck and shoulder pain due to sitting infront of the computer for long hours, it is extremely important to get your screen to be aligned with your eyes whether in your office or at home<span style="font-family: Times New Roman, Times;"><br /></span></span></p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:197;s:10:"product_id";i:199;s:6:"locale";s:2:"en";s:4:"name";s:67:"Multifunctional Folding Laptop Table Stand for bed, sofa and office";s:11:"description";s:2495:"<p>Multifunctional Folding Laptop Table Stand for bed and sofa</p>\r\n
    <p><span style="font-size: large;"><strong data-spm-anchor-id="a2700.details.pronpeci14.i0.67cb33d87OHMRo">Portable Folding Notebook or Laptop stand in office</strong></span><strong><em><span style="font-size: large;"><br /></span></em></strong></p>\r\n
    <p><span style="font-size: large;"><strong>&nbsp;</strong></span></p>\r\n
    <p><strong><em><span style="font-size: large;">Features</span></em><span style="font-size: medium;">:</span></strong>&nbsp;&nbsp;<strong>&nbsp;<span style="font-size: medium;">Adjustable aluminum laptop table</span></strong><br />&nbsp;<span style="font-family: Times New Roman, Times; font-size: medium;">✔This lightweight flexible design desk allows you to carry your laptop, monitor, book and other small necessary items anywhere you go.<br /><br />✔It can save a lot space and keep your living or working room neat and organized.<br /><br />✔This laptop tray table is the perfect choice for you! You can adjust this desk to any position or angle that makes you feel comfortable when you want to relax on bed or sit on couch.<br /><br />✔It's really amazing to adjust your workstation to an angle and height that makes you feel 100% comfortable at home. It can effectively reduce back stress and neck pain! Just use it in any way you want.<br /><br />✔You will save a large sum of money with this table. Because this ergonomic table can also be used as a TV dinner or breakfast tray, sound equipment, projector, notebook standing desks, book tray, writing desk, tablet holder, and other then laptop stand.&nbsp;</span></p>\r\n
    <p><span style="font-family: Times New Roman, Times; font-size: medium;"><br /></span><strong><em>Specifications:</em><span style="font-size: medium;">&nbsp;</span><span style="font-size: medium;">Laptop desk&nbsp;</span></strong><span style="font-family: Times New Roman, Times;"><span style="font-size: medium;">&nbsp;<br />☛Color: Black<br />☛Folding size: 42*27cm<br />☛N.W:1.1kg<br />☛Maximum height:48cm<br />☛Laptop suitable:17' and smaller size</span></span></p>\r\n
    <p><span style="font-size: medium;">&nbsp;</span></p>\r\n
    <p><span style="font-size: medium;">With increasing number of cases of neck and shoulder pain due to sitting infront of the computer for long hours, it is extremely important to get your screen to be aligned with your eyes whether in your office or at home<span style="font-family: Times New Roman, Times;"><br /></span></span></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:8:{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:972;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1yyN3l_JYBeNjy1zeq6yhzVXaN.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/dCid3vu981h9VJJwkrylrBsRUnbpBe33QYjwnvSE.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"449325";s:10:"created_at";s:19:"2020-05-03 00:19:03";s:10:"updated_at";s:19:"2020-05-03 00:19:03";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:972;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1yyN3l_JYBeNjy1zeq6yhzVXaN.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/dCid3vu981h9VJJwkrylrBsRUnbpBe33QYjwnvSE.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"449325";s:10:"created_at";s:19:"2020-05-03 00:19:03";s:10:"updated_at";s:19:"2020-05-03 00:19:03";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:972;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64685;s:10:"pivot_zone";s:10:"base_image";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:972;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64685;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:972;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64685;s:4:"zone";s:10:"base_image";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}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:976;s:7:"user_id";i:1;s:8:"filename";s:9:"sdbsb.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/fUNcOVeuzcFTzQw4lTJ2bL9NHRGNmCeAbylPZ3EO.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"148902";s:10:"created_at";s:19:"2020-05-03 00:21:48";s:10:"updated_at";s:19:"2020-05-03 00:21:48";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:976;s:7:"user_id";i:1;s:8:"filename";s:9:"sdbsb.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/fUNcOVeuzcFTzQw4lTJ2bL9NHRGNmCeAbylPZ3EO.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"148902";s:10:"created_at";s:19:"2020-05-03 00:21:48";s:10:"updated_at";s:19:"2020-05-03 00:21:48";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:976;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64686;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:976;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64686;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:976;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64686;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}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:974;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1vhbPlHGYBuNjy0Foq6AiBFXal.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/yiBFw8veECrVAaEGvkTULiSPk0zuhP4aKph7gJtp.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"175091";s:10:"created_at";s:19:"2020-05-03 00:21:47";s:10:"updated_at";s:19:"2020-05-03 00:21:47";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:974;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1vhbPlHGYBuNjy0Foq6AiBFXal.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/yiBFw8veECrVAaEGvkTULiSPk0zuhP4aKph7gJtp.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"175091";s:10:"created_at";s:19:"2020-05-03 00:21:47";s:10:"updated_at";s:19:"2020-05-03 00:21:47";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:974;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64687;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:974;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64687;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:974;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64687;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}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:973;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB11rz_lL5TBuNjSspcq6znGFXaL.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/glAU8ykPb9IHJjml3ZVEZGswRGeyvx9dTXbpbutJ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"123858";s:10:"created_at";s:19:"2020-05-03 00:21:47";s:10:"updated_at";s:19:"2020-05-03 00:21:47";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:973;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB11rz_lL5TBuNjSspcq6znGFXaL.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/glAU8ykPb9IHJjml3ZVEZGswRGeyvx9dTXbpbutJ.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"123858";s:10:"created_at";s:19:"2020-05-03 00:21:47";s:10:"updated_at";s:19:"2020-05-03 00:21:47";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:973;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64688;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:973;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64688;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:973;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64688;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}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:975;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB17iELlH9YBuNjy0Fgq6AxcXXaX.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/zkiF9O9PDXf5pP2dr6CMX7CyE2FioBT5Q8JFz4Pk.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"210933";s:10:"created_at";s:19:"2020-05-03 00:21:48";s:10:"updated_at";s:19:"2020-05-03 00:21:48";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:975;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB17iELlH9YBuNjy0Fgq6AxcXXaX.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/zkiF9O9PDXf5pP2dr6CMX7CyE2FioBT5Q8JFz4Pk.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"210933";s:10:"created_at";s:19:"2020-05-03 00:21:48";s:10:"updated_at";s:19:"2020-05-03 00:21:48";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:975;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64689;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:975;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64689;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:975;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64689;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}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:978;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1a0gtlL1TBuNjy0Fjq6yjyXXau.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/nMVyFeKyPhkuGdWEM0ZAc5r07hD0RBQU9XypxIYD.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"104205";s:10:"created_at";s:19:"2020-05-03 00:21:49";s:10:"updated_at";s:19:"2020-05-03 00:21:49";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:978;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1a0gtlL1TBuNjy0Fjq6yjyXXau.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/nMVyFeKyPhkuGdWEM0ZAc5r07hD0RBQU9XypxIYD.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"104205";s:10:"created_at";s:19:"2020-05-03 00:21:49";s:10:"updated_at";s:19:"2020-05-03 00:21:49";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:978;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64690;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:978;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64690;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:978;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64690;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}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:977;s:7:"user_id";i:1;s:8:"filename";s:10:"sdbsdb.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/FHLvPi75EOdhF38EAGV21Ex1FQ5vlrGLwAhr1jlj.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"202634";s:10:"created_at";s:19:"2020-05-03 00:21:49";s:10:"updated_at";s:19:"2020-05-03 00:21:49";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:977;s:7:"user_id";i:1;s:8:"filename";s:10:"sdbsdb.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/FHLvPi75EOdhF38EAGV21Ex1FQ5vlrGLwAhr1jlj.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:6:"202634";s:10:"created_at";s:19:"2020-05-03 00:21:49";s:10:"updated_at";s:19:"2020-05-03 00:21:49";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:977;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64691;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:977;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64691;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:977;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64691;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}i:7;O:27:"Modules\Media\Entities\File":26:{s:10:"\x00*\x00guarded";a:0:{}s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:5:"files";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:7:"\x00*\x00with";a:0:{}s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:10:{s:2:"id";i:979;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1bh5WdvuSBuNkHFqDq6xfhVXaR.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/2roLoRM0SoXeQFtw7ETCDWlhEujB8clo7uQbMFia.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"99567";s:10:"created_at";s:19:"2020-05-03 00:21:50";s:10:"updated_at";s:19:"2020-05-03 00:21:50";}s:11:"\x00*\x00original";a:17:{s:2:"id";i:979;s:7:"user_id";i:1;s:8:"filename";s:33:"HTB1bh5WdvuSBuNkHFqDq6xfhVXaR.jpg";s:4:"disk";s:14:"public_storage";s:4:"path";s:51:"media/2roLoRM0SoXeQFtw7ETCDWlhEujB8clo7uQbMFia.jpeg";s:9:"extension";s:4:"jpeg";s:4:"mime";s:10:"image/jpeg";s:4:"size";s:5:"99567";s:10:"created_at";s:19:"2020-05-03 00:21:50";s:10:"updated_at";s:19:"2020-05-03 00:21:50";s:15:"pivot_entity_id";i:199;s:13:"pivot_file_id";i:979;s:17:"pivot_entity_type";s:32:"Modules\Product\Entities\Product";s:8:"pivot_id";i:64692;s:10:"pivot_zone";s:17:"additional_images";s:16:"pivot_created_at";s:19:"2023-03-19 22:03:37";s:16:"pivot_updated_at";s:19:"2023-03-19 22:03:37";}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:199;s:7:"file_id";i:979;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64692;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:11:"\x00*\x00original";a:7:{s:9:"entity_id";i:199;s:7:"file_id";i:979;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:2:"id";i:64692;s:4:"zone";s:17:"additional_images";s:10:"created_at";s:19:"2023-03-19 22:03:37";s:10:"updated_at";s:19:"2023-03-19 22:03:37";}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}s:11:"pivotParent";r:250;s:13:"\x00*\x00foreignKey";s:9:"entity_id";s:13:"\x00*\x00relatedKey";s:7:"file_id";}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:11:"\x00*\x00fillable";a:0:{}}}}s:15:"relatedProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:3:{i:0;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:62;s:12:"tax_class_id";N;s:4:"slug";s:73:"new-ai-smart-watch-bluetooth-headphone-heart-rate-monitor-smart-wristband";s:5:"price";s:7:"53.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"53.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3849;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:"2020-02-05 01:17:16";s:10:"updated_at";s:19:"2026-03-04 23:27:17";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:62;s:12:"tax_class_id";N;s:4:"slug";s:73:"new-ai-smart-watch-bluetooth-headphone-heart-rate-monitor-smart-wristband";s:5:"price";s:7:"53.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"53.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3849;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:"2020-02-05 01:17:16";s:10:"updated_at";s:19:"2026-03-04 23:27:17";s:16:"pivot_product_id";i:199;s:24:"pivot_related_product_id";i:62;}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:199;s:18:"related_product_id";i:62;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:199;s:18:"related_product_id";i:62;}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:60;s:10:"product_id";i:62;s:6:"locale";s:2:"en";s:4:"name";s:73:"New AI Smart Watch Bluetooth Headphone Heart Rate Monitor Smart Wristband";s:11:"description";s:1982:"<p><strong><span data-spm-anchor-id="a2g0o.detail.1000023.i0.58e44d14JbWN3W">Description:<br /></span></strong></p>\r\n
    <p>100% new high quality</p>\r\n
    <p>This is an AI smart bracelet and a TWS Bluetooth headset.</p>\r\n
    <p>Main functions: exercise heart rate, blood pressure, exercise step, calorie consumption calculation, exercise mileage record, sleep quality monitoring, alarm clock, intelligent anti-lost, sedentary reminder, etc.</p>\r\n
    <p>Support Chinese and English and other languages.</p>\r\n
    <p>Bluetooth headset: listen to music, make a call, remove the automatic connection</p>\r\n
    <p>Dual headphones: stereo listening songs</p>\r\n
    <p>Single earphone: Mono listening song</p>\r\n
    <p>Headphone charging method: put in the bracelet to charge</p>\r\n
    <p>Please see the instructions for more information.</p>\r\n
    <p><strong>Specifications:<br /></strong></p>\r\n
    <p>&nbsp;</p>\r\n
    <p>parameter:</p>\r\n
    <p>Applicable system: Android 4.4 or above, IOS 8.0 or above, Bluetooth 4.0 or higher</p>\r\n
    <p>Screen size: 0.96TFT color screen</p>\r\n
    <p>Resolution: 160*80</p>\r\n
    <p>Touch type: touch screen</p>\r\n
    <p>Battery type: polymer battery</p>\r\n
    <p>Battery capacity: 110-130mAh</p>\r\n
    <p>Charging method: USB charging stand</p>\r\n
    <p>Charging time: 1.5 hours</p>\r\n
    <p>Life time: 7 days, 15 days standby</p>\r\n
    <p>Bluetooth: Bluetooth 5.0</p>\r\n
    <p>Chip: NRF52832</p>\r\n
    <p>Material: PC+316</p>\r\n
    <p>Strap material: TPU</p>\r\n
    <p>&nbsp;</p>\r\n
    <p>Function: heart rate monitoring, blood pressure detection, motion monitoring, finding mobile phones, automatic sleep mode, smart alarm clock, time display, SMS reminder, etc.</p>\r\n
    <p><strong>Package Included:<br /></strong></p>\r\n
    <p>1* bracelet</p>\r\n
    <p>1* charging stand</p>\r\n
    <p>1* instruction manual</p>\r\n
    <p><strong>Notes:<br /></strong></p>\r\n
    <p>1. Due to differences between different displays, the picture may not reflect the actual color of the item.</p>\r\n
    <p>2. Compare with your detailed size, please allow 1-3mm error due to manual measurement.</p>\r\n
    <p>thank you for understanding.</p>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:60;s:10:"product_id";i:62;s:6:"locale";s:2:"en";s:4:"name";s:73:"New AI Smart Watch Bluetooth Headphone Heart Rate Monitor Smart Wristband";s:11:"description";s:1982:"<p><strong><span data-spm-anchor-id="a2g0o.detail.1000023.i0.58e44d14JbWN3W">Description:<br /></span></strong></p>\r\n
    <p>100% new high quality</p>\r\n
    <p>This is an AI smart bracelet and a TWS Bluetooth headset.</p>\r\n
    <p>Main functions: exercise heart rate, blood pressure, exercise step, calorie consumption calculation, exercise mileage record, sleep quality monitoring, alarm clock, intelligent anti-lost, sedentary reminder, etc.</p>\r\n
    <p>Support Chinese and English and other languages.</p>\r\n
    <p>Bluetooth headset: listen to music, make a call, remove the automatic connection</p>\r\n
    <p>Dual headphones: stereo listening songs</p>\r\n
    <p>Single earphone: Mono listening song</p>\r\n
    <p>Headphone charging method: put in the bracelet to charge</p>\r\n
    <p>Please see the instructions for more information.</p>\r\n
    <p><strong>Specifications:<br /></strong></p>\r\n
    <p>&nbsp;</p>\r\n
    <p>parameter:</p>\r\n
    <p>Applicable system: Android 4.4 or above, IOS 8.0 or above, Bluetooth 4.0 or higher</p>\r\n
    <p>Screen size: 0.96TFT color screen</p>\r\n
    <p>Resolution: 160*80</p>\r\n
    <p>Touch type: touch screen</p>\r\n
    <p>Battery type: polymer battery</p>\r\n
    <p>Battery capacity: 110-130mAh</p>\r\n
    <p>Charging method: USB charging stand</p>\r\n
    <p>Charging time: 1.5 hours</p>\r\n
    <p>Life time: 7 days, 15 days standby</p>\r\n
    <p>Bluetooth: Bluetooth 5.0</p>\r\n
    <p>Chip: NRF52832</p>\r\n
    <p>Material: PC+316</p>\r\n
    <p>Strap material: TPU</p>\r\n
    <p>&nbsp;</p>\r\n
    <p>Function: heart rate monitoring, blood pressure detection, motion monitoring, finding mobile phones, automatic sleep mode, smart alarm clock, time display, SMS reminder, etc.</p>\r\n
    <p><strong>Package Included:<br /></strong></p>\r\n
    <p>1* bracelet</p>\r\n
    <p>1* charging stand</p>\r\n
    <p>1* instruction manual</p>\r\n
    <p><strong>Notes:<br /></strong></p>\r\n
    <p>1. Due to differences between different displays, the picture may not reflect the actual color of the item.</p>\r\n
    <p>2. Compare with your detailed size, please allow 1-3mm error due to manual measurement.</p>\r\n
    <p>thank you for understanding.</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:67;s:12:"tax_class_id";N;s:4:"slug";s:16:"mini-laptop-desk";s:5:"price";s:7:"17.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:5425;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:"2020-02-07 16:11:44";s:10:"updated_at";s:19:"2026-03-05 11:31:09";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:67;s:12:"tax_class_id";N;s:4:"slug";s:16:"mini-laptop-desk";s:5:"price";s:7:"17.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:5425;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:"2020-02-07 16:11:44";s:10:"updated_at";s:19:"2026-03-05 11:31:09";s:16:"pivot_product_id";i:199;s:24:"pivot_related_product_id";i:67;}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:199;s:18:"related_product_id";i:67;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:199;s:18:"related_product_id";i:67;}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:1145;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:65;s:10:"product_id";i:67;s:6:"locale";s:2:"en";s:4:"name";s:16:"Mini Laptop Desk";s:11:"description";s:2179:"<div id="featurebullets_feature_div" class="feature" data-feature-name="featurebullets" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-none">\r\n
    <li><span class="a-list-item">HIGHLY VERSATILE &ndash; This multifunctional table will be a perfect addition to your office, home or home office. Use it as a multifunctional workstation, a standing desk for office work, a snack tray for watching TV, a laptop or tablet stand for relaxing in bed or a food table to enjoy breakfast in bed!</span></li>\r\n
    <li><span class="a-list-item">HEALTHIER WORKING - When used in conjunction with a regular desk it enables you to work while standing; freeing ourselves from disorders such as backache, neck pain and stiffness caused by sitting long hours in the same posture.</span></li>\r\n
    <li><span class="a-list-item">EASY TO USE &ndash; You can easily enable quick height changes (adjustable from 9.4"-12.6") on this table using two auto-lock buttons on each side. In addition, you can also adjust the surface angle from 0-30 by pulling a lock button and releasing it when you get the desired angle.</span></li>\r\n
    <li><span class="a-list-item">LIGHT BUT STURDY &ndash; This table is light enough to carry around, ergonomic, environmentally friendly, yet strongly built and durable having been made of 100% high quality engineered wood.</span></li>\r\n
    <li><span class="a-list-item">PORTABLE &ndash; Apart from being lightweight, this table is easily foldable, making it super convenient for you to take it anywhere or even to stow away. Now you can have your own ergonomic workstation ready anytime, anyplace!</span></li>\r\n
    <li><span class="a-list-item">Tabletop: Oak</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="globalStoreInfoBullets_feature_div" class="feature" data-feature-name="globalStoreInfoBullets" data-cel-widget="globalStoreInfoBullets_feature_div">&nbsp;</div>\r\n
    <div id="amazonGlobal_feature_div" class="feature" data-feature-name="amazonGlobal" data-cel-widget="amazonGlobal_feature_div">&nbsp;</div>\r\n
    <div id="HLCXComparisonJumplink_feature_div">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:65;s:10:"product_id";i:67;s:6:"locale";s:2:"en";s:4:"name";s:16:"Mini Laptop Desk";s:11:"description";s:2179:"<div id="featurebullets_feature_div" class="feature" data-feature-name="featurebullets" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-none">\r\n
    <li><span class="a-list-item">HIGHLY VERSATILE &ndash; This multifunctional table will be a perfect addition to your office, home or home office. Use it as a multifunctional workstation, a standing desk for office work, a snack tray for watching TV, a laptop or tablet stand for relaxing in bed or a food table to enjoy breakfast in bed!</span></li>\r\n
    <li><span class="a-list-item">HEALTHIER WORKING - When used in conjunction with a regular desk it enables you to work while standing; freeing ourselves from disorders such as backache, neck pain and stiffness caused by sitting long hours in the same posture.</span></li>\r\n
    <li><span class="a-list-item">EASY TO USE &ndash; You can easily enable quick height changes (adjustable from 9.4"-12.6") on this table using two auto-lock buttons on each side. In addition, you can also adjust the surface angle from 0-30 by pulling a lock button and releasing it when you get the desired angle.</span></li>\r\n
    <li><span class="a-list-item">LIGHT BUT STURDY &ndash; This table is light enough to carry around, ergonomic, environmentally friendly, yet strongly built and durable having been made of 100% high quality engineered wood.</span></li>\r\n
    <li><span class="a-list-item">PORTABLE &ndash; Apart from being lightweight, this table is easily foldable, making it super convenient for you to take it anywhere or even to stow away. Now you can have your own ergonomic workstation ready anytime, anyplace!</span></li>\r\n
    <li><span class="a-list-item">Tabletop: Oak</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="globalStoreInfoBullets_feature_div" class="feature" data-feature-name="globalStoreInfoBullets" data-cel-widget="globalStoreInfoBullets_feature_div">&nbsp;</div>\r\n
    <div id="amazonGlobal_feature_div" class="feature" data-feature-name="amazonGlobal" data-cel-widget="amazonGlobal_feature_div">&nbsp;</div>\r\n
    <div id="HLCXComparisonJumplink_feature_div">&nbsp;</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:2;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:198;s:12:"tax_class_id";N;s:4:"slug";s:76:"foldable-bluetooth-wireless-p47-headphones-noise-canceling-mp3-mp4-fm-player";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"16.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"16.0000";s:3:"sku";s:5:"A1043";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8237;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:"2020-05-02 23:52:15";s:10:"updated_at";s:19:"2026-03-04 13:22:37";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:198;s:12:"tax_class_id";N;s:4:"slug";s:76:"foldable-bluetooth-wireless-p47-headphones-noise-canceling-mp3-mp4-fm-player";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"16.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"16.0000";s:3:"sku";s:5:"A1043";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8237;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:"2020-05-02 23:52:15";s:10:"updated_at";s:19:"2026-03-04 13:22:37";s:16:"pivot_product_id";i:199;s:24:"pivot_related_product_id";i:198;}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:199;s:18:"related_product_id";i:198;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:199;s:18:"related_product_id";i:198;}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:1145;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:196;s:10:"product_id";i:198;s:6:"locale";s:2:"en";s:4:"name";s:76:"Foldable Bluetooth Wireless P47 Headphones Noise Canceling MP3/MP4/FM Player";s:11:"description";s:1168:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2a0e.pdp.0.i1.2490568dDtag2E">Product details of P47-Wireless Bluetooth Foldable High Bass Headphone White Color</h2>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone White Color</p>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc ">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">Works with or without Bluetooth capability</li>\r\n
    <li class="">Easy to controls your headphones</li>\r\n
    <li class="">Adjustable Headband</li>\r\n
    <li class="">Foldable Portable Design</li>\r\n
    <li class="">High Quality P47-Wireless Bluetooth Foldable High Bass Headphone</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <p><strong>Color: White</strong></p>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone</p>\r\n
    <ul>\r\n
    <li>Not only wireless, also can be used as wired headphone</li>\r\n
    <li>Bluetooth High Speed Connected, Anwsering Incoming Calls, Handsfree Talking</li>\r\n
    <li>Suport TF card and FM radio.</li>\r\n
    <li>Also Provides a simple 3.5mm wired connection of a variety of devices</li>\r\n
    <li>Superior Compability, High FidelitySurround Sound</li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:196;s:10:"product_id";i:198;s:6:"locale";s:2:"en";s:4:"name";s:76:"Foldable Bluetooth Wireless P47 Headphones Noise Canceling MP3/MP4/FM Player";s:11:"description";s:1168:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2a0e.pdp.0.i1.2490568dDtag2E">Product details of P47-Wireless Bluetooth Foldable High Bass Headphone White Color</h2>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone White Color</p>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc ">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">Works with or without Bluetooth capability</li>\r\n
    <li class="">Easy to controls your headphones</li>\r\n
    <li class="">Adjustable Headband</li>\r\n
    <li class="">Foldable Portable Design</li>\r\n
    <li class="">High Quality P47-Wireless Bluetooth Foldable High Bass Headphone</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <p><strong>Color: White</strong></p>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone</p>\r\n
    <ul>\r\n
    <li>Not only wireless, also can be used as wired headphone</li>\r\n
    <li>Bluetooth High Speed Connected, Anwsering Incoming Calls, Handsfree Talking</li>\r\n
    <li>Suport TF card and FM radio.</li>\r\n
    <li>Also Provides a simple 3.5mm wired connection of a variety of devices</li>\r\n
    <li>Superior Compability, High FidelitySurround Sound</li>\r\n
    </ul>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s:14:"upSellProducts";O:39:"Illuminate\Database\Eloquent\Collection":1:{s:8:"\x00*\x00items";a:3:{i:0;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:61;s:12:"tax_class_id";N;s:4:"slug";s:117:"smart-watch-bluetooth-4.0-call-heart-rate-ecg-monitoring-sports-watch-for-tracke-women-men-2020-for-apple-ios-android";s:5:"price";s:7:"33.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"33.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3966;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:"2020-02-04 15:26:45";s:10:"updated_at";s:19:"2026-03-03 19:46:02";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:61;s:12:"tax_class_id";N;s:4:"slug";s:117:"smart-watch-bluetooth-4.0-call-heart-rate-ecg-monitoring-sports-watch-for-tracke-women-men-2020-for-apple-ios-android";s:5:"price";s:7:"33.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"33.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:3966;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:"2020-02-04 15:26:45";s:10:"updated_at";s:19:"2026-03-03 19:46:02";s:16:"pivot_product_id";i:199;s:24:"pivot_up_sell_product_id";i:61;}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:"up_sell_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:199;s:18:"up_sell_product_id";i:61;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:199;s:18:"up_sell_product_id";i:61;}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:"up_sell_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:59;s:10:"product_id";i:61;s:6:"locale";s:2:"en";s:4:"name";s:37:"Smart Watch Bluetooth 4.0 unisex 2020";s:11:"description";s:6319:"<dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Place of Origin" data-spm-anchor-id="a2700.wholesale.prilinga1e.i0.554743fenbrEKe">Smart Watch Bluetooth 4.0 unisex 2020 for Apple IOS Android</span></dt>\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Place of Origin" data-spm-anchor-id="a2700.wholesale.prilinga1e.i0.554743fenbrEKe">Smart Watch Bluetooth 4.0 Call Heart Rate ECG Monitoring Sports Watch for Tracke women/men 2020 for Apple IOS Android</span></dt>\r\n
    <dt class="do-entry-item"></dt>\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Place of Origin" data-spm-anchor-id="a2700.wholesale.prilinga1e.i0.554743fenbrEKe">Place of Origin:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Guangdong, China" data-spm-anchor-id="a2700.wholesale.prilinga1e.i2.554743fenbrEKe">Guangdong, China</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Brand Name">Brand Name:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="OEM/ODM">OEM/ODM</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Model Number">Model Number:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="W34">W34</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Display Type">Display Type:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="IPS">IPS</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Screen Resolution">Screen Resolution:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="320x240">320x240</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Feature">Feature:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Auto Focus, Build in Flash, EMAIL, FM Radio, MP3 Playback, Qwerty Keyboard, Touch Screen, WiFi, Bluetooth">Auto Focus, Build in Flash, EMAIL, FM Radio, MP3 Playback, Qwerty Keyboard, Touch Screen, WiFi, Bluetooth</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Display Color">Display Color:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Black / White">Black / White</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item" data-spm-anchor-id="a2700.wholesale.prilinga1e.i1.554743fenbrEKe"><span class="attr-name J-attr-name" title="Operation System">Operation System:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="ANDROID IOS">ANDROID IOS</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Camera">Camera:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="No Camera">No Camera</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Screen">Screen:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="&lt; 2&quot;">&lt; 2"</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Design">Design:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="SLIDER">SLIDER</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Function">Function:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Call &amp; Message Notification">Call &amp; Message Notification</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Product Name">Product Name:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="W34 Smart Watch">W34 Smart Watch</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Waterproof">Waterproof:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="IP67">IP67</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Color">Color:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="black, silver">black, silver</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Compatible">Compatible:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="IOS  Android">IOS Android</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="CPU">CPU:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="MTK6502">MTK6502</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Screen Size">Screen Size:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="1.54inch IPS 240*240 round display">1.54inch IPS 240*240 round display</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Battery">Battery:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="210mah">210mah</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Bluetooth">Bluetooth:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="3.0,4.0">3.0,4.0</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Charge Mode">Charge Mode:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="usb">usb</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Main function">Main function:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="ECG, BL Headset, Music, Sleep monitor,Dialing,Voice alam clock">ECG, BL Headset, Music, Sleep monitor,Dialing,Voice alam clock</div>\r\n
    </dd>\r\n
    </dl>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:59;s:10:"product_id";i:61;s:6:"locale";s:2:"en";s:4:"name";s:37:"Smart Watch Bluetooth 4.0 unisex 2020";s:11:"description";s:6319:"<dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Place of Origin" data-spm-anchor-id="a2700.wholesale.prilinga1e.i0.554743fenbrEKe">Smart Watch Bluetooth 4.0 unisex 2020 for Apple IOS Android</span></dt>\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Place of Origin" data-spm-anchor-id="a2700.wholesale.prilinga1e.i0.554743fenbrEKe">Smart Watch Bluetooth 4.0 Call Heart Rate ECG Monitoring Sports Watch for Tracke women/men 2020 for Apple IOS Android</span></dt>\r\n
    <dt class="do-entry-item"></dt>\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Place of Origin" data-spm-anchor-id="a2700.wholesale.prilinga1e.i0.554743fenbrEKe">Place of Origin:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Guangdong, China" data-spm-anchor-id="a2700.wholesale.prilinga1e.i2.554743fenbrEKe">Guangdong, China</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Brand Name">Brand Name:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="OEM/ODM">OEM/ODM</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Model Number">Model Number:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="W34">W34</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Display Type">Display Type:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="IPS">IPS</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Screen Resolution">Screen Resolution:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="320x240">320x240</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Feature">Feature:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Auto Focus, Build in Flash, EMAIL, FM Radio, MP3 Playback, Qwerty Keyboard, Touch Screen, WiFi, Bluetooth">Auto Focus, Build in Flash, EMAIL, FM Radio, MP3 Playback, Qwerty Keyboard, Touch Screen, WiFi, Bluetooth</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Display Color">Display Color:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Black / White">Black / White</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item" data-spm-anchor-id="a2700.wholesale.prilinga1e.i1.554743fenbrEKe"><span class="attr-name J-attr-name" title="Operation System">Operation System:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="ANDROID IOS">ANDROID IOS</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Camera">Camera:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="No Camera">No Camera</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Screen">Screen:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="&lt; 2&quot;">&lt; 2"</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Design">Design:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="SLIDER">SLIDER</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Function">Function:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="Call &amp; Message Notification">Call &amp; Message Notification</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Product Name">Product Name:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="W34 Smart Watch">W34 Smart Watch</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Waterproof">Waterproof:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="IP67">IP67</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Color">Color:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="black, silver">black, silver</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Compatible">Compatible:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="IOS  Android">IOS Android</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="CPU">CPU:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="MTK6502">MTK6502</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Screen Size">Screen Size:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="1.54inch IPS 240*240 round display">1.54inch IPS 240*240 round display</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Battery">Battery:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="210mah">210mah</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Bluetooth">Bluetooth:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="3.0,4.0">3.0,4.0</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Charge Mode">Charge Mode:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="usb">usb</div>\r\n
    </dd>\r\n
    </dl>\r\n
    <dl class="do-entry-item">\r\n
    <dt class="do-entry-item"><span class="attr-name J-attr-name" title="Main function">Main function:</span></dt>\r\n
    <dd class="do-entry-item-val">\r\n
    <div class="ellipsis" title="ECG, BL Headset, Music, Sleep monitor,Dialing,Voice alam clock">ECG, BL Headset, Music, Sleep monitor,Dialing,Voice alam clock</div>\r\n
    </dd>\r\n
    </dl>";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:67;s:12:"tax_class_id";N;s:4:"slug";s:16:"mini-laptop-desk";s:5:"price";s:7:"17.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:5425;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:"2020-02-07 16:11:44";s:10:"updated_at";s:19:"2026-03-05 11:31:09";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:67;s:12:"tax_class_id";N;s:4:"slug";s:16:"mini-laptop-desk";s:5:"price";s:7:"17.0000";s:13:"special_price";N;s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"17.0000";s:3:"sku";N;s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:0;s:6:"viewed";i:5425;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:"2020-02-07 16:11:44";s:10:"updated_at";s:19:"2026-03-05 11:31:09";s:16:"pivot_product_id";i:199;s:24:"pivot_up_sell_product_id";i:67;}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:"up_sell_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:199;s:18:"up_sell_product_id";i:67;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:199;s:18:"up_sell_product_id";i:67;}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:1753;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_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:65;s:10:"product_id";i:67;s:6:"locale";s:2:"en";s:4:"name";s:16:"Mini Laptop Desk";s:11:"description";s:2179:"<div id="featurebullets_feature_div" class="feature" data-feature-name="featurebullets" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-none">\r\n
    <li><span class="a-list-item">HIGHLY VERSATILE &ndash; This multifunctional table will be a perfect addition to your office, home or home office. Use it as a multifunctional workstation, a standing desk for office work, a snack tray for watching TV, a laptop or tablet stand for relaxing in bed or a food table to enjoy breakfast in bed!</span></li>\r\n
    <li><span class="a-list-item">HEALTHIER WORKING - When used in conjunction with a regular desk it enables you to work while standing; freeing ourselves from disorders such as backache, neck pain and stiffness caused by sitting long hours in the same posture.</span></li>\r\n
    <li><span class="a-list-item">EASY TO USE &ndash; You can easily enable quick height changes (adjustable from 9.4"-12.6") on this table using two auto-lock buttons on each side. In addition, you can also adjust the surface angle from 0-30 by pulling a lock button and releasing it when you get the desired angle.</span></li>\r\n
    <li><span class="a-list-item">LIGHT BUT STURDY &ndash; This table is light enough to carry around, ergonomic, environmentally friendly, yet strongly built and durable having been made of 100% high quality engineered wood.</span></li>\r\n
    <li><span class="a-list-item">PORTABLE &ndash; Apart from being lightweight, this table is easily foldable, making it super convenient for you to take it anywhere or even to stow away. Now you can have your own ergonomic workstation ready anytime, anyplace!</span></li>\r\n
    <li><span class="a-list-item">Tabletop: Oak</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="globalStoreInfoBullets_feature_div" class="feature" data-feature-name="globalStoreInfoBullets" data-cel-widget="globalStoreInfoBullets_feature_div">&nbsp;</div>\r\n
    <div id="amazonGlobal_feature_div" class="feature" data-feature-name="amazonGlobal" data-cel-widget="amazonGlobal_feature_div">&nbsp;</div>\r\n
    <div id="HLCXComparisonJumplink_feature_div">&nbsp;</div>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:65;s:10:"product_id";i:67;s:6:"locale";s:2:"en";s:4:"name";s:16:"Mini Laptop Desk";s:11:"description";s:2179:"<div id="featurebullets_feature_div" class="feature" data-feature-name="featurebullets" data-cel-widget="featurebullets_feature_div">\r\n
    <div id="feature-bullets" class="a-section a-spacing-medium a-spacing-top-small">\r\n
    <ul class="a-unordered-list a-vertical a-spacing-none">\r\n
    <li><span class="a-list-item">HIGHLY VERSATILE &ndash; This multifunctional table will be a perfect addition to your office, home or home office. Use it as a multifunctional workstation, a standing desk for office work, a snack tray for watching TV, a laptop or tablet stand for relaxing in bed or a food table to enjoy breakfast in bed!</span></li>\r\n
    <li><span class="a-list-item">HEALTHIER WORKING - When used in conjunction with a regular desk it enables you to work while standing; freeing ourselves from disorders such as backache, neck pain and stiffness caused by sitting long hours in the same posture.</span></li>\r\n
    <li><span class="a-list-item">EASY TO USE &ndash; You can easily enable quick height changes (adjustable from 9.4"-12.6") on this table using two auto-lock buttons on each side. In addition, you can also adjust the surface angle from 0-30 by pulling a lock button and releasing it when you get the desired angle.</span></li>\r\n
    <li><span class="a-list-item">LIGHT BUT STURDY &ndash; This table is light enough to carry around, ergonomic, environmentally friendly, yet strongly built and durable having been made of 100% high quality engineered wood.</span></li>\r\n
    <li><span class="a-list-item">PORTABLE &ndash; Apart from being lightweight, this table is easily foldable, making it super convenient for you to take it anywhere or even to stow away. Now you can have your own ergonomic workstation ready anytime, anyplace!</span></li>\r\n
    <li><span class="a-list-item">Tabletop: Oak</span></li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    <div id="globalStoreInfoBullets_feature_div" class="feature" data-feature-name="globalStoreInfoBullets" data-cel-widget="globalStoreInfoBullets_feature_div">&nbsp;</div>\r\n
    <div id="amazonGlobal_feature_div" class="feature" data-feature-name="amazonGlobal" data-cel-widget="amazonGlobal_feature_div">&nbsp;</div>\r\n
    <div id="HLCXComparisonJumplink_feature_div">&nbsp;</div>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}i:2;O:32:"Modules\Product\Entities\Product":31:{s:7:"\x00*\x00with";a:1:{i:0;s:12:"translations";}s:11:"\x00*\x00fillable";a:13:{i:0;s:12:"tax_class_id";i:1;s:4:"slug";i:2;s:3:"sku";i:3;s:5:"price";i:4;s:13:"special_price";i:5;s:19:"special_price_start";i:6;s:17:"special_price_end";i:7;s:12:"manage_stock";i:8;s:3:"qty";i:9;s:8:"in_stock";i:10;s:9:"is_active";i:11;s:8:"new_from";i:12;s:6:"new_to";}s:8:"\x00*\x00casts";a:3:{s:12:"manage_stock";s:7:"boolean";s:8:"in_stock";s:7:"boolean";s:9:"is_active";s:7:"boolean";}s:8:"\x00*\x00dates";a:7:{i:0;s:19:"special_price_start";i:1;s:17:"special_price_end";i:2;s:8:"new_from";i:3;s:6:"new_to";i:4;s:10:"start_date";i:5;s:8:"end_date";i:6;s:10:"deleted_at";}s:10:"\x00*\x00appends";a:1:{i:0;s:7:"pricing";}s:23:"\x00*\x00translatedAttributes";a:3:{i:0;s:4:"name";i:1;s:11:"description";i:2;s:17:"short_description";}s:16:"\x00*\x00slugAttribute";s:4:"name";s:13:"\x00*\x00connection";s:5:"mysql";s:8:"\x00*\x00table";s:8:"products";s:13:"\x00*\x00primaryKey";s:2:"id";s:10:"\x00*\x00keyType";s:3:"int";s:12:"incrementing";b:1;s:12:"\x00*\x00withCount";a:0:{}s:10:"\x00*\x00perPage";i:15;s:6:"exists";b:1;s:18:"wasRecentlyCreated";b:0;s:13:"\x00*\x00attributes";a:20:{s:2:"id";i:198;s:12:"tax_class_id";N;s:4:"slug";s:76:"foldable-bluetooth-wireless-p47-headphones-noise-canceling-mp3-mp4-fm-player";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"16.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"16.0000";s:3:"sku";s:5:"A1043";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8237;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:"2020-05-02 23:52:15";s:10:"updated_at";s:19:"2026-03-04 13:22:37";}s:11:"\x00*\x00original";a:22:{s:2:"id";i:198;s:12:"tax_class_id";N;s:4:"slug";s:76:"foldable-bluetooth-wireless-p47-headphones-noise-canceling-mp3-mp4-fm-player";s:5:"price";s:7:"19.0000";s:13:"special_price";s:7:"16.0000";s:19:"special_price_start";N;s:17:"special_price_end";N;s:13:"selling_price";s:7:"16.0000";s:3:"sku";s:5:"A1043";s:12:"manage_stock";i:0;s:3:"qty";N;s:8:"in_stock";i:1;s:6:"viewed";i:8237;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:"2020-05-02 23:52:15";s:10:"updated_at";s:19:"2026-03-04 13:22:37";s:16:"pivot_product_id";i:199;s:24:"pivot_up_sell_product_id";i:198;}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:"up_sell_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:199;s:18:"up_sell_product_id";i:198;}s:11:"\x00*\x00original";a:2:{s:10:"product_id";i:199;s:18:"up_sell_product_id";i:198;}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:1753;s:13:"\x00*\x00foreignKey";s:10:"product_id";s:13:"\x00*\x00relatedKey";s:18:"up_sell_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:196;s:10:"product_id";i:198;s:6:"locale";s:2:"en";s:4:"name";s:76:"Foldable Bluetooth Wireless P47 Headphones Noise Canceling MP3/MP4/FM Player";s:11:"description";s:1168:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2a0e.pdp.0.i1.2490568dDtag2E">Product details of P47-Wireless Bluetooth Foldable High Bass Headphone White Color</h2>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone White Color</p>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc ">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">Works with or without Bluetooth capability</li>\r\n
    <li class="">Easy to controls your headphones</li>\r\n
    <li class="">Adjustable Headband</li>\r\n
    <li class="">Foldable Portable Design</li>\r\n
    <li class="">High Quality P47-Wireless Bluetooth Foldable High Bass Headphone</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <p><strong>Color: White</strong></p>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone</p>\r\n
    <ul>\r\n
    <li>Not only wireless, also can be used as wired headphone</li>\r\n
    <li>Bluetooth High Speed Connected, Anwsering Incoming Calls, Handsfree Talking</li>\r\n
    <li>Suport TF card and FM radio.</li>\r\n
    <li>Also Provides a simple 3.5mm wired connection of a variety of devices</li>\r\n
    <li>Superior Compability, High FidelitySurround Sound</li>\r\n
    </ul>";s:17:"short_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:196;s:10:"product_id";i:198;s:6:"locale";s:2:"en";s:4:"name";s:76:"Foldable Bluetooth Wireless P47 Headphones Noise Canceling MP3/MP4/FM Player";s:11:"description";s:1168:"<h2 class="pdp-mod-section-title outer-title" data-spm-anchor-id="a2a0e.pdp.0.i1.2490568dDtag2E">Product details of P47-Wireless Bluetooth Foldable High Bass Headphone White Color</h2>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone White Color</p>\r\n
    <div class="pdp-product-detail" data-spm="product_detail">\r\n
    <div class="pdp-product-desc ">\r\n
    <div class="html-content pdp-product-highlights">\r\n
    <ul class="">\r\n
    <li class="">Works with or without Bluetooth capability</li>\r\n
    <li class="">Easy to controls your headphones</li>\r\n
    <li class="">Adjustable Headband</li>\r\n
    <li class="">Foldable Portable Design</li>\r\n
    <li class="">High Quality P47-Wireless Bluetooth Foldable High Bass Headphone</li>\r\n
    </ul>\r\n
    </div>\r\n
    </div>\r\n
    </div>\r\n
    <p><strong>Color: White</strong></p>\r\n
    <p>P47-Wireless Bluetooth Foldable High Bass Headphone</p>\r\n
    <ul>\r\n
    <li>Not only wireless, also can be used as wired headphone</li>\r\n
    <li>Bluetooth High Speed Connected, Anwsering Incoming Calls, Handsfree Talking</li>\r\n
    <li>Suport TF card and FM radio.</li>\r\n
    <li>Also Provides a simple 3.5mm wired connection of a variety of devices</li>\r\n
    <li>Superior Compability, High FidelitySurround Sound</li>\r\n
    </ul>";s:17:"short_description";N;}s:10:"\x00*\x00changes";a:0:{}s:8:"\x00*\x00casts";a:0:{}s:8:"\x00*\x00dates";a:0:{}s:13:"\x00*\x00dateFormat";N;s:10:"\x00*\x00appends";a:0:{}s:19:"\x00*\x00dispatchesEvents";a:0:{}s:14:"\x00*\x00observables";a:0:{}s:12:"\x00*\x00relations";a:0:{}s:10:"\x00*\x00touches";a:0:{}s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}}}}}s:10:"\x00*\x00touches";a:0:{}s:10:"timestamps";b:1;s:9:"\x00*\x00hidden";a:0:{}s:10:"\x00*\x00visible";a:0:{}s:10:"\x00*\x00guarded";a:1:{i:0;s:1:"*";}s:16:"\x00*\x00defaultLocale";N;s:16:"\x00*\x00scoutMetadata";a:0:{}s:16:"\x00*\x00forceDeleting";b:0;}}}s: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:197;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:199;s:10:"created_at";s:19:"2020-05-03 00:23:31";s:10:"updated_at";s:19:"2020-05-03 00:23:31";s:13:"meta_keywords";a:0:{}}s:11:"\x00*\x00original";a:5:{s:2:"id";i:197;s:11:"entity_type";s:32:"Modules\Product\Entities\Product";s:9:"entity_id";i:199;s:10:"created_at";s:19:"2020-05-03 00:23:31";s:10:"updated_at";s:19:"2020-05-03 00:23:31";}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:199;s:12:"meta_data_id";i:197;s:6:"locale";s:2:"en";s:10:"meta_title";N;s:13:"meta_keywords";s:2:"[]";s:16:"meta_description";N;}s:11:"\x00*\x00original";a:6:{s:2:"id";i:199;s:12:"meta_data_id";i:197;s:6:"locale";s:2:"en";s:10:"meta_title";N;s:13:"meta_keywords";s:2:"[]";s:16:"meta_description";N;}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:96:"https://black-lb.com/products/multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office";}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/multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office"
      #requestUri: "/products/multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#774}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1204}
    
     */
    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/multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office"
      #requestUri: "/products/multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#774}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1204}
    
|--------------------------------------------------------------------------
| 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/multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office"
      #requestUri: "/products/multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#774}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1204}
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
TZ
"Europe/Berlin"
REDIRECT_REDIRECT_REDIRECT_UNIQUE_ID
"aaluyeZDrOvIluqPrieoQwAAAEY"
REDIRECT_REDIRECT_REDIRECT_SCRIPT_URL
"/products/multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office"
REDIRECT_REDIRECT_REDIRECT_SCRIPT_URI
"https://black-lb.com/products/multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office"
REDIRECT_REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_REDIRECT_SSL_TLS_SNI
"black-lb.com"
REDIRECT_REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_REDIRECT_UNIQUE_ID
"aaluyeZDrOvIluqPrieoQwAAAEY"
REDIRECT_REDIRECT_SCRIPT_URL
"/products/multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office"
REDIRECT_REDIRECT_SCRIPT_URI
"https://black-lb.com/products/multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_SSL_TLS_SNI
"black-lb.com"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aaluyeZDrOvIluqPrieoQwAAAEY"
REDIRECT_SCRIPT_URL
"/products/multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office"
REDIRECT_SCRIPT_URI
"https://black-lb.com/products/multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"black-lb.com"
REDIRECT_HANDLER
"application/x-httpd-ea-php73"
REDIRECT_STATUS
"200"
UNIQUE_ID
"aaluyeZDrOvIluqPrieoQwAAAEY"
SCRIPT_URL
"/products/multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office"
SCRIPT_URI
"https://black-lb.com/products/multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office"
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
"6976"
REDIRECT_URL
"/public/index.php"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/products/multifunctional-folding-laptop-table-stand-for-bed-sofa-and-office"
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
1772711626.0325
REQUEST_TIME
1772711626
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