5106 lines
127 KiB
JavaScript
5106 lines
127 KiB
JavaScript
import auFlag from '@images/icons/countries/au.png'
|
||
import brFlag from '@images/icons/countries/br.png'
|
||
import cnFlag from '@images/icons/countries/cn.png'
|
||
import frFlag from '@images/icons/countries/fr.png'
|
||
import inFlag from '@images/icons/countries/in.png'
|
||
import usFlag from '@images/icons/countries/us.png'
|
||
import avatar1 from '@images/avatars/avatar-1.png'
|
||
import avatar10 from '@images/avatars/avatar-10.png'
|
||
import avatar11 from '@images/avatars/avatar-11.png'
|
||
import avatar12 from '@images/avatars/avatar-12.png'
|
||
import avatar13 from '@images/avatars/avatar-13.png'
|
||
import avatar14 from '@images/avatars/avatar-14.png'
|
||
import avatar15 from '@images/avatars/avatar-15.png'
|
||
import avatar2 from '@images/avatars/avatar-2.png'
|
||
import avatar3 from '@images/avatars/avatar-3.png'
|
||
import avatar4 from '@images/avatars/avatar-4.png'
|
||
import avatar5 from '@images/avatars/avatar-5.png'
|
||
import avatar6 from '@images/avatars/avatar-6.png'
|
||
import avatar7 from '@images/avatars/avatar-7.png'
|
||
import avatar8 from '@images/avatars/avatar-8.png'
|
||
import avatar9 from '@images/avatars/avatar-9.png'
|
||
import product1 from '@images/ecommerce-images/product-1.png'
|
||
import product10 from '@images/ecommerce-images/product-10.png'
|
||
import product11 from '@images/ecommerce-images/product-11.png'
|
||
import product12 from '@images/ecommerce-images/product-12.png'
|
||
import product13 from '@images/ecommerce-images/product-13.png'
|
||
import product14 from '@images/ecommerce-images/product-14.png'
|
||
import product15 from '@images/ecommerce-images/product-15.png'
|
||
import product16 from '@images/ecommerce-images/product-16.png'
|
||
import product17 from '@images/ecommerce-images/product-17.png'
|
||
import product18 from '@images/ecommerce-images/product-18.png'
|
||
import product19 from '@images/ecommerce-images/product-19.png'
|
||
import product2 from '@images/ecommerce-images/product-2.png'
|
||
import product20 from '@images/ecommerce-images/product-20.png'
|
||
import product24 from '@images/ecommerce-images/product-24.png'
|
||
import product3 from '@images/ecommerce-images/product-3.png'
|
||
import product4 from '@images/ecommerce-images/product-4.png'
|
||
import product5 from '@images/ecommerce-images/product-5.png'
|
||
import product6 from '@images/ecommerce-images/product-6.png'
|
||
import product7 from '@images/ecommerce-images/product-7.png'
|
||
import product8 from '@images/ecommerce-images/product-8.png'
|
||
import product9 from '@images/ecommerce-images/product-9.png'
|
||
|
||
export const db = {
|
||
products: [
|
||
{
|
||
id: 1,
|
||
productName: 'iPhone 14 Pro',
|
||
category: 'Electronics',
|
||
stock: true,
|
||
sku: 19472,
|
||
price: '$999',
|
||
qty: 665,
|
||
status: 'Inactive',
|
||
image: product1,
|
||
productBrand: 'Super Retina XDR display footnote Pro Motion technology',
|
||
},
|
||
{
|
||
id: 2,
|
||
productName: 'Echo Dot (4th Gen)',
|
||
category: 'Electronics',
|
||
stock: false,
|
||
sku: 72836,
|
||
price: '$25.50',
|
||
qty: 827,
|
||
status: 'Published',
|
||
image: product2,
|
||
productBrand: 'Echo Dot Smart speaker with Alexa',
|
||
},
|
||
{
|
||
id: 3,
|
||
productName: 'Dohioue Wall Clock',
|
||
category: 'Accessories',
|
||
stock: false,
|
||
sku: 29540,
|
||
price: '$16.34',
|
||
qty: 804,
|
||
status: 'Published',
|
||
image: product3,
|
||
productBrand: 'Modern 10 Inch Battery Operated Wall Clocks',
|
||
},
|
||
{
|
||
id: 4,
|
||
productName: 'INZCOU Running Shoes',
|
||
category: 'Shoes',
|
||
stock: false,
|
||
sku: 49402,
|
||
price: '$36.98',
|
||
qty: 528,
|
||
status: 'Scheduled',
|
||
image: product4,
|
||
productBrand: 'Lightweight Tennis Shoes Non Slip Gym Workout Shoes',
|
||
},
|
||
{
|
||
id: 5,
|
||
productName: 'Apple Watch Series 7',
|
||
category: 'Office',
|
||
stock: false,
|
||
sku: 46658,
|
||
price: '$799',
|
||
qty: 851,
|
||
status: 'Scheduled',
|
||
image: product5,
|
||
productBrand: 'Starlight Aluminum Case with Starlight Sport Band.',
|
||
},
|
||
{
|
||
id: 6,
|
||
productName: 'Meta Quest 2',
|
||
category: 'Office',
|
||
stock: true,
|
||
sku: 57640,
|
||
price: '$299',
|
||
qty: 962,
|
||
status: 'Scheduled',
|
||
image: product6,
|
||
productBrand: 'Advanced All-In-One Virtual Reality Headset',
|
||
},
|
||
{
|
||
id: 7,
|
||
productName: 'MacBook Pro 16',
|
||
category: 'Electronics',
|
||
stock: true,
|
||
sku: 92885,
|
||
price: '$2648.95',
|
||
qty: 965,
|
||
status: 'Published',
|
||
image: product7,
|
||
productBrand: 'Laptop M2 Pro chip with 12‑core CPU and 19‑core GPU',
|
||
},
|
||
{
|
||
id: 8,
|
||
productName: 'SAMSUNG Galaxy S22 Ultra',
|
||
category: 'Electronics',
|
||
stock: true,
|
||
sku: 75257,
|
||
price: '$899',
|
||
qty: 447,
|
||
status: 'Published',
|
||
image: product8,
|
||
productBrand: 'Android Smartphone, 256GB, 8K Camera',
|
||
},
|
||
{
|
||
id: 9,
|
||
productName: 'Air Jordan',
|
||
category: 'Shoes',
|
||
stock: false,
|
||
sku: 31063,
|
||
price: '$125',
|
||
qty: 942,
|
||
status: 'Inactive',
|
||
image: product9,
|
||
productBrand: 'Air Jordan is a line of basketball shoes produced by Nike',
|
||
},
|
||
{
|
||
id: 10,
|
||
productName: 'VISKABACKA',
|
||
category: 'Home Decor',
|
||
stock: false,
|
||
sku: 91848,
|
||
price: '$190.45',
|
||
qty: 133,
|
||
status: 'Scheduled',
|
||
image: product10,
|
||
productBrand: 'Armchair, Skartofta black/light grey',
|
||
},
|
||
{
|
||
id: 11,
|
||
productName: 'Nintendo Switch',
|
||
category: 'Games',
|
||
stock: true,
|
||
sku: 52575,
|
||
price: '$296.99',
|
||
qty: 870,
|
||
status: 'Inactive',
|
||
image: product11,
|
||
productBrand: 'TV Mode, Tabletop Mode, Handheld Mode',
|
||
},
|
||
{
|
||
id: 12,
|
||
productName: 'PlayStation 5',
|
||
category: 'Games',
|
||
stock: true,
|
||
sku: 59551,
|
||
price: '$499',
|
||
qty: 145,
|
||
status: 'Scheduled',
|
||
image: product12,
|
||
productBrand: 'Marvel at incredible graphics and experience',
|
||
},
|
||
{
|
||
id: 13,
|
||
productName: 'Amazon Fire TV',
|
||
category: 'Electronics',
|
||
stock: false,
|
||
sku: 5829,
|
||
price: '$263.49',
|
||
qty: 587,
|
||
status: 'Scheduled',
|
||
image: product13,
|
||
productBrand: '4K UHD smart TV, stream live TV without cable',
|
||
},
|
||
{
|
||
id: 14,
|
||
productName: 'Smiletag Ceramic Vase',
|
||
category: 'Home Decor',
|
||
stock: false,
|
||
sku: 24456,
|
||
price: '$34.99',
|
||
qty: 310,
|
||
status: 'Scheduled',
|
||
image: product14,
|
||
productBrand: 'Modern Farmhouse Decor Vase Set of 3',
|
||
},
|
||
{
|
||
id: 15,
|
||
productName: 'Apple iPad',
|
||
category: 'Electronics',
|
||
stock: true,
|
||
sku: 35946,
|
||
price: '$248.39',
|
||
qty: 468,
|
||
status: 'Published',
|
||
image: product15,
|
||
productBrand: '10.2-inch Retina Display, 64GB',
|
||
},
|
||
{
|
||
id: 16,
|
||
productName: 'BANGE Anti Theft Backpack',
|
||
category: 'Office',
|
||
stock: true,
|
||
sku: 41867,
|
||
price: '$79.99',
|
||
qty: 519,
|
||
status: 'Inactive',
|
||
image: product16,
|
||
productBrand: 'Smart Business Laptop Fits 15.6 Inch Notebook',
|
||
},
|
||
{
|
||
id: 17,
|
||
productName: 'Xbox Series X/S',
|
||
category: 'Games',
|
||
stock: true,
|
||
sku: 43224,
|
||
price: '$49.99',
|
||
qty: 787,
|
||
status: 'Published',
|
||
image: product17,
|
||
productBrand: 'Dual Controller Charger Station Dock',
|
||
},
|
||
{
|
||
id: 18,
|
||
productName: 'Canon EOS Rebel T7',
|
||
category: 'Electronics',
|
||
stock: true,
|
||
sku: 63474,
|
||
price: '$399',
|
||
qty: 810,
|
||
status: 'Scheduled',
|
||
image: product18,
|
||
productBrand: '18-55mm Lens | Built-in Wi-Fi | 24.1 MP CMOS Sensor',
|
||
},
|
||
{
|
||
id: 19,
|
||
productName: 'Honiway Wall Mirror',
|
||
category: 'Home Decor',
|
||
stock: false,
|
||
sku: 15859,
|
||
price: '$23.99',
|
||
qty: 735,
|
||
status: 'Inactive',
|
||
image: product19,
|
||
productBrand: 'Decorative 12 inch Rustic Wood Mirror Sunburst Boho',
|
||
},
|
||
{
|
||
id: 20,
|
||
productName: 'Tommaso Veloce Shoes',
|
||
category: 'Shoes',
|
||
stock: false,
|
||
sku: 28844,
|
||
price: '$922.09',
|
||
qty: 294,
|
||
status: 'Inactive',
|
||
image: product20,
|
||
productBrand: 'Peloton Shoes Triathlon Road Bike Indoor Cycling',
|
||
},
|
||
{
|
||
id: 21,
|
||
productName: 'Zoolab',
|
||
category: 'Accessories',
|
||
stock: true,
|
||
sku: 99009,
|
||
price: '$719.13',
|
||
qty: 927,
|
||
status: 'Scheduled',
|
||
image: product1,
|
||
productBrand: 'Cruickshank-Jones',
|
||
},
|
||
{
|
||
id: 22,
|
||
productName: 'Viva',
|
||
category: 'Home Decor',
|
||
stock: false,
|
||
sku: 53795,
|
||
price: '$775.80',
|
||
qty: 442,
|
||
status: 'Scheduled',
|
||
image: product2,
|
||
productBrand: 'Ferry Group',
|
||
},
|
||
{
|
||
id: 23,
|
||
productName: 'Transcof',
|
||
category: 'Shoes',
|
||
stock: true,
|
||
sku: 77663,
|
||
price: '$817.60',
|
||
qty: 256,
|
||
status: 'Published',
|
||
image: product3,
|
||
productBrand: 'Bruen-Heathcote',
|
||
},
|
||
{
|
||
id: 24,
|
||
productName: 'Uerified',
|
||
category: 'Accessories',
|
||
stock: false,
|
||
sku: 45282,
|
||
price: '$167.19',
|
||
qty: 728,
|
||
status: 'Published',
|
||
image: product4,
|
||
productBrand: 'Koch Group',
|
||
},
|
||
{
|
||
id: 25,
|
||
productName: 'Y-find',
|
||
category: 'Home Decor',
|
||
stock: false,
|
||
sku: 5622,
|
||
price: '$189.77',
|
||
qty: 445,
|
||
status: 'Scheduled',
|
||
image: product5,
|
||
productBrand: 'Emmerich and Sons',
|
||
},
|
||
{
|
||
id: 26,
|
||
productName: 'Wigtax',
|
||
category: 'Accessories',
|
||
stock: true,
|
||
sku: 38920,
|
||
price: '$411.46',
|
||
qty: 857,
|
||
status: 'Scheduled',
|
||
image: product6,
|
||
productBrand: 'Zulauf-Prohaska',
|
||
},
|
||
{
|
||
id: 27,
|
||
productName: 'Tempsoft',
|
||
category: 'Accessories',
|
||
stock: true,
|
||
sku: 78211,
|
||
price: '$961.76',
|
||
qty: 975,
|
||
status: 'Published',
|
||
image: product7,
|
||
productBrand: 'VonRueden, Rogahn and Kris',
|
||
},
|
||
{
|
||
id: 28,
|
||
productName: 'Rt',
|
||
category: 'Accessories',
|
||
stock: true,
|
||
sku: 98552,
|
||
price: '$514.14',
|
||
qty: 39,
|
||
status: 'Published',
|
||
image: product8,
|
||
productBrand: 'Romaguera, O\'Connell and Abernathy',
|
||
},
|
||
{
|
||
id: 29,
|
||
productName: 'Zontrax',
|
||
category: 'Shoes',
|
||
stock: true,
|
||
sku: 7151,
|
||
price: '$591.30',
|
||
qty: 74,
|
||
status: 'Published',
|
||
image: product9,
|
||
productBrand: 'Mills, Hagenes and Bednar',
|
||
},
|
||
{
|
||
id: 30,
|
||
productName: 'Keylex',
|
||
category: 'Accessories',
|
||
stock: true,
|
||
sku: 79571,
|
||
price: '$928.07',
|
||
qty: 245,
|
||
status: 'Inactive',
|
||
image: product10,
|
||
productBrand: 'Sanford, Harvey and Parisian',
|
||
},
|
||
{
|
||
id: 31,
|
||
productName: 'Trippledex',
|
||
category: 'Home Decor',
|
||
stock: false,
|
||
sku: 51597,
|
||
price: '$312.03',
|
||
qty: 657,
|
||
status: 'Inactive',
|
||
image: product11,
|
||
productBrand: 'Conroy-Bergstrom',
|
||
},
|
||
{
|
||
id: 32,
|
||
productName: 'Opela',
|
||
category: 'Accessories',
|
||
stock: true,
|
||
sku: 6506,
|
||
price: '$951.29',
|
||
qty: 770,
|
||
status: 'Published',
|
||
image: product12,
|
||
productBrand: 'Langosh Inc',
|
||
},
|
||
{
|
||
id: 33,
|
||
productName: 'Span',
|
||
category: 'Shoes',
|
||
stock: false,
|
||
sku: 33523,
|
||
price: '$600.43',
|
||
qty: 622,
|
||
status: 'Inactive',
|
||
image: product13,
|
||
productBrand: 'Jerde-Walsh',
|
||
},
|
||
{
|
||
id: 34,
|
||
productName: 'Rank',
|
||
category: 'Accessories',
|
||
stock: false,
|
||
sku: 60307,
|
||
price: '$337.90',
|
||
qty: 896,
|
||
status: 'Scheduled',
|
||
image: product14,
|
||
productBrand: 'Barrows, Quitzon and Roberts',
|
||
},
|
||
{
|
||
id: 35,
|
||
productName: 'Tempsoft',
|
||
category: 'Accessories',
|
||
stock: true,
|
||
sku: 75059,
|
||
price: '$959.47',
|
||
qty: 239,
|
||
status: 'Inactive',
|
||
image: product15,
|
||
productBrand: 'Russel-Grant',
|
||
},
|
||
{
|
||
id: 36,
|
||
productName: 'Ventosanzap',
|
||
category: 'Accessories',
|
||
stock: true,
|
||
sku: 69072,
|
||
price: '$756.81',
|
||
qty: 410,
|
||
status: 'Scheduled',
|
||
image: product16,
|
||
productBrand: 'O\'Conner-Zboncak',
|
||
},
|
||
{
|
||
id: 37,
|
||
productName: 'Mat Lam Tam',
|
||
category: 'Accessories',
|
||
stock: false,
|
||
sku: 68290,
|
||
price: '$256.86',
|
||
qty: 630,
|
||
status: 'Published',
|
||
image: product17,
|
||
productBrand: 'Rutherford, Heller and Bashirian',
|
||
},
|
||
{
|
||
id: 38,
|
||
productName: 'Zamit',
|
||
category: 'Shoes',
|
||
stock: true,
|
||
sku: 89552,
|
||
price: '$378.54',
|
||
qty: 247,
|
||
status: 'Inactive',
|
||
image: product18,
|
||
productBrand: 'Swift-Altenwerth',
|
||
},
|
||
{
|
||
id: 39,
|
||
productName: 'Tresom',
|
||
category: 'Shoes',
|
||
stock: true,
|
||
sku: 50863,
|
||
price: '$166.17',
|
||
qty: 672,
|
||
status: 'Inactive',
|
||
image: product19,
|
||
productBrand: 'O\'Kon, Waelchi and Lesch',
|
||
},
|
||
{
|
||
id: 40,
|
||
productName: 'Viva',
|
||
category: 'Accessories',
|
||
stock: false,
|
||
sku: 90484,
|
||
price: '$745.76',
|
||
qty: 697,
|
||
status: 'Published',
|
||
image: product20,
|
||
productBrand: 'Johnston, Anderson and Metz',
|
||
},
|
||
{
|
||
id: 41,
|
||
productName: 'Matsoft',
|
||
category: 'Accessories',
|
||
stock: true,
|
||
sku: 76980,
|
||
price: '$603.16',
|
||
qty: 74,
|
||
status: 'Published',
|
||
image: product1,
|
||
productBrand: 'O\'Conner, Paucek and Braun',
|
||
},
|
||
{
|
||
id: 42,
|
||
productName: 'Wiodex',
|
||
category: 'Home Decor',
|
||
stock: true,
|
||
sku: 66971,
|
||
price: '$772.51',
|
||
qty: 280,
|
||
status: 'Published',
|
||
image: product2,
|
||
productBrand: 'Wisoky-Kassulke',
|
||
},
|
||
{
|
||
id: 43,
|
||
productName: 'Keylex',
|
||
category: 'Shoes',
|
||
stock: false,
|
||
sku: 16589,
|
||
price: '$986.22',
|
||
qty: 758,
|
||
status: 'Inactive',
|
||
image: product3,
|
||
productBrand: 'Haag, Bruen and Reichel',
|
||
},
|
||
{
|
||
id: 44,
|
||
productName: 'Konklux',
|
||
category: 'Accessories',
|
||
stock: true,
|
||
sku: 73896,
|
||
price: '$988.47',
|
||
qty: 14,
|
||
status: 'Inactive',
|
||
image: product4,
|
||
productBrand: 'Ankunding Inc',
|
||
},
|
||
{
|
||
id: 45,
|
||
productName: 'Tresom',
|
||
category: 'Accessories',
|
||
stock: false,
|
||
sku: 67489,
|
||
price: '$946.62',
|
||
qty: 35,
|
||
status: 'Inactive',
|
||
image: product5,
|
||
productBrand: 'Deckow and Sons',
|
||
},
|
||
{
|
||
id: 46,
|
||
productName: 'Quo Lux',
|
||
category: 'Shoes',
|
||
stock: true,
|
||
sku: 48177,
|
||
price: '$224.28',
|
||
qty: 935,
|
||
status: 'Scheduled',
|
||
image: product1,
|
||
productBrand: 'Kreiger, Reynolds and Sporer',
|
||
},
|
||
{
|
||
id: 47,
|
||
productName: 'Roldlamis',
|
||
category: 'Home Decor',
|
||
stock: true,
|
||
sku: 225,
|
||
price: '$952.14',
|
||
qty: 361,
|
||
status: 'Published',
|
||
image: product6,
|
||
productBrand: 'Kuphal-Abbott',
|
||
},
|
||
{
|
||
id: 48,
|
||
productName: 'Tampflex',
|
||
category: 'Accessories',
|
||
stock: false,
|
||
sku: 29438,
|
||
price: '$646.21',
|
||
qty: 908,
|
||
status: 'Scheduled',
|
||
image: product7,
|
||
productBrand: 'Romaguera, Schmeler and Volkman',
|
||
},
|
||
{
|
||
id: 49,
|
||
productName: 'Span',
|
||
category: 'Home Decor',
|
||
stock: true,
|
||
sku: 55666,
|
||
price: '$583.13',
|
||
qty: 898,
|
||
status: 'Scheduled',
|
||
image: product24,
|
||
productBrand: 'Hane-Romaguera',
|
||
},
|
||
{
|
||
id: 50,
|
||
productName: 'Zamit',
|
||
category: 'Accessories',
|
||
stock: false,
|
||
sku: 55860,
|
||
price: '$273.67',
|
||
qty: 332,
|
||
status: 'Published',
|
||
image: product9,
|
||
productBrand: 'Hoeger-Powlowski',
|
||
},
|
||
],
|
||
reviews: [
|
||
{
|
||
id: 1,
|
||
product: 'iPhone 14 Pro',
|
||
companyName: 'Super Retina XDR display footnote Pro Motion technology',
|
||
productImage: product1,
|
||
reviewer: 'Zane Scraggs',
|
||
email: 'zscraggs0@flavors.me',
|
||
avatar: avatar1,
|
||
date: '5/28/2020',
|
||
status: 'Published',
|
||
review: 2,
|
||
head: 'lorem ipsum dolor',
|
||
para: 'Nulla ut erat id mauris vulputate elementum. Nullam varius. Nulla facilisi.',
|
||
},
|
||
{
|
||
id: 2,
|
||
product: 'Echo Dot (4th Gen)',
|
||
companyName: 'Echo Dot Smart speaker with Alexa',
|
||
productImage: product2,
|
||
reviewer: 'Stacey Hallgalley',
|
||
email: 'shallgalley1@google.nl',
|
||
avatar: avatar2,
|
||
date: '3/21/2021',
|
||
status: 'Published',
|
||
review: 5,
|
||
head: 'libero ut',
|
||
para: 'Aliquam quis turpis eget elit sodales scelerisque. Mauris sit amet eros. Suspendisse accumsan tortor quis turpis.',
|
||
},
|
||
{
|
||
id: 3,
|
||
product: 'Dohioue Wall Clock',
|
||
companyName: 'Modern 10 Inch Battery Operated Wall Clocks',
|
||
productImage: product3,
|
||
reviewer: 'Francyne Coulthurst',
|
||
email: 'fcoulthurst2@upenn.edu',
|
||
avatar: avatar3,
|
||
date: '8/10/2020',
|
||
status: 'Published',
|
||
review: 2,
|
||
head: 'neque libero convallis',
|
||
para: 'Phasellus in felis. Donec semper sapien a libero. Nam dui.',
|
||
},
|
||
{
|
||
id: 4,
|
||
product: 'INZCOU Running Shoes',
|
||
companyName: 'Lightweight Tennis Shoes Non Slip Gym Workout Shoes',
|
||
productImage: product4,
|
||
reviewer: 'Nate De Mitris',
|
||
email: 'nde3@intel.com',
|
||
avatar: avatar4,
|
||
date: '12/18/2021',
|
||
status: 'Pending',
|
||
review: 3,
|
||
head: 'accumsan tellus nisi eu',
|
||
para: 'Praesent id massa id nisl venenatis lacinia. Aenean sit amet justo. Morbi ut odio.',
|
||
},
|
||
{
|
||
id: 5,
|
||
product: 'Apple Watch Series 7',
|
||
companyName: 'Starlight Aluminum Case with Starlight Sport Band.',
|
||
productImage: product5,
|
||
reviewer: 'Ethel Zanardii',
|
||
email: 'ezanardii4@mapy.cz',
|
||
avatar: avatar5,
|
||
date: '6/12/2020',
|
||
status: 'Pending',
|
||
review: 1,
|
||
head: 'etiam faucibus cursus',
|
||
para: 'Cras non velit nec nisi vulputate nonummy. Maecenas tincidunt lacus at velit. Vivamus vel nulla eget eros elementum pellentesque.',
|
||
},
|
||
{
|
||
id: 6,
|
||
product: 'Meta Quest 2',
|
||
companyName: 'Advanced All-In-One Virtual Reality Headset',
|
||
productImage: product6,
|
||
reviewer: 'Fancy Tweedell',
|
||
email: 'ftweedell5@telegraph.co.uk',
|
||
avatar: avatar6,
|
||
date: '11/23/2020',
|
||
status: 'Pending',
|
||
review: 1,
|
||
head: 'in faucibus orci luctus et',
|
||
para: 'Curabitur in libero ut massa volutpat convallis. Morbi odio odio, elementum eu, interdum eu, tincidunt in, leo. Maecenas pulvinar lobortis est.',
|
||
},
|
||
{
|
||
id: 7,
|
||
product: 'MacBook Pro 16',
|
||
companyName: 'Laptop M2 Pro chip with 12‑core CPU and 19‑core GPU',
|
||
productImage: product7,
|
||
reviewer: 'Abeu Gregorace',
|
||
email: 'agregorace6@godaddy.com',
|
||
avatar: avatar7,
|
||
date: '9/8/2020',
|
||
status: 'Pending',
|
||
review: 2,
|
||
head: 'vel enim',
|
||
para: 'Curabitur in libero ut massa volutpat convallis. Morbi odio odio, elementum eu, interdum eu, tincidunt in, leo. Maecenas pulvinar lobortis est.',
|
||
},
|
||
{
|
||
id: 8,
|
||
product: 'SAMSUNG Galaxy S22 Ultra',
|
||
companyName: 'Android Smartphone, 256GB, 8K Camera',
|
||
productImage: product8,
|
||
reviewer: 'Sibylle Goodacre',
|
||
email: 'sgoodacre7@washingtonpost.com',
|
||
avatar: avatar8,
|
||
date: '6/10/2021',
|
||
status: 'Pending',
|
||
review: 1,
|
||
head: 'eget semper rutrum',
|
||
para: 'Curabitur in libero ut massa volutpat convallis. Morbi odio odio, elementum eu, interdum eu, tincidunt in, leo. Maecenas pulvinar lobortis est.',
|
||
},
|
||
{
|
||
id: 9,
|
||
product: 'Air Jordan',
|
||
companyName: 'Air Jordan is a line of basketball shoes produced by Nike',
|
||
productImage: product9,
|
||
reviewer: 'Gisela Leppard',
|
||
email: 'gleppard8@yandex.ru',
|
||
avatar: avatar9,
|
||
date: '4/20/2020',
|
||
status: 'Published',
|
||
review: 2,
|
||
head: 'ut mauris',
|
||
para: 'Fusce consequat. Nulla nisl. Nunc nisl.',
|
||
},
|
||
{
|
||
id: 10,
|
||
product: 'VISKABACKA',
|
||
companyName: 'Armchair, Skartofta black/light grey',
|
||
productImage: product10,
|
||
reviewer: 'Hilario Wheldon',
|
||
email: 'hwheldon9@apple.com',
|
||
avatar: avatar10,
|
||
date: '8/21/2020',
|
||
status: 'Pending',
|
||
review: 2,
|
||
head: 'amet consectetuer adipiscing elit proin',
|
||
para: 'Maecenas ut massa quis augue luctus tincidunt. Nulla mollis molestie lorem. Quisque ut erat.',
|
||
},
|
||
{
|
||
id: 11,
|
||
product: 'Nintendo Switch',
|
||
companyName: 'TV Mode, Tabletop Mode, Handheld Mode',
|
||
productImage: product11,
|
||
reviewer: 'Ivie McGlaughn',
|
||
email: 'imcglaughna@mapquest.com',
|
||
avatar: avatar11,
|
||
date: '4/13/2020',
|
||
status: 'Pending',
|
||
review: 4,
|
||
head: 'eget nunc donec',
|
||
para: 'Curabitur in libero ut massa volutpat convallis. Morbi odio odio, elementum eu, interdum eu, tincidunt in, leo. Maecenas pulvinar lobortis est.',
|
||
},
|
||
{
|
||
id: 12,
|
||
product: 'PlayStation 5',
|
||
companyName: 'Marvel at incredible graphics and experience',
|
||
productImage: product12,
|
||
reviewer: 'Neel Kingscott',
|
||
email: 'nkingscottb@soup.io',
|
||
avatar: avatar12,
|
||
date: '12/27/2020',
|
||
status: 'Published',
|
||
review: 1,
|
||
head: 'lacus at velit',
|
||
para: 'Phasellus in felis. Donec semper sapien a libero. Nam dui.',
|
||
},
|
||
{
|
||
id: 13,
|
||
product: 'Amazon Fire TV',
|
||
companyName: '4K UHD smart TV, stream live TV without cable',
|
||
productImage: product13,
|
||
reviewer: 'Tracey Ventham',
|
||
email: 'tventhamc@thetimes.co.uk',
|
||
avatar: avatar13,
|
||
date: '3/17/2021',
|
||
status: 'Published',
|
||
review: 3,
|
||
head: 'at nunc commodo placerat praesent',
|
||
para: 'Aenean fermentum. Donec ut mauris eget massa tempor convallis. Nulla neque libero, convallis eget, eleifend luctus, ultricies eu, nibh.',
|
||
},
|
||
{
|
||
id: 14,
|
||
product: 'Smiletag Ceramic Vase',
|
||
companyName: 'Modern Farmhouse Decor Vase Set of 3',
|
||
productImage: product14,
|
||
reviewer: 'Rollo Truckell',
|
||
email: 'rtruckelld@gravatar.com',
|
||
avatar: avatar14,
|
||
date: '2/23/2020',
|
||
status: 'Published',
|
||
review: 5,
|
||
head: 'in hac',
|
||
para: 'Morbi non lectus. Aliquam sit amet diam in magna bibendum imperdiet. Nullam orci pede, venenatis non, sodales sed, tincidunt eu, felis.',
|
||
},
|
||
{
|
||
id: 15,
|
||
product: 'Apple iPad',
|
||
companyName: '10.2-inch Retina Display, 64GB',
|
||
productImage: product15,
|
||
reviewer: 'Jabez Heggs',
|
||
email: 'jheggse@nba.com',
|
||
avatar: avatar15,
|
||
date: '4/21/2020',
|
||
status: 'Published',
|
||
review: 1,
|
||
head: 'ac consequat',
|
||
para: 'Curabitur at ipsum ac tellus semper interdum. Mauris ullamcorper purus sit amet nulla. Quisque arcu libero, rutrum ac, lobortis vel, dapibus at, diam.',
|
||
},
|
||
{
|
||
id: 16,
|
||
product: 'BANGE Anti Theft Backpack',
|
||
companyName: 'Smart Business Laptop Fits 15.6 Inch Notebook',
|
||
productImage: product16,
|
||
reviewer: 'Micaela Rowesby',
|
||
email: 'mrowesbyf@surveymonkey.com',
|
||
avatar: avatar1,
|
||
date: '12/11/2021',
|
||
status: 'Published',
|
||
review: 1,
|
||
head: 'mattis egestas metus',
|
||
para: 'Morbi porttitor lorem id ligula. Suspendisse ornare consequat lectus. In est risus, auctor sed, tristique in, tempus sit amet, sem.',
|
||
},
|
||
{
|
||
id: 17,
|
||
product: 'Xbox Series X/S',
|
||
companyName: 'Dual Controller Charger Station Dock',
|
||
productImage: product17,
|
||
reviewer: 'Blakelee Benza',
|
||
email: 'bbenzag@utexas.edu',
|
||
avatar: avatar2,
|
||
date: '4/26/2021',
|
||
status: 'Published',
|
||
review: 1,
|
||
head: 'sapien placerat',
|
||
para: 'Etiam vel augue. Vestibulum rutrum rutrum neque. Aenean auctor gravida sem.',
|
||
},
|
||
{
|
||
id: 18,
|
||
product: 'Canon EOS Rebel T7',
|
||
companyName: '18-55mm Lens | Built-in Wi-Fi | 24.1 MP CMOS Sensor',
|
||
productImage: product18,
|
||
reviewer: 'Emery Breitling',
|
||
email: 'ebreitlingh@friendfeed.com',
|
||
avatar: avatar1,
|
||
date: '12/1/2020',
|
||
status: 'Pending',
|
||
review: 5,
|
||
head: 'nec nisi vulputate',
|
||
para: 'Proin interdum mauris non ligula pellentesque ultrices. Phasellus id sapien in sapien iaculis congue. Vivamus metus arcu, adipiscing molestie, hendrerit at, vulputate vitae, nisl.',
|
||
},
|
||
{
|
||
id: 19,
|
||
product: 'Honiway Wall Mirror',
|
||
companyName: 'Decorative 12 inch Rustic Wood Mirror Sunburst Boho',
|
||
productImage: product19,
|
||
reviewer: 'Wilona Fields',
|
||
email: 'wfieldsi@columbia.edu',
|
||
avatar: avatar1,
|
||
date: '3/30/2020',
|
||
status: 'Published',
|
||
review: 1,
|
||
head: 'parturient montes nascetur ridiculus',
|
||
para: 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin risus. Praesent lectus.',
|
||
},
|
||
{
|
||
id: 20,
|
||
product: 'Tommaso Veloce Shoes',
|
||
companyName: 'Peloton Shoes Triathlon Road Bike Indoor Cycling',
|
||
productImage: product20,
|
||
reviewer: 'Janey Lamprecht',
|
||
email: 'jlamprechtj@tuttocitta.it',
|
||
avatar: avatar1,
|
||
date: '9/16/2020',
|
||
status: 'Pending',
|
||
review: 1,
|
||
head: 'maecenas ut massa quis augue',
|
||
para: 'In quis justo. Maecenas rhoncus aliquam lacus. Morbi quis tortor id nulla ultrices aliquet.',
|
||
},
|
||
{
|
||
id: 21,
|
||
product: 'Zoolab',
|
||
companyName: 'Cruickshank-Jones',
|
||
productImage: product1,
|
||
reviewer: 'Rosene Walsh',
|
||
email: 'rwalshk@latimes.com',
|
||
avatar: avatar1,
|
||
date: '7/17/2021',
|
||
status: 'Published',
|
||
review: 1,
|
||
head: 'convallis nulla',
|
||
para: 'In sagittis dui vel nisl. Duis ac nibh. Fusce lacus purus, aliquet at, feugiat non, pretium quis, lectus.',
|
||
},
|
||
{
|
||
id: 22,
|
||
product: 'Viva',
|
||
companyName: 'Ferry Group',
|
||
productImage: product2,
|
||
reviewer: 'Buffy Sellen',
|
||
email: 'bsellenl@qq.com',
|
||
avatar: avatar1,
|
||
date: '1/9/2021',
|
||
status: 'Pending',
|
||
review: 3,
|
||
head: 'nunc viverra dapibus',
|
||
para: 'Duis consequat dui nec nisi volutpat eleifend. Donec ut dolor. Morbi vel lectus in quam fringilla rhoncus.',
|
||
},
|
||
{
|
||
id: 23,
|
||
product: 'Transcof',
|
||
companyName: 'Bruen-Heathcote',
|
||
productImage: product3,
|
||
reviewer: 'Alvis Szymanzyk',
|
||
email: 'aszymanzykm@google.cn',
|
||
avatar: avatar1,
|
||
date: '6/11/2020',
|
||
status: 'Pending',
|
||
review: 1,
|
||
head: 'nullam porttitor',
|
||
para: 'Vestibulum quam sapien, varius ut, blandit non, interdum in, ante. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Duis faucibus accumsan odio. Curabitur convallis.',
|
||
},
|
||
{
|
||
id: 24,
|
||
product: 'Uerified',
|
||
companyName: 'Koch Group',
|
||
productImage: product4,
|
||
reviewer: 'Hatty Morsley',
|
||
email: 'hmorsleyn@gov.uk',
|
||
avatar: avatar1,
|
||
date: '2/12/2021',
|
||
status: 'Published',
|
||
review: 2,
|
||
head: 'metus sapien ut',
|
||
para: 'Cras mi pede, malesuada in, imperdiet et, commodo vulputate, justo. In blandit ultrices enim. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.',
|
||
},
|
||
{
|
||
id: 25,
|
||
product: 'Y-find',
|
||
companyName: 'Emmerich and Sons',
|
||
productImage: product5,
|
||
reviewer: 'Jabez Pudner',
|
||
email: 'jpudnero@cpanel.net',
|
||
avatar: avatar1,
|
||
date: '10/14/2021',
|
||
status: 'Pending',
|
||
review: 4,
|
||
head: 'orci luctus et',
|
||
para: 'Nulla ut erat id mauris vulputate elementum. Nullam varius. Nulla facilisi.',
|
||
},
|
||
{
|
||
id: 26,
|
||
product: 'Wigtax',
|
||
companyName: 'Zulauf-Prohaska',
|
||
productImage: product6,
|
||
reviewer: 'Ida Ovill',
|
||
email: 'iovillp@newsvine.com',
|
||
avatar: avatar1,
|
||
date: '11/18/2020',
|
||
status: 'Published',
|
||
review: 2,
|
||
head: 'vestibulum ante ipsum',
|
||
para: 'Duis consequat dui nec nisi volutpat eleifend. Donec ut dolor. Morbi vel lectus in quam fringilla rhoncus.',
|
||
},
|
||
{
|
||
id: 27,
|
||
product: 'Tempsoft',
|
||
companyName: 'VonRueden, Rogahn and Kris',
|
||
productImage: product7,
|
||
reviewer: 'Suzanne Breckin',
|
||
email: 'sbreckinq@jimdo.com',
|
||
avatar: avatar1,
|
||
date: '7/26/2020',
|
||
status: 'Published',
|
||
review: 2,
|
||
head: 'vel enim',
|
||
para: 'In hac habitasse platea dictumst. Morbi vestibulum, velit id pretium iaculis, diam erat fermentum justo, nec condimentum neque sapien placerat ante. Nulla justo.',
|
||
},
|
||
{
|
||
id: 28,
|
||
product: 'Rt',
|
||
companyName: 'Romaguera, O\'Connell and Abernathy',
|
||
productImage: product8,
|
||
reviewer: 'Morgana Coote',
|
||
email: 'mcooter@tinypic.com',
|
||
avatar: avatar1,
|
||
date: '8/29/2021',
|
||
status: 'Pending',
|
||
review: 5,
|
||
head: 'cubilia curae mauris',
|
||
para: 'Nullam porttitor lacus at turpis. Donec posuere metus vitae ipsum. Aliquam non mauris.',
|
||
},
|
||
{
|
||
id: 29,
|
||
product: 'Zontrax',
|
||
companyName: 'Mills, Hagenes and Bednar',
|
||
productImage: product9,
|
||
reviewer: 'Wesley Murra',
|
||
email: 'wmurras@tumblr.com',
|
||
avatar: avatar1,
|
||
date: '3/20/2021',
|
||
status: 'Pending',
|
||
review: 4,
|
||
head: 'gravida nisi at',
|
||
para: 'Integer tincidunt ante vel ipsum. Praesent blandit lacinia erat. Vestibulum sed magna at nunc commodo placerat.',
|
||
},
|
||
{
|
||
id: 30,
|
||
product: 'Keylex',
|
||
companyName: 'Sanford, Harvey and Parisian',
|
||
productImage: product10,
|
||
reviewer: 'Jobye Varnam',
|
||
email: 'jvarnamt@webs.com',
|
||
avatar: avatar1,
|
||
date: '11/24/2020',
|
||
status: 'Pending',
|
||
review: 2,
|
||
head: 'nec sem',
|
||
para: 'In sagittis dui vel nisl. Duis ac nibh. Fusce lacus purus, aliquet at, feugiat non, pretium quis, lectus.',
|
||
},
|
||
{
|
||
id: 31,
|
||
product: 'Trippledex',
|
||
companyName: 'Conroy-Bergstrom',
|
||
productImage: product11,
|
||
reviewer: 'Bibbye O\'Dowd',
|
||
email: 'bodowdu@infoseek.co.jp',
|
||
avatar: avatar1,
|
||
date: '7/7/2020',
|
||
status: 'Published',
|
||
review: 5,
|
||
head: 'odio elementum eu',
|
||
para: 'Morbi non lectus. Aliquam sit amet diam in magna bibendum imperdiet. Nullam orci pede, venenatis non, sodales sed, tincidunt eu, felis.',
|
||
},
|
||
{
|
||
id: 32,
|
||
product: 'Opela',
|
||
companyName: 'Langosh Inc',
|
||
productImage: product12,
|
||
reviewer: 'Baldwin Bodimeade',
|
||
email: 'bbodimeadev@gnu.org',
|
||
avatar: avatar1,
|
||
date: '3/21/2020',
|
||
status: 'Published',
|
||
review: 2,
|
||
head: 'in imperdiet et commodo',
|
||
para: 'Morbi porttitor lorem id ligula. Suspendisse ornare consequat lectus. In est risus, auctor sed, tristique in, tempus sit amet, sem.',
|
||
},
|
||
{
|
||
id: 33,
|
||
product: 'Span',
|
||
companyName: 'Jerde-Walsh',
|
||
productImage: product13,
|
||
reviewer: 'Rozalin Allan',
|
||
email: 'rallanw@ucsd.edu',
|
||
avatar: avatar1,
|
||
date: '1/23/2020',
|
||
status: 'Published',
|
||
review: 4,
|
||
head: 'pellentesque at',
|
||
para: 'Cras non velit nec nisi vulputate nonummy. Maecenas tincidunt lacus at velit. Vivamus vel nulla eget eros elementum pellentesque.',
|
||
},
|
||
{
|
||
id: 34,
|
||
product: 'Rank',
|
||
companyName: 'Barrows, Quitzon and Roberts',
|
||
productImage: product14,
|
||
reviewer: 'Patsy Bowlas',
|
||
email: 'pbowlasx@yandex.ru',
|
||
avatar: avatar1,
|
||
date: '10/7/2020',
|
||
status: 'Pending',
|
||
review: 5,
|
||
head: 'congue etiam',
|
||
para: 'Cras non velit nec nisi vulputate nonummy. Maecenas tincidunt lacus at velit. Vivamus vel nulla eget eros elementum pellentesque.',
|
||
},
|
||
{
|
||
id: 35,
|
||
product: 'Tempsoft',
|
||
companyName: 'Russel-Grant',
|
||
productImage: product15,
|
||
reviewer: 'Zsazsa Jansens',
|
||
email: 'zjansensy@wikipedia.org',
|
||
avatar: avatar1,
|
||
date: '8/7/2021',
|
||
status: 'Pending',
|
||
review: 1,
|
||
head: 'eget eros',
|
||
para: 'In hac habitasse platea dictumst. Etiam faucibus cursus urna. Ut tellus.',
|
||
},
|
||
{
|
||
id: 36,
|
||
product: 'Ventosanzap',
|
||
companyName: 'O\'Conner-Zboncak',
|
||
productImage: product16,
|
||
reviewer: 'Denny MacGettigen',
|
||
email: 'dmacgettigenz@ca.gov',
|
||
avatar: avatar1,
|
||
date: '2/17/2020',
|
||
status: 'Published',
|
||
review: 1,
|
||
head: 'vel dapibus',
|
||
para: 'Phasellus sit amet erat. Nulla tempus. Vivamus in felis eu sapien cursus vestibulum.',
|
||
},
|
||
{
|
||
id: 37,
|
||
product: 'Mat Lam Tam',
|
||
companyName: 'Rutherford, Heller and Bashirian',
|
||
productImage: product17,
|
||
reviewer: 'Leia Braunroth',
|
||
email: 'lbraunroth10@nytimes.com',
|
||
avatar: avatar1,
|
||
date: '1/28/2021',
|
||
status: 'Published',
|
||
review: 4,
|
||
head: 'sit amet consectetuer',
|
||
para: 'Quisque id justo sit amet sapien dignissim vestibulum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla dapibus dolor vel est. Donec odio justo, sollicitudin ut, suscipit a, feugiat et, eros.',
|
||
},
|
||
{
|
||
id: 38,
|
||
product: 'Zamit',
|
||
companyName: 'Swift-Altenwerth',
|
||
productImage: product18,
|
||
reviewer: 'Nil Vasilic',
|
||
email: 'nvasilic11@ft.com',
|
||
avatar: avatar1,
|
||
date: '1/2/2020',
|
||
status: 'Published',
|
||
review: 1,
|
||
head: 'blandit non',
|
||
para: 'Maecenas ut massa quis augue luctus tincidunt. Nulla mollis molestie lorem. Quisque ut erat.',
|
||
},
|
||
{
|
||
id: 39,
|
||
product: 'Tresom',
|
||
companyName: 'O\'Kon, Waelchi and Lesch',
|
||
productImage: product19,
|
||
reviewer: 'Mandie Forseith',
|
||
email: 'mforseith12@phpbb.com',
|
||
avatar: avatar1,
|
||
date: '7/2/2020',
|
||
status: 'Published',
|
||
review: 1,
|
||
head: 'in ante vestibulum ante',
|
||
para: 'Aenean lectus. Pellentesque eget nunc. Donec quis orci eget orci vehicula condimentum.',
|
||
},
|
||
{
|
||
id: 40,
|
||
product: 'Viva',
|
||
companyName: 'Johnston, Anderson and Metz',
|
||
productImage: product20,
|
||
reviewer: 'Audra Pinks',
|
||
email: 'apinks13@pinterest.com',
|
||
avatar: avatar1,
|
||
date: '1/6/2020',
|
||
status: 'Pending',
|
||
review: 2,
|
||
head: 'ante ipsum primis in',
|
||
para: 'Quisque id justo sit amet sapien dignissim vestibulum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla dapibus dolor vel est. Donec odio justo, sollicitudin ut, suscipit a, feugiat et, eros.',
|
||
},
|
||
{
|
||
id: 41,
|
||
product: 'Matsoft',
|
||
companyName: 'O\'Conner, Paucek and Braun',
|
||
productImage: product1,
|
||
reviewer: 'Damita Jarad',
|
||
email: 'djarad14@un.org',
|
||
avatar: avatar1,
|
||
date: '10/30/2021',
|
||
status: 'Pending',
|
||
review: 4,
|
||
head: 'mus etiam vel augue',
|
||
para: 'Vestibulum ac est lacinia nisi venenatis tristique. Fusce congue, diam id ornare imperdiet, sapien urna pretium nisl, ut volutpat sapien arcu sed augue. Aliquam erat volutpat.',
|
||
},
|
||
{
|
||
id: 42,
|
||
product: 'Wiodex',
|
||
companyName: 'Wisoky-Kassulke',
|
||
productImage: product2,
|
||
reviewer: 'Fowler Drury',
|
||
email: 'fdrury15@chicagotribune.com',
|
||
avatar: avatar1,
|
||
date: '2/11/2020',
|
||
status: 'Published',
|
||
review: 3,
|
||
head: 'dictumst aliquam augue quam',
|
||
para: 'Nam ultrices, libero non mattis pulvinar, nulla pede ullamcorper augue, a suscipit nulla elit ac nulla. Sed vel enim sit amet nunc viverra dapibus. Nulla suscipit ligula in lacus.',
|
||
},
|
||
{
|
||
id: 43,
|
||
product: 'Keylex',
|
||
companyName: 'Haag, Bruen and Reichel',
|
||
productImage: product3,
|
||
reviewer: 'Anette Jouen',
|
||
email: 'ajouen16@admin.ch',
|
||
avatar: avatar1,
|
||
date: '12/11/2020',
|
||
status: 'Published',
|
||
review: 3,
|
||
head: 'mauris non ligula pellentesque ultrices',
|
||
para: 'Cras non velit nec nisi vulputate nonummy. Maecenas tincidunt lacus at velit. Vivamus vel nulla eget eros elementum pellentesque.',
|
||
},
|
||
{
|
||
id: 44,
|
||
product: 'Konklux',
|
||
companyName: 'Ankunding Inc',
|
||
productImage: product4,
|
||
reviewer: 'Candace Fossey',
|
||
email: 'cfossey17@live.com',
|
||
avatar: avatar1,
|
||
date: '2/10/2021',
|
||
status: 'Pending',
|
||
review: 1,
|
||
head: 'vel augue vestibulum ante',
|
||
para: 'Cras non velit nec nisi vulputate nonummy. Maecenas tincidunt lacus at velit. Vivamus vel nulla eget eros elementum pellentesque.',
|
||
},
|
||
{
|
||
id: 45,
|
||
product: 'Tresom',
|
||
companyName: 'Deckow and Sons',
|
||
productImage: product5,
|
||
reviewer: 'Persis Loades',
|
||
email: 'ploades18@g.co',
|
||
avatar: avatar1,
|
||
date: '9/11/2020',
|
||
status: 'Pending',
|
||
review: 5,
|
||
head: 'convallis nulla neque',
|
||
para: 'Cras non velit nec nisi vulputate nonummy. Maecenas tincidunt lacus at velit. Vivamus vel nulla eget eros elementum pellentesque.',
|
||
},
|
||
{
|
||
id: 46,
|
||
product: 'Quo Lux',
|
||
companyName: 'Kreiger, Reynolds and Sporer',
|
||
productImage: product1,
|
||
reviewer: 'Kim Carrel',
|
||
email: 'kcarrel19@webnode.com',
|
||
avatar: avatar1,
|
||
date: '5/26/2020',
|
||
status: 'Pending',
|
||
review: 3,
|
||
head: 'quam turpis adipiscing lorem',
|
||
para: 'In hac habitasse platea dictumst. Morbi vestibulum, velit id pretium iaculis, diam erat fermentum justo, nec condimentum neque sapien placerat ante. Nulla justo.',
|
||
},
|
||
{
|
||
id: 47,
|
||
product: 'Roldlamis',
|
||
companyName: 'Kuphal-Abbott',
|
||
productImage: product6,
|
||
reviewer: 'Rodger Broz',
|
||
email: 'rbroz1a@omniture.com',
|
||
avatar: avatar1,
|
||
date: '10/5/2020',
|
||
status: 'Pending',
|
||
review: 1,
|
||
head: 'morbi non',
|
||
para: 'Nullam porttitor lacus at turpis. Donec posuere metus vitae ipsum. Aliquam non mauris.',
|
||
},
|
||
{
|
||
id: 48,
|
||
product: 'Tampflex',
|
||
companyName: 'Romaguera, Schmeler and Volkman',
|
||
productImage: product7,
|
||
reviewer: 'Lauri Shearsby',
|
||
email: 'lshearsby1b@goo.ne.jp',
|
||
avatar: avatar1,
|
||
date: '10/18/2020',
|
||
status: 'Pending',
|
||
review: 5,
|
||
head: 'vel dapibus at diam',
|
||
para: 'Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus vestibulum sagittis sapien. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.',
|
||
},
|
||
{
|
||
id: 49,
|
||
product: 'Span',
|
||
companyName: 'Hane-Romaguera',
|
||
productImage: product8,
|
||
reviewer: 'Hannah Drohun',
|
||
email: 'hdrohun1c@marketwatch.com',
|
||
avatar: avatar1,
|
||
date: '9/14/2020',
|
||
status: 'Pending',
|
||
review: 4,
|
||
head: 'morbi porttitor lorem',
|
||
para: 'Integer ac leo. Pellentesque ultrices mattis odio. Donec vitae nisi.',
|
||
},
|
||
{
|
||
id: 50,
|
||
product: 'Zamit',
|
||
companyName: 'Hoeger-Powlowski',
|
||
productImage: product9,
|
||
reviewer: 'Celesta Hadden',
|
||
email: 'chadden1d@hao123.com',
|
||
avatar: avatar1,
|
||
date: '4/15/2020',
|
||
status: 'Published',
|
||
review: 5,
|
||
head: 'non sodales',
|
||
para: 'Morbi non lectus. Aliquam sit amet diam in magna bibendum imperdiet. Nullam orci pede, venenatis non, sodales sed, tincidunt eu, felis.',
|
||
},
|
||
{
|
||
id: 51,
|
||
product: 'Witchip',
|
||
companyName: 'Heidenreich, Keeling and Kuhn',
|
||
productImage: product10,
|
||
reviewer: 'Sollie Dowling',
|
||
email: 'sdowling1e@businessweek.com',
|
||
avatar: avatar1,
|
||
date: '9/7/2020',
|
||
status: 'Pending',
|
||
review: 1,
|
||
head: 'nam congue risus semper porta',
|
||
para: 'Pellentesque at nulla. Suspendisse potenti. Cras in purus eu magna vulputate luctus.',
|
||
},
|
||
{
|
||
id: 52,
|
||
product: 'Ratity',
|
||
companyName: 'Beier and Sons',
|
||
productImage: product11,
|
||
reviewer: 'Esma Tamsett',
|
||
email: 'etamsett1f@arstechnica.com',
|
||
avatar: avatar1,
|
||
date: '12/21/2020',
|
||
status: 'Pending',
|
||
review: 2,
|
||
head: 'rutrum rutrum neque aenean auctor',
|
||
para: 'In quis justo. Maecenas rhoncus aliquam lacus. Morbi quis tortor id nulla ultrices aliquet.',
|
||
},
|
||
{
|
||
id: 53,
|
||
product: 'Voltsillam',
|
||
companyName: 'Jones and Sons',
|
||
productImage: product12,
|
||
reviewer: 'Fee Pieche',
|
||
email: 'fpieche1g@usa.gov',
|
||
avatar: avatar1,
|
||
date: '4/28/2020',
|
||
status: 'Pending',
|
||
review: 5,
|
||
head: 'non mi',
|
||
para: 'Duis bibendum. Morbi non quam nec dui luctus rutrum. Nulla tellus.',
|
||
},
|
||
{
|
||
id: 54,
|
||
product: 'Voltsillam',
|
||
companyName: 'Mohr and Sons',
|
||
productImage: product13,
|
||
reviewer: 'Frankie Davis',
|
||
email: 'fdavis1h@guardian.co.uk',
|
||
avatar: avatar1,
|
||
date: '3/16/2021',
|
||
status: 'Published',
|
||
review: 5,
|
||
head: 'maecenas pulvinar lobortis est phasellus',
|
||
para: 'In sagittis dui vel nisl. Duis ac nibh. Fusce lacus purus, aliquet at, feugiat non, pretium quis, lectus.',
|
||
},
|
||
{
|
||
id: 55,
|
||
product: 'Matsoft',
|
||
companyName: 'Kling-Hayes',
|
||
productImage: product1,
|
||
reviewer: 'Byram Wimlet',
|
||
email: 'bwimlet1i@craigslist.org',
|
||
avatar: avatar1,
|
||
date: '7/13/2021',
|
||
status: 'Pending',
|
||
review: 2,
|
||
head: 'tortor sollicitudin',
|
||
para: 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin risus. Praesent lectus.',
|
||
},
|
||
{
|
||
id: 56,
|
||
product: 'Rt',
|
||
companyName: 'Brekke-Lubowitz',
|
||
productImage: product14,
|
||
reviewer: 'Maurita Hutchin',
|
||
email: 'mhutchin1j@ibm.com',
|
||
avatar: avatar1,
|
||
date: '11/11/2020',
|
||
status: 'Pending',
|
||
review: 1,
|
||
head: 'odio cras mi pede malesuada',
|
||
para: 'Integer tincidunt ante vel ipsum. Praesent blandit lacinia erat. Vestibulum sed magna at nunc commodo placerat.',
|
||
},
|
||
{
|
||
id: 57,
|
||
product: 'Konklab',
|
||
companyName: 'Kiehn LLC',
|
||
productImage: product15,
|
||
reviewer: 'Gorden Leftley',
|
||
email: 'gleftley1k@disqus.com',
|
||
avatar: avatar1,
|
||
date: '9/19/2021',
|
||
status: 'Published',
|
||
review: 3,
|
||
head: 'sed nisl nunc rhoncus',
|
||
para: 'Duis bibendum, felis sed interdum venenatis, turpis enim blandit mi, in porttitor pede justo eu massa. Donec dapibus. Duis at velit eu est congue elementum.',
|
||
},
|
||
{
|
||
id: 58,
|
||
product: 'Lotstring',
|
||
companyName: 'Windler-Corwin',
|
||
productImage: product16,
|
||
reviewer: 'Raviv Critcher',
|
||
email: 'rcritcher1l@icq.com',
|
||
avatar: avatar1,
|
||
date: '4/20/2020',
|
||
status: 'Published',
|
||
review: 5,
|
||
head: 'bibendum imperdiet nullam orci',
|
||
para: 'Proin interdum mauris non ligula pellentesque ultrices. Phasellus id sapien in sapien iaculis congue. Vivamus metus arcu, adipiscing molestie, hendrerit at, vulputate vitae, nisl.',
|
||
},
|
||
{
|
||
id: 59,
|
||
product: 'Keylex',
|
||
companyName: 'Reynolds, Buckridge and Schmeler',
|
||
productImage: product17,
|
||
reviewer: 'Cinda Tersay',
|
||
email: 'ctersay1m@berkeley.edu',
|
||
avatar: avatar1,
|
||
date: '3/31/2021',
|
||
status: 'Published',
|
||
review: 4,
|
||
head: 'curabitur at',
|
||
para: 'Phasellus sit amet erat. Nulla tempus. Vivamus in felis eu sapien cursus vestibulum.',
|
||
},
|
||
{
|
||
id: 60,
|
||
product: 'Transcof',
|
||
companyName: 'Jacobs-Farrell',
|
||
productImage: product18,
|
||
reviewer: 'Raynell Rosenauer',
|
||
email: 'rrosenauer1n@360.cn',
|
||
avatar: avatar1,
|
||
date: '6/3/2020',
|
||
status: 'Published',
|
||
review: 2,
|
||
head: 'massa donec dapibus duis at',
|
||
para: 'Aenean lectus. Pellentesque eget nunc. Donec quis orci eget orci vehicula condimentum.',
|
||
},
|
||
{
|
||
id: 61,
|
||
product: 'Opela',
|
||
companyName: 'Beier-Bergstrom',
|
||
productImage: product19,
|
||
reviewer: 'Aurelia Cooley',
|
||
email: 'acooley1o@prnewswire.com',
|
||
avatar: avatar1,
|
||
date: '7/27/2020',
|
||
status: 'Pending',
|
||
review: 1,
|
||
head: 'dictumst maecenas',
|
||
para: 'Praesent id massa id nisl venenatis lacinia. Aenean sit amet justo. Morbi ut odio.',
|
||
},
|
||
{
|
||
id: 62,
|
||
product: 'Rlowdesk',
|
||
companyName: 'Roob and Sons',
|
||
productImage: product20,
|
||
reviewer: 'Silvester Vittel',
|
||
email: 'svittel1p@eepurl.com',
|
||
avatar: avatar1,
|
||
date: '3/2/2021',
|
||
status: 'Pending',
|
||
review: 5,
|
||
head: 'elit ac nulla',
|
||
para: 'Suspendisse potenti. In eleifend quam a odio. In hac habitasse platea dictumst.',
|
||
},
|
||
{
|
||
id: 63,
|
||
product: 'Kanlam',
|
||
companyName: 'Hauck Group',
|
||
productImage: product2,
|
||
reviewer: 'Nester Oliffe',
|
||
email: 'noliffe1q@tinypic.com',
|
||
avatar: avatar1,
|
||
date: '3/31/2021',
|
||
status: 'Published',
|
||
review: 4,
|
||
head: 'sagittis nam congue',
|
||
para: 'Duis bibendum. Morbi non quam nec dui luctus rutrum. Nulla tellus.',
|
||
},
|
||
{
|
||
id: 64,
|
||
product: 'Rembucket',
|
||
companyName: 'Reynolds-Lindgren',
|
||
productImage: product2,
|
||
reviewer: 'Cheryl Growcott',
|
||
email: 'cgrowcott1r@nifty.com',
|
||
avatar: avatar1,
|
||
date: '10/29/2021',
|
||
status: 'Pending',
|
||
review: 4,
|
||
head: 'amet diam in magna bibendum',
|
||
para: 'Proin leo odio, porttitor id, consequat in, consequat ut, nulla. Sed accumsan felis. Ut at dolor quis odio consequat varius.',
|
||
},
|
||
{
|
||
id: 65,
|
||
product: 'Tin',
|
||
companyName: 'Stroman and Sons',
|
||
productImage: product2,
|
||
reviewer: 'Calhoun Perot',
|
||
email: 'cperot1s@goodreads.com',
|
||
avatar: avatar1,
|
||
date: '10/15/2020',
|
||
status: 'Published',
|
||
review: 4,
|
||
head: 'enim blandit mi',
|
||
para: 'Pellentesque at nulla. Suspendisse potenti. Cras in purus eu magna vulputate luctus.',
|
||
},
|
||
{
|
||
id: 66,
|
||
product: 'Trippledex',
|
||
companyName: 'Kihn-Wisoky',
|
||
productImage: product2,
|
||
reviewer: 'Winnah Tivenan',
|
||
email: 'wtivenan1t@example.com',
|
||
avatar: avatar1,
|
||
date: '5/27/2021',
|
||
status: 'Published',
|
||
review: 3,
|
||
head: 'pede ullamcorper augue a suscipit',
|
||
para: 'Quisque porta volutpat erat. Quisque erat eros, viverra eget, congue eget, semper rutrum, nulla. Nunc purus.',
|
||
},
|
||
{
|
||
id: 67,
|
||
product: 'Redhold',
|
||
companyName: 'Konopelski-Hauck',
|
||
productImage: product2,
|
||
reviewer: 'Faydra Perceval',
|
||
email: 'fperceval1u@psu.edu',
|
||
avatar: avatar1,
|
||
date: '10/2/2020',
|
||
status: 'Published',
|
||
review: 2,
|
||
head: 'porta volutpat',
|
||
para: 'In congue. Etiam justo. Etiam pretium iaculis justo.',
|
||
},
|
||
{
|
||
id: 68,
|
||
product: 'Pannier',
|
||
companyName: 'Rau Inc',
|
||
productImage: product3,
|
||
reviewer: 'Shauna Runge',
|
||
email: 'srunge1v@theatlantic.com',
|
||
avatar: avatar1,
|
||
date: '12/17/2021',
|
||
status: 'Published',
|
||
review: 3,
|
||
head: 'aliquam lacus morbi quis tortor',
|
||
para: 'Curabitur in libero ut massa volutpat convallis. Morbi odio odio, elementum eu, interdum eu, tincidunt in, leo. Maecenas pulvinar lobortis est.',
|
||
},
|
||
{
|
||
id: 69,
|
||
product: 'Rlexidy',
|
||
companyName: 'Torp-Lebsack',
|
||
productImage: product3,
|
||
reviewer: 'Udell Laurand',
|
||
email: 'ulaurand1w@prnewswire.com',
|
||
avatar: avatar1,
|
||
date: '3/14/2021',
|
||
status: 'Pending',
|
||
review: 5,
|
||
head: 'vestibulum velit id pretium',
|
||
para: 'Nullam porttitor lacus at turpis. Donec posuere metus vitae ipsum. Aliquam non mauris.',
|
||
},
|
||
{
|
||
id: 70,
|
||
product: 'Keylex',
|
||
companyName: 'Hane-Bednar',
|
||
productImage: product3,
|
||
reviewer: 'Charyl Mordaunt',
|
||
email: 'cmordaunt1x@bizjournals.com',
|
||
avatar: avatar1,
|
||
date: '4/11/2021',
|
||
status: 'Pending',
|
||
review: 1,
|
||
head: 'amet eros suspendisse accumsan tortor',
|
||
para: 'Praesent blandit. Nam nulla. Integer pede justo, lacinia eget, tincidunt eget, tempus vel, pede.',
|
||
},
|
||
{
|
||
id: 71,
|
||
product: 'Kuobam',
|
||
companyName: 'Rice Group',
|
||
productImage: product3,
|
||
reviewer: 'Becki Petit',
|
||
email: 'bpetit1y@addtoany.com',
|
||
avatar: avatar1,
|
||
date: '8/9/2021',
|
||
status: 'Published',
|
||
review: 5,
|
||
head: 'blandit lacinia erat vestibulum sed',
|
||
para: 'Praesent blandit. Nam nulla. Integer pede justo, lacinia eget, tincidunt eget, tempus vel, pede.',
|
||
},
|
||
{
|
||
id: 72,
|
||
product: 'Ulphazap',
|
||
companyName: 'West, White and Rau',
|
||
productImage: product3,
|
||
reviewer: 'Gallagher Goldes',
|
||
email: 'ggoldes1z@microsoft.com',
|
||
avatar: avatar1,
|
||
date: '10/21/2020',
|
||
status: 'Pending',
|
||
review: 4,
|
||
head: 'vitae ipsum aliquam',
|
||
para: 'Fusce posuere felis sed lacus. Morbi sem mauris, laoreet ut, rhoncus aliquet, pulvinar sed, nisl. Nunc rhoncus dui vel sem.',
|
||
},
|
||
{
|
||
id: 73,
|
||
product: 'Wiodex',
|
||
companyName: 'Keeling-Dicki',
|
||
productImage: product4,
|
||
reviewer: 'Gunilla Painter',
|
||
email: 'gpainter20@drupal.org',
|
||
avatar: avatar1,
|
||
date: '12/11/2021',
|
||
status: 'Published',
|
||
review: 4,
|
||
head: 'tortor duis mattis egestas',
|
||
para: 'Morbi non lectus. Aliquam sit amet diam in magna bibendum imperdiet. Nullam orci pede, venenatis non, sodales sed, tincidunt eu, felis.',
|
||
},
|
||
{
|
||
id: 74,
|
||
product: 'Veribet',
|
||
companyName: 'Gerlach, Bernier and Jenkins',
|
||
productImage: product4,
|
||
reviewer: 'Greggory Illingworth',
|
||
email: 'gillingworth21@lis',
|
||
avatar: avatar1,
|
||
date: '8/8/2020',
|
||
status: 'Pending',
|
||
review: 4,
|
||
head: 'pede justo lacinia eget tincidunt',
|
||
para: 'Pellentesque at nulla. Suspendisse potenti. Cras in purus eu magna vulputate luctus.',
|
||
},
|
||
{
|
||
id: 75,
|
||
product: 'Rix San',
|
||
companyName: 'Kessler and Sons',
|
||
productImage: product4,
|
||
reviewer: 'Amabel Reah',
|
||
email: 'areah22@indiegogo.com',
|
||
avatar: avatar1,
|
||
date: '11/22/2021',
|
||
status: 'Published',
|
||
review: 3,
|
||
head: 'sit amet lobortis sapien',
|
||
para: 'In hac habitasse platea dictumst. Morbi vestibulum, velit id pretium iaculis, diam erat fermentum justo, nec condimentum neque sapien placerat ante. Nulla justo.',
|
||
},
|
||
{
|
||
id: 76,
|
||
product: 'Zoolab',
|
||
companyName: 'Goldner, Lind and Hansen',
|
||
productImage: product4,
|
||
reviewer: 'Eziechiele Littlejohns',
|
||
email: 'elittlejohns23@blogger.com',
|
||
avatar: avatar1,
|
||
date: '8/17/2020',
|
||
status: 'Pending',
|
||
review: 4,
|
||
head: 'cras non velit',
|
||
para: 'Nullam porttitor lacus at turpis. Donec posuere metus vitae ipsum. Aliquam non mauris.',
|
||
},
|
||
{
|
||
id: 77,
|
||
product: 'Rob',
|
||
companyName: 'Trantow Group',
|
||
productImage: product4,
|
||
reviewer: 'Faythe Hance',
|
||
email: 'fhance24@odnoklassniki.ru',
|
||
avatar: avatar1,
|
||
date: '7/1/2021',
|
||
status: 'Published',
|
||
review: 5,
|
||
head: 'luctus tincidunt nulla mollis molestie',
|
||
para: 'In quis justo. Maecenas rhoncus aliquam lacus. Morbi quis tortor id nulla ultrices aliquet.',
|
||
},
|
||
{
|
||
id: 78,
|
||
product: 'Zamit',
|
||
companyName: 'Reichel, Hagenes and Nader',
|
||
productImage: product5,
|
||
reviewer: 'Marie Hazelton',
|
||
email: 'mhazelton25@miitbeian.gov.cn',
|
||
avatar: avatar1,
|
||
date: '5/31/2021',
|
||
status: 'Published',
|
||
review: 1,
|
||
head: 'ut odio cras',
|
||
para: 'Aliquam quis turpis eget elit sodales scelerisque. Mauris sit amet eros. Suspendisse accumsan tortor quis turpis.',
|
||
},
|
||
{
|
||
id: 79,
|
||
product: 'Zoolab',
|
||
companyName: 'Baumbach-Renner',
|
||
productImage: product5,
|
||
reviewer: 'Vincenz Izsak',
|
||
email: 'vizsak26@diigo.com',
|
||
avatar: avatar1,
|
||
date: '3/15/2021',
|
||
status: 'Pending',
|
||
review: 2,
|
||
head: 'gravida sem',
|
||
para: 'Proin interdum mauris non ligula pellentesque ultrices. Phasellus id sapien in sapien iaculis congue. Vivamus metus arcu, adipiscing molestie, hendrerit at, vulputate vitae, nisl.',
|
||
},
|
||
{
|
||
id: 80,
|
||
product: 'Stronghold',
|
||
companyName: 'Ullrich, Jacobson and Tillman',
|
||
productImage: product5,
|
||
reviewer: 'Roch Dehmel',
|
||
email: 'rdehmel27@tiny.cc',
|
||
avatar: avatar1,
|
||
date: '4/21/2020',
|
||
status: 'Pending',
|
||
review: 3,
|
||
head: 'ligula pellentesque ultrices phasellus',
|
||
para: 'Sed ante. Vivamus tortor. Duis mattis egestas metus.',
|
||
},
|
||
{
|
||
id: 81,
|
||
product: 'Rintone',
|
||
companyName: 'VonRueden, Kuphal and Lindgren',
|
||
productImage: product5,
|
||
reviewer: 'Marylin Thewlis',
|
||
email: 'mthewlis28@tmall.com',
|
||
avatar: avatar1,
|
||
date: '5/26/2021',
|
||
status: 'Pending',
|
||
review: 1,
|
||
head: 'elementum nullam varius nulla',
|
||
para: 'In sagittis dui vel nisl. Duis ac nibh. Fusce lacus purus, aliquet at, feugiat non, pretium quis, lectus.',
|
||
},
|
||
{
|
||
id: 82,
|
||
product: 'Temp',
|
||
companyName: 'Wintheiser, Bergstrom and Schimmel',
|
||
productImage: product5,
|
||
reviewer: 'Annissa Mapham',
|
||
email: 'amapham29@cbslocal.com',
|
||
avatar: avatar1,
|
||
date: '6/10/2021',
|
||
status: 'Published',
|
||
review: 4,
|
||
head: 'odio porttitor',
|
||
para: 'Cras mi pede, malesuada in, imperdiet et, commodo vulputate, justo. In blandit ultrices enim. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.',
|
||
},
|
||
{
|
||
id: 83,
|
||
product: 'Rlexidy',
|
||
companyName: 'Kuhn and Sons',
|
||
productImage: product6,
|
||
reviewer: 'Lori Prosek',
|
||
email: 'lprosek2a@webs.com',
|
||
avatar: avatar1,
|
||
date: '7/16/2021',
|
||
status: 'Published',
|
||
review: 1,
|
||
head: 'lacinia sapien quis',
|
||
para: 'Suspendisse potenti. In eleifend quam a odio. In hac habitasse platea dictumst.',
|
||
},
|
||
{
|
||
id: 84,
|
||
product: 'Ronstring',
|
||
companyName: 'Goldner, Nitzsche and Rau',
|
||
productImage: product6,
|
||
reviewer: 'Zelma Jado',
|
||
email: 'zjado2b@salon.com',
|
||
avatar: avatar1,
|
||
date: '7/13/2021',
|
||
status: 'Pending',
|
||
review: 4,
|
||
head: 'mauris sit amet eros suspendisse',
|
||
para: 'In hac habitasse platea dictumst. Etiam faucibus cursus urna. Ut tellus.',
|
||
},
|
||
{
|
||
id: 85,
|
||
product: 'Rixflex',
|
||
companyName: 'Bayer-Beer',
|
||
productImage: product6,
|
||
reviewer: 'Alfreda Tuffley',
|
||
email: 'atuffley2c@drupal.org',
|
||
avatar: avatar1,
|
||
date: '3/25/2020',
|
||
status: 'Pending',
|
||
review: 2,
|
||
head: 'molestie hendrerit at vulputate vitae',
|
||
para: 'Aliquam quis turpis eget elit sodales scelerisque. Mauris sit amet eros. Suspendisse accumsan tortor quis turpis.',
|
||
},
|
||
{
|
||
id: 86,
|
||
product: 'Uerified',
|
||
companyName: 'Rolfson-Witting',
|
||
productImage: product6,
|
||
reviewer: 'Arnold Rate',
|
||
email: 'arate2d@mit.edu',
|
||
avatar: avatar1,
|
||
date: '7/22/2021',
|
||
status: 'Pending',
|
||
review: 1,
|
||
head: 'nisi venenatis tristique fusce',
|
||
para: 'Phasellus in felis. Donec semper sapien a libero. Nam dui.',
|
||
},
|
||
{
|
||
id: 87,
|
||
product: 'Stringtough',
|
||
companyName: 'Kunde-Gibson',
|
||
productImage: product7,
|
||
reviewer: 'Felizio Macieiczyk',
|
||
email: 'fmacieiczyk2e@sciencedaily.com',
|
||
avatar: avatar1,
|
||
date: '8/27/2020',
|
||
status: 'Published',
|
||
review: 4,
|
||
head: 'augue quam sollicitudin',
|
||
para: 'Duis consequat dui nec nisi volutpat eleifend. Donec ut dolor. Morbi vel lectus in quam fringilla rhoncus.',
|
||
},
|
||
{
|
||
id: 88,
|
||
product: 'Qookley',
|
||
companyName: 'Kshlerin-Klocko',
|
||
productImage: product7,
|
||
reviewer: 'Evanne Chamley',
|
||
email: 'echamley2f@gmpg.org',
|
||
avatar: avatar1,
|
||
date: '2/1/2021',
|
||
status: 'Pending',
|
||
review: 4,
|
||
head: 'eget tincidunt',
|
||
para: 'Curabitur gravida nisi at nibh. In hac habitasse platea dictumst. Aliquam augue quam, sollicitudin vitae, consectetuer eget, rutrum at, lorem.',
|
||
},
|
||
{
|
||
id: 89,
|
||
product: 'Zamit',
|
||
companyName: 'Reilly, Marvin and Ondricka',
|
||
productImage: product7,
|
||
reviewer: 'Dacy Goodlatt',
|
||
email: 'dgoodlatt2g@squarespace.com',
|
||
avatar: avatar1,
|
||
date: '4/15/2021',
|
||
status: 'Pending',
|
||
review: 4,
|
||
head: 'eu interdum eu',
|
||
para: 'In congue. Etiam justo. Etiam pretium iaculis justo.',
|
||
},
|
||
{
|
||
id: 90,
|
||
product: 'Mat Lam Tam',
|
||
companyName: 'Ratke-Bauch',
|
||
productImage: product7,
|
||
reviewer: 'Samantha Vickerman',
|
||
email: 'svickerman2h@earthlink.net',
|
||
avatar: avatar1,
|
||
date: '6/30/2021',
|
||
status: 'Pending',
|
||
review: 3,
|
||
head: 'leo rhoncus sed vestibulum',
|
||
para: 'Sed ante. Vivamus tortor. Duis mattis egestas metus.',
|
||
},
|
||
{
|
||
id: 91,
|
||
product: 'Rt',
|
||
companyName: 'Kautzer-Hayes',
|
||
productImage: product8,
|
||
reviewer: 'Maura Robichon',
|
||
email: 'mrobichon2i@accuweather.com',
|
||
avatar: avatar1,
|
||
date: '4/12/2020',
|
||
status: 'Published',
|
||
review: 3,
|
||
head: 'dui maecenas',
|
||
para: 'Praesent blandit. Nam nulla. Integer pede justo, lacinia eget, tincidunt eget, tempus vel, pede.',
|
||
},
|
||
{
|
||
id: 92,
|
||
product: 'Stim',
|
||
companyName: 'Bernhard and Sons',
|
||
productImage: product8,
|
||
reviewer: 'Shelton Bonde',
|
||
email: 'sbonde2j@economist.com',
|
||
avatar: avatar1,
|
||
date: '6/1/2021',
|
||
status: 'Pending',
|
||
review: 1,
|
||
head: 'odio elementum',
|
||
para: 'Curabitur gravida nisi at nibh. In hac habitasse platea dictumst. Aliquam augue quam, sollicitudin vitae, consectetuer eget, rutrum at, lorem.',
|
||
},
|
||
{
|
||
id: 93,
|
||
product: 'Rix San',
|
||
companyName: 'Waters, Harvey and Stiedemann',
|
||
productImage: product8,
|
||
reviewer: 'Hallsy Flannigan',
|
||
email: 'hflannigan2k@printfriendly.com',
|
||
avatar: avatar1,
|
||
date: '6/3/2020',
|
||
status: 'Published',
|
||
review: 5,
|
||
head: 'ultrices phasellus id',
|
||
para: 'Curabitur in libero ut massa volutpat convallis. Morbi odio odio, elementum eu, interdum eu, tincidunt in, leo. Maecenas pulvinar lobortis est.',
|
||
},
|
||
{
|
||
id: 94,
|
||
product: 'Vagram',
|
||
companyName: 'Ondricka, Thompson and Kuhn',
|
||
productImage: product8,
|
||
reviewer: 'Rheta Chazelas',
|
||
email: 'rchazelas2l@forbes.com',
|
||
avatar: avatar1,
|
||
date: '2/21/2021',
|
||
status: 'Pending',
|
||
review: 1,
|
||
head: 'eleifend quam',
|
||
para: 'Praesent blandit. Nam nulla. Integer pede justo, lacinia eget, tincidunt eget, tempus vel, pede.',
|
||
},
|
||
{
|
||
id: 95,
|
||
product: 'Otcom',
|
||
companyName: 'Volkman Group',
|
||
productImage: product9,
|
||
reviewer: 'Arabelle Uc',
|
||
email: 'auc2m@archive.org',
|
||
avatar: avatar1,
|
||
date: '1/27/2021',
|
||
status: 'Published',
|
||
review: 4,
|
||
head: 'fermentum justo',
|
||
para: 'In hac habitasse platea dictumst. Etiam faucibus cursus urna. Ut tellus.',
|
||
},
|
||
{
|
||
id: 96,
|
||
product: 'Rixflex',
|
||
companyName: 'Dickinson, Spencer and Hyatt',
|
||
productImage: product9,
|
||
reviewer: 'Pauly Goulden',
|
||
email: 'pgoulden2n@ed.gov',
|
||
avatar: avatar1,
|
||
date: '10/2/2020',
|
||
status: 'Pending',
|
||
review: 2,
|
||
head: 'morbi ut',
|
||
para: 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin risus. Praesent lectus.',
|
||
},
|
||
{
|
||
id: 97,
|
||
product: 'Lotstring',
|
||
companyName: 'Marvin Inc',
|
||
productImage: product9,
|
||
reviewer: 'Wilhelmina Benezet',
|
||
email: 'wbenezet2o@themeforest.net',
|
||
avatar: avatar1,
|
||
date: '8/12/2021',
|
||
status: 'Pending',
|
||
review: 4,
|
||
head: 'sapien cursus vestibulum proin',
|
||
para: 'Aenean lectus. Pellentesque eget nunc. Donec quis orci eget orci vehicula condimentum.',
|
||
},
|
||
{
|
||
id: 98,
|
||
product: 'Wiodex',
|
||
companyName: 'Hayes-Greenholt',
|
||
productImage: product9,
|
||
reviewer: 'Wallie Paolone',
|
||
email: 'wpaolone2p@paginegialle.it',
|
||
avatar: avatar1,
|
||
date: '7/15/2021',
|
||
status: 'Published',
|
||
review: 2,
|
||
head: 'tincidunt in leo maecenas',
|
||
para: 'Cras non velit nec nisi vulputate nonummy. Maecenas tincidunt lacus at velit. Vivamus vel nulla eget eros elementum pellentesque.',
|
||
},
|
||
{
|
||
id: 99,
|
||
product: 'Komainer',
|
||
companyName: 'Gislason, Greenfelder and Wisozk',
|
||
productImage: product10,
|
||
reviewer: 'Ezmeralda Normavill',
|
||
email: 'enormavill2q@infoseek.co.jp',
|
||
avatar: avatar1,
|
||
date: '8/4/2021',
|
||
status: 'Pending',
|
||
review: 3,
|
||
head: 'pharetra magna ac',
|
||
para: 'In quis justo. Maecenas rhoncus aliquam lacus. Morbi quis tortor id nulla ultrices aliquet.',
|
||
},
|
||
{
|
||
id: 100,
|
||
product: 'Ulpha',
|
||
companyName: 'Kunde Group',
|
||
productImage: product10,
|
||
reviewer: 'Lew Dudman',
|
||
email: 'ldudman2r@nationalgeographic.com',
|
||
avatar: avatar1,
|
||
date: '11/12/2020',
|
||
status: 'Published',
|
||
review: 3,
|
||
head: 'suscipit ligula in lacus',
|
||
para: 'In quis justo. Maecenas rhoncus aliquam lacus. Morbi quis tortor id nulla ultrices aliquet.',
|
||
},
|
||
],
|
||
referrals: [
|
||
{
|
||
id: 1,
|
||
user: 'Koressa Leyfield',
|
||
email: 'kleyfield0@columbia.edu',
|
||
avatar: avatar1,
|
||
referredId: 3398,
|
||
status: 'Unpaid',
|
||
value: '$6655.92',
|
||
earning: '$380.17',
|
||
},
|
||
{
|
||
id: 2,
|
||
user: 'Tania Brotherhood',
|
||
email: 'tbrotherhood1@bing.com',
|
||
avatar: avatar13,
|
||
referredId: 6740,
|
||
status: 'Unpaid',
|
||
value: '$2113.04',
|
||
earning: '$716.72',
|
||
},
|
||
{
|
||
id: 3,
|
||
user: 'Clemmie Montgomery',
|
||
email: 'cmontgomery2@fema.gov',
|
||
avatar: avatar1,
|
||
referredId: 2749,
|
||
status: 'Unpaid',
|
||
value: '$6717.09',
|
||
earning: '$699.02',
|
||
},
|
||
{
|
||
id: 4,
|
||
user: 'Job Jope',
|
||
email: 'jjope3@istockphoto.com',
|
||
avatar: avatar15,
|
||
referredId: 1413,
|
||
status: 'Paid',
|
||
value: '$9465.13',
|
||
earning: '$98.23',
|
||
},
|
||
{
|
||
id: 5,
|
||
user: 'Christoffer Derell',
|
||
email: 'cderell4@apple.com',
|
||
avatar: avatar1,
|
||
referredId: 9176,
|
||
status: 'Paid',
|
||
value: '$6202.81',
|
||
earning: '$882.51',
|
||
},
|
||
{
|
||
id: 6,
|
||
user: 'Herminia Eyree',
|
||
email: 'heyree5@gizmodo.com',
|
||
avatar: avatar8,
|
||
referredId: 6975,
|
||
status: 'Unpaid',
|
||
value: '$9802.40',
|
||
earning: '$219.52',
|
||
},
|
||
{
|
||
id: 7,
|
||
user: 'Dela Lathwell',
|
||
email: 'dlathwell6@webmd.com',
|
||
avatar: avatar9,
|
||
referredId: 4552,
|
||
status: 'Paid',
|
||
value: '$6470.46',
|
||
earning: '$831.45',
|
||
},
|
||
{
|
||
id: 8,
|
||
user: 'Kirbie Greenhow',
|
||
email: 'kgreenhow7@sina.com.cn',
|
||
avatar: avatar1,
|
||
referredId: 4131,
|
||
status: 'Unpaid',
|
||
value: '$6199.28',
|
||
earning: '$856.00',
|
||
},
|
||
{
|
||
id: 9,
|
||
user: 'Adrienne Tourne',
|
||
email: 'atourne8@fotki.com',
|
||
avatar: avatar1,
|
||
referredId: 4072,
|
||
status: 'Unpaid',
|
||
value: '$6774.33',
|
||
earning: '$821.78',
|
||
},
|
||
{
|
||
id: 10,
|
||
user: 'Vanya Hearons',
|
||
email: 'vhearons9@blogspot.com',
|
||
avatar: avatar9,
|
||
referredId: 3070,
|
||
status: 'Unpaid',
|
||
value: '$1067.14',
|
||
earning: '$804.91',
|
||
},
|
||
{
|
||
id: 11,
|
||
user: 'Garnette Abramcik',
|
||
email: 'gabramcika@google.com',
|
||
avatar: avatar11,
|
||
referredId: 7828,
|
||
status: 'Unpaid',
|
||
value: '$5375.10',
|
||
earning: '$447.01',
|
||
},
|
||
{
|
||
id: 12,
|
||
user: 'Akim Korba',
|
||
email: 'akorbab@flickr.com',
|
||
avatar: avatar11,
|
||
referredId: 8561,
|
||
status: 'Unpaid',
|
||
value: '$3104.91',
|
||
earning: '$552.75',
|
||
},
|
||
{
|
||
id: 13,
|
||
user: 'Cull Scipsey',
|
||
email: 'cscipseyc@adobe.com',
|
||
avatar: avatar2,
|
||
referredId: 9287,
|
||
status: 'Paid',
|
||
value: '$9375.13',
|
||
earning: '$690.75',
|
||
},
|
||
{
|
||
id: 14,
|
||
user: 'Anabal Hakking',
|
||
email: 'ahakkingd@paginegialle.it',
|
||
avatar: avatar7,
|
||
referredId: 4892,
|
||
status: 'Paid',
|
||
value: '$8797.12',
|
||
earning: '$679.71',
|
||
},
|
||
{
|
||
id: 15,
|
||
user: 'Linzy Swiers',
|
||
email: 'lswierse@flickr.com',
|
||
avatar: avatar5,
|
||
referredId: 9180,
|
||
status: 'Unpaid',
|
||
value: '$2996.63',
|
||
earning: '$610.27',
|
||
},
|
||
{
|
||
id: 16,
|
||
user: 'Willy Espinet',
|
||
email: 'wespinetf@addtoany.com',
|
||
avatar: avatar1,
|
||
referredId: 9102,
|
||
status: 'Paid',
|
||
value: '$7048.18',
|
||
earning: '$369.06',
|
||
},
|
||
{
|
||
id: 17,
|
||
user: 'Carter Gommowe',
|
||
email: 'cgommoweg@purevolume.com',
|
||
avatar: avatar9,
|
||
referredId: 7049,
|
||
status: 'Unpaid',
|
||
value: '$6049.95',
|
||
earning: '$642.78',
|
||
},
|
||
{
|
||
id: 18,
|
||
user: 'Andre Kenway',
|
||
email: 'akenwayh@rambler.ru',
|
||
avatar: avatar6,
|
||
referredId: 9826,
|
||
status: 'Paid',
|
||
value: '$2221.71',
|
||
earning: '$347.19',
|
||
},
|
||
{
|
||
id: 19,
|
||
user: 'Quintina Endacott',
|
||
email: 'qendacotti@answers.com',
|
||
avatar: avatar9,
|
||
referredId: 4555,
|
||
status: 'Paid',
|
||
value: '$5918.70',
|
||
earning: '$543.44',
|
||
},
|
||
{
|
||
id: 20,
|
||
user: 'Shurwood Cabble',
|
||
email: 'scabblej@twitpic.com',
|
||
avatar: avatar4,
|
||
referredId: 5591,
|
||
status: 'Paid',
|
||
value: '$9073.50',
|
||
earning: '$980.62',
|
||
},
|
||
{
|
||
id: 21,
|
||
user: 'Thatch Borchardt',
|
||
email: 'tborchardtk@bing.com',
|
||
avatar: avatar1,
|
||
referredId: 4491,
|
||
status: 'Unpaid',
|
||
value: '$8389.56',
|
||
earning: '$746.81',
|
||
},
|
||
{
|
||
id: 22,
|
||
user: 'Fawne O\'Scanlan',
|
||
email: 'foscanlanl@europa.eu',
|
||
avatar: avatar8,
|
||
referredId: 2946,
|
||
status: 'Paid',
|
||
value: '$7471.34',
|
||
earning: '$747.24',
|
||
},
|
||
{
|
||
id: 23,
|
||
user: 'Ode Birts',
|
||
email: 'obirtsm@sphinn.com',
|
||
avatar: avatar10,
|
||
referredId: 2328,
|
||
status: 'Paid',
|
||
value: '$8484.83',
|
||
earning: '$815.79',
|
||
},
|
||
{
|
||
id: 24,
|
||
user: 'Bella Michelle',
|
||
email: 'bmichellen@npr.org',
|
||
avatar: avatar2,
|
||
referredId: 5725,
|
||
status: 'Paid',
|
||
value: '$7088.56',
|
||
earning: '$329.64',
|
||
},
|
||
{
|
||
id: 25,
|
||
user: 'Aurora Skpsey',
|
||
email: 'askpseyo@cdc.gov',
|
||
avatar: avatar14,
|
||
referredId: 2821,
|
||
status: 'Unpaid',
|
||
value: '$2938.87',
|
||
earning: '$317.42',
|
||
},
|
||
{
|
||
id: 26,
|
||
user: 'Neddie Maunders',
|
||
email: 'nmaundersp@blogspot.com',
|
||
avatar: avatar15,
|
||
referredId: 1661,
|
||
status: 'Unpaid',
|
||
value: '$6256.70',
|
||
earning: '$521.01',
|
||
},
|
||
{
|
||
id: 27,
|
||
user: 'Andria Chisnell',
|
||
email: 'achisnellq@imageshack.us',
|
||
avatar: avatar12,
|
||
referredId: 3363,
|
||
status: 'Unpaid',
|
||
value: '$9106.99',
|
||
earning: '$705.15',
|
||
},
|
||
{
|
||
id: 28,
|
||
user: 'Reggy Arnao',
|
||
email: 'rarnaor@kickstarter.com',
|
||
avatar: avatar3,
|
||
referredId: 7814,
|
||
status: 'Rejected',
|
||
value: '$6300.60',
|
||
earning: '$234.28',
|
||
},
|
||
{
|
||
id: 29,
|
||
user: 'Shaylah Hasselby',
|
||
email: 'shasselbys@odnoklassniki.ru',
|
||
avatar: avatar4,
|
||
referredId: 8324,
|
||
status: 'Paid',
|
||
value: '$1874.21',
|
||
earning: '$899.72',
|
||
},
|
||
{
|
||
id: 30,
|
||
user: 'Althea Dayce',
|
||
email: 'adaycet@youtu.be',
|
||
avatar: avatar8,
|
||
referredId: 6069,
|
||
status: 'Paid',
|
||
value: '$6098.09',
|
||
earning: '$269.32',
|
||
},
|
||
{
|
||
id: 31,
|
||
user: 'Hector Biaggioli',
|
||
email: 'hbiaggioliu@umich.edu',
|
||
avatar: avatar13,
|
||
referredId: 5286,
|
||
status: 'Paid',
|
||
value: '$4752.66',
|
||
earning: '$546.63',
|
||
},
|
||
{
|
||
id: 32,
|
||
user: 'Mycah Gotcher',
|
||
email: 'mgotcherv@yellowbook.com',
|
||
avatar: avatar1,
|
||
referredId: 7944,
|
||
status: 'Unpaid',
|
||
value: '$5959.05',
|
||
earning: '$888.10',
|
||
},
|
||
{
|
||
id: 33,
|
||
user: 'Garv Scruton',
|
||
email: 'gscrutonw@sun.com',
|
||
avatar: avatar13,
|
||
referredId: 6876,
|
||
status: 'Unpaid',
|
||
value: '$6588.37',
|
||
earning: '$680.51',
|
||
},
|
||
{
|
||
id: 34,
|
||
user: 'Renell Gurnett',
|
||
email: 'rgurnettx@businessweek.com',
|
||
avatar: avatar2,
|
||
referredId: 7802,
|
||
status: 'Rejected',
|
||
value: '$7542.30',
|
||
earning: '$208.96',
|
||
},
|
||
{
|
||
id: 35,
|
||
user: 'Toinette Kilgrew',
|
||
email: 'tkilgrewy@wikispaces.com',
|
||
avatar: avatar15,
|
||
referredId: 6946,
|
||
status: 'Paid',
|
||
value: '$4447.48',
|
||
earning: '$410.48',
|
||
},
|
||
{
|
||
id: 36,
|
||
user: 'Corinne Cockshtt',
|
||
email: 'ccockshttz@house.gov',
|
||
avatar: avatar7,
|
||
referredId: 1372,
|
||
status: 'Paid',
|
||
value: '$3700.16',
|
||
earning: '$858.94',
|
||
},
|
||
{
|
||
id: 37,
|
||
user: 'Isis Yurkiewicz',
|
||
email: 'iyurkiewicz10@addthis.com',
|
||
avatar: avatar4,
|
||
referredId: 2384,
|
||
status: 'Unpaid',
|
||
value: '$7456.86',
|
||
earning: '$280.52',
|
||
},
|
||
{
|
||
id: 38,
|
||
user: 'Gerianna Nott',
|
||
email: 'gnott11@youtu.be',
|
||
avatar: avatar5,
|
||
referredId: 1971,
|
||
status: 'Paid',
|
||
value: '$5563.94',
|
||
earning: '$515.34',
|
||
},
|
||
{
|
||
id: 39,
|
||
user: 'Calli Mewes',
|
||
email: 'cmewes12@mit.edu',
|
||
avatar: avatar13,
|
||
referredId: 7323,
|
||
status: 'Unpaid',
|
||
value: '$7400.29',
|
||
earning: '$167.44',
|
||
},
|
||
{
|
||
id: 40,
|
||
user: 'Sonnnie Keeltagh',
|
||
email: 'skeeltagh13@typepad.com',
|
||
avatar: avatar7,
|
||
referredId: 5719,
|
||
status: 'Paid',
|
||
value: '$1977.34',
|
||
earning: '$652.01',
|
||
},
|
||
{
|
||
id: 41,
|
||
user: 'Penelope Hause',
|
||
email: 'phause14@netlog.com',
|
||
avatar: avatar3,
|
||
referredId: 9347,
|
||
status: 'Paid',
|
||
value: '$2155.12',
|
||
earning: '$101.49',
|
||
},
|
||
{
|
||
id: 42,
|
||
user: 'Dannie Romeo',
|
||
email: 'dromeo15@ask.com',
|
||
avatar: avatar1,
|
||
referredId: 1559,
|
||
status: 'Rejected',
|
||
value: '$7110.30',
|
||
earning: '$95.40',
|
||
},
|
||
{
|
||
id: 43,
|
||
user: 'Keely Giannazzi',
|
||
email: 'kgiannazzi16@mit.edu',
|
||
avatar: avatar8,
|
||
referredId: 3307,
|
||
status: 'Paid',
|
||
value: '$2178.00',
|
||
earning: '$173.10',
|
||
},
|
||
{
|
||
id: 44,
|
||
user: 'Kassia Mottini',
|
||
email: 'kmottini17@usa.gov',
|
||
avatar: avatar7,
|
||
referredId: 4426,
|
||
status: 'Rejected',
|
||
value: '$6921.60',
|
||
earning: '$365.93',
|
||
},
|
||
{
|
||
id: 45,
|
||
user: 'Burr Scrauniage',
|
||
email: 'bscrauniage18@wunderground.com',
|
||
avatar: avatar8,
|
||
referredId: 3570,
|
||
status: 'Paid',
|
||
value: '$6891.09',
|
||
earning: '$900.25',
|
||
},
|
||
],
|
||
orderData: [
|
||
{
|
||
id: 1,
|
||
order: 5434,
|
||
customer: 'Gabrielle Feyer',
|
||
email: 'gfeyer0@nyu.edu',
|
||
avatar: avatar8,
|
||
payment: 1,
|
||
status: 'Delivered',
|
||
spent: 73.98,
|
||
method: 'paypalLogo',
|
||
date: '5/16/2022',
|
||
time: '2:11 AM',
|
||
methodNumber: 6522,
|
||
},
|
||
{
|
||
id: 2,
|
||
order: 6745,
|
||
customer: 'Jackson Deignan',
|
||
email: 'jdeignan1@dell.com',
|
||
avatar: avatar8,
|
||
payment: 3,
|
||
status: 'Delivered',
|
||
spent: 100.39,
|
||
method: 'paypalLogo',
|
||
date: '5/3/2023',
|
||
time: '7:26 PM',
|
||
methodNumber: 7538,
|
||
},
|
||
{
|
||
id: 3,
|
||
order: 6087,
|
||
customer: 'Tanya Crum',
|
||
email: 'tcrum2@yandex.ru',
|
||
avatar: avatar7,
|
||
payment: 4,
|
||
status: 'Ready to Pickup',
|
||
spent: 809.26,
|
||
method: 'mastercard',
|
||
date: '12/15/2022',
|
||
time: '6:51 PM',
|
||
methodNumber: 5170,
|
||
},
|
||
{
|
||
id: 4,
|
||
order: 7825,
|
||
customer: 'Dallis Dillestone',
|
||
email: 'ddillestone3@archive.org',
|
||
avatar: avatar4,
|
||
payment: 3,
|
||
status: 'Ready to Pickup',
|
||
spent: 617.64,
|
||
method: 'paypalLogo',
|
||
date: '8/5/2022',
|
||
time: '9:18 PM',
|
||
methodNumber: 1748,
|
||
},
|
||
{
|
||
id: 5,
|
||
order: 5604,
|
||
customer: 'Conan Kennham',
|
||
email: 'ckennham4@cnn.com',
|
||
avatar: avatar9,
|
||
payment: 3,
|
||
status: 'Delivered',
|
||
spent: 384.41,
|
||
method: 'mastercard',
|
||
date: '6/18/2022',
|
||
time: '3:34 AM',
|
||
methodNumber: 6425,
|
||
},
|
||
{
|
||
id: 6,
|
||
order: 5390,
|
||
customer: 'Daven Brocket',
|
||
email: 'dbrocket5@epa.gov',
|
||
avatar: avatar13,
|
||
payment: 3,
|
||
status: 'Out for Delivery',
|
||
spent: 162.85,
|
||
method: 'paypalLogo',
|
||
date: '10/14/2022',
|
||
time: '6:12 PM',
|
||
methodNumber: 1694,
|
||
},
|
||
{
|
||
id: 7,
|
||
order: 7279,
|
||
customer: 'Rex Farbrace',
|
||
email: 'rfarbrace6@sourceforge.net',
|
||
avatar: avatar2,
|
||
payment: 2,
|
||
status: 'Out for Delivery',
|
||
spent: 591.47,
|
||
method: 'mastercard',
|
||
date: '8/8/2022',
|
||
time: '6:09 PM',
|
||
methodNumber: 1883,
|
||
},
|
||
{
|
||
id: 8,
|
||
order: 7003,
|
||
customer: 'Tann Biaggetti',
|
||
email: 'tbiaggetti7@eepurl.com',
|
||
avatar: avatar8,
|
||
payment: 4,
|
||
status: 'Delivered',
|
||
spent: 664.51,
|
||
method: 'mastercard',
|
||
date: '6/10/2022',
|
||
time: '12:59 PM',
|
||
methodNumber: 5047,
|
||
},
|
||
{
|
||
id: 9,
|
||
order: 8632,
|
||
customer: 'Abagael Drogan',
|
||
email: 'adrogan8@storify.com',
|
||
avatar: avatar11,
|
||
payment: 4,
|
||
status: 'Dispatched',
|
||
spent: 717.72,
|
||
method: 'paypalLogo',
|
||
date: '10/25/2022',
|
||
time: '10:48 AM',
|
||
methodNumber: 1945,
|
||
},
|
||
{
|
||
id: 10,
|
||
order: 8501,
|
||
customer: 'Esme Sangwin',
|
||
email: 'esangwin9@taobao.com',
|
||
avatar: '',
|
||
payment: 3,
|
||
status: 'Ready to Pickup',
|
||
spent: 477.42,
|
||
method: 'mastercard',
|
||
date: '11/2/2022',
|
||
time: '2:19 PM',
|
||
methodNumber: 3526,
|
||
},
|
||
{
|
||
id: 11,
|
||
order: 6498,
|
||
customer: 'Jarib Siverns',
|
||
email: 'jsivernsa@dailymail.co.uk',
|
||
avatar: '',
|
||
payment: 4,
|
||
status: 'Out for Delivery',
|
||
spent: 71.42,
|
||
method: 'mastercard',
|
||
date: '8/25/2022',
|
||
time: '8:15 PM',
|
||
methodNumber: 8325,
|
||
},
|
||
{
|
||
id: 12,
|
||
order: 7820,
|
||
customer: 'Christie Le Moucheux',
|
||
email: 'cleb@wikia.com',
|
||
avatar: avatar8,
|
||
payment: 1,
|
||
status: 'Delivered',
|
||
spent: 894.55,
|
||
method: 'paypalLogo',
|
||
date: '11/3/2022',
|
||
time: '11:31 AM',
|
||
methodNumber: 2034,
|
||
},
|
||
{
|
||
id: 13,
|
||
order: 8229,
|
||
customer: 'Debby Albury',
|
||
email: 'dalburyc@homestead.com',
|
||
avatar: '',
|
||
payment: 2,
|
||
status: 'Delivered',
|
||
spent: 279.80,
|
||
method: 'mastercard',
|
||
date: '3/21/2023',
|
||
time: '3:28 PM',
|
||
methodNumber: 2751,
|
||
},
|
||
{
|
||
id: 14,
|
||
order: 9076,
|
||
customer: 'Alexia Speaks',
|
||
email: 'aspeaksd@omniture.com',
|
||
avatar: '',
|
||
payment: 2,
|
||
status: 'Dispatched',
|
||
spent: 156.41,
|
||
method: 'paypalLogo',
|
||
date: '11/26/2022',
|
||
time: '9:16 PM',
|
||
methodNumber: 3234,
|
||
},
|
||
{
|
||
id: 15,
|
||
order: 6045,
|
||
customer: 'Orel Leamy',
|
||
email: 'oleamye@cbc.ca',
|
||
avatar: '',
|
||
payment: 2,
|
||
status: 'Delivered',
|
||
spent: 614.39,
|
||
method: 'mastercard',
|
||
date: '11/20/2022',
|
||
time: '11:58 PM',
|
||
methodNumber: 5209,
|
||
},
|
||
{
|
||
id: 16,
|
||
order: 8005,
|
||
customer: 'Maurits Nealey',
|
||
email: 'mnealeyf@japanpost.jp',
|
||
avatar: avatar7,
|
||
payment: 1,
|
||
status: 'Delivered',
|
||
spent: 203.72,
|
||
method: 'mastercard',
|
||
date: '4/22/2023',
|
||
time: '3:01 PM',
|
||
methodNumber: 1555,
|
||
},
|
||
{
|
||
id: 17,
|
||
order: 6917,
|
||
customer: 'Emmalee Mason',
|
||
email: 'emasong@rakuten.co.jp',
|
||
avatar: '',
|
||
payment: 4,
|
||
status: 'Dispatched',
|
||
spent: 491.83,
|
||
method: 'mastercard',
|
||
date: '9/1/2022',
|
||
time: '10:31 PM',
|
||
methodNumber: 7013,
|
||
},
|
||
{
|
||
id: 18,
|
||
order: 6918,
|
||
customer: 'Tibold Schops',
|
||
email: 'tschopsh@reference.com',
|
||
avatar: avatar7,
|
||
payment: 4,
|
||
status: 'Out for Delivery',
|
||
spent: 708.43,
|
||
method: 'paypalLogo',
|
||
date: '6/15/2022',
|
||
time: '11:03 AM',
|
||
methodNumber: 4636,
|
||
},
|
||
{
|
||
id: 19,
|
||
order: 8733,
|
||
customer: 'Godwin Greatbanks',
|
||
email: 'ggreatbanksi@guardian.co.uk',
|
||
avatar: '',
|
||
payment: 2,
|
||
status: 'Out for Delivery',
|
||
spent: 849.78,
|
||
method: 'paypalLogo',
|
||
date: '8/31/2022',
|
||
time: '10:02 AM',
|
||
methodNumber: 6846,
|
||
},
|
||
{
|
||
id: 20,
|
||
order: 6630,
|
||
customer: 'Conn Cathery',
|
||
email: 'ccatheryj@w3.org',
|
||
avatar: '',
|
||
payment: 2,
|
||
status: 'Dispatched',
|
||
spent: 855.31,
|
||
method: 'paypalLogo',
|
||
date: '1/2/2023',
|
||
time: '4:35 PM',
|
||
methodNumber: 4813,
|
||
},
|
||
{
|
||
id: 21,
|
||
order: 8963,
|
||
customer: 'Riccardo McKerton',
|
||
email: 'rmckertonk@gravatar.com',
|
||
avatar: avatar2,
|
||
payment: 2,
|
||
status: 'Dispatched',
|
||
spent: 458.76,
|
||
method: 'paypalLogo',
|
||
date: '9/17/2022',
|
||
time: '6:00 AM',
|
||
methodNumber: 8197,
|
||
},
|
||
{
|
||
id: 22,
|
||
order: 6916,
|
||
customer: 'Isa Cartmel',
|
||
email: 'icartmell@scientificamerican.com',
|
||
avatar: avatar10,
|
||
payment: 3,
|
||
status: 'Dispatched',
|
||
spent: 914.48,
|
||
method: 'paypalLogo',
|
||
date: '12/21/2022',
|
||
time: '8:35 PM',
|
||
methodNumber: 2844,
|
||
},
|
||
{
|
||
id: 23,
|
||
order: 6647,
|
||
customer: 'Yoko Beetles',
|
||
email: 'ybeetlesm@discovery.com',
|
||
avatar: avatar15,
|
||
payment: 1,
|
||
status: 'Delivered',
|
||
spent: 948.07,
|
||
method: 'mastercard',
|
||
date: '1/24/2023',
|
||
time: '12:01 AM',
|
||
methodNumber: 2562,
|
||
},
|
||
{
|
||
id: 24,
|
||
order: 8044,
|
||
customer: 'Nowell Cornford',
|
||
email: 'ncornfordn@sogou.com',
|
||
avatar: avatar5,
|
||
payment: 4,
|
||
status: 'Ready to Pickup',
|
||
spent: 525.60,
|
||
method: 'paypalLogo',
|
||
date: '8/22/2022',
|
||
time: '6:36 PM',
|
||
methodNumber: 2030,
|
||
},
|
||
{
|
||
id: 25,
|
||
order: 9879,
|
||
customer: 'Brandy McIlvenna',
|
||
email: 'bmcilvennao@51.la',
|
||
avatar: '',
|
||
payment: 1,
|
||
status: 'Out for Delivery',
|
||
spent: 100.18,
|
||
method: 'mastercard',
|
||
date: '12/23/2022',
|
||
time: '7:14 AM',
|
||
methodNumber: 4686,
|
||
},
|
||
{
|
||
id: 26,
|
||
order: 5551,
|
||
customer: 'Zondra Klimkin',
|
||
email: 'zklimkinp@ed.gov',
|
||
avatar: avatar9,
|
||
payment: 3,
|
||
status: 'Delivered',
|
||
spent: 463.32,
|
||
method: 'mastercard',
|
||
date: '12/20/2022',
|
||
time: '12:01 PM',
|
||
methodNumber: 6209,
|
||
},
|
||
{
|
||
id: 27,
|
||
order: 5905,
|
||
customer: 'Elyn Aizic',
|
||
email: 'eaizicq@live.com',
|
||
avatar: '',
|
||
payment: 4,
|
||
status: 'Dispatched',
|
||
spent: 581.81,
|
||
method: 'mastercard',
|
||
date: '6/1/2022',
|
||
time: '2:31 AM',
|
||
methodNumber: 7031,
|
||
},
|
||
{
|
||
id: 28,
|
||
order: 7616,
|
||
customer: 'Leoine Talbot',
|
||
email: 'ltalbotr@prweb.com',
|
||
avatar: '',
|
||
payment: 1,
|
||
status: 'Delivered',
|
||
spent: 118.75,
|
||
method: 'paypalLogo',
|
||
date: '10/13/2022',
|
||
time: '12:57 AM',
|
||
methodNumber: 4387,
|
||
},
|
||
{
|
||
id: 29,
|
||
order: 6624,
|
||
customer: 'Fayre Screech',
|
||
email: 'fscreechs@army.mil',
|
||
avatar: '',
|
||
payment: 3,
|
||
status: 'Out for Delivery',
|
||
spent: 774.91,
|
||
method: 'mastercard',
|
||
date: '4/17/2023',
|
||
time: '6:43 PM',
|
||
methodNumber: 2077,
|
||
},
|
||
{
|
||
id: 30,
|
||
order: 8653,
|
||
customer: 'Roxanne Rablen',
|
||
email: 'rrablent@alexa.com',
|
||
avatar: '',
|
||
payment: 1,
|
||
status: 'Delivered',
|
||
spent: 212.75,
|
||
method: 'mastercard',
|
||
date: '3/23/2023',
|
||
time: '10:07 PM',
|
||
methodNumber: 2696,
|
||
},
|
||
{
|
||
id: 31,
|
||
order: 8076,
|
||
customer: 'Rebekkah Newsham',
|
||
email: 'rnewshamu@hhs.gov',
|
||
avatar: avatar10,
|
||
payment: 2,
|
||
status: 'Ready to Pickup',
|
||
spent: 778.56,
|
||
method: 'mastercard',
|
||
date: '7/1/2022',
|
||
time: '10:37 PM',
|
||
methodNumber: 8071,
|
||
},
|
||
{
|
||
id: 32,
|
||
order: 7972,
|
||
customer: 'Crawford Beart',
|
||
email: 'cbeartv@senate.gov',
|
||
avatar: '',
|
||
payment: 3,
|
||
status: 'Delivered',
|
||
spent: 378.74,
|
||
method: 'mastercard',
|
||
date: '11/23/2022',
|
||
time: '6:45 AM',
|
||
methodNumber: 3993,
|
||
},
|
||
{
|
||
id: 33,
|
||
order: 6979,
|
||
customer: 'Cristine Easom',
|
||
email: 'ceasomw@theguardian.com',
|
||
avatar: avatar9,
|
||
payment: 2,
|
||
status: 'Out for Delivery',
|
||
spent: 595.84,
|
||
method: 'mastercard',
|
||
date: '4/15/2023',
|
||
time: '10:21 PM',
|
||
methodNumber: 2356,
|
||
},
|
||
{
|
||
id: 34,
|
||
order: 9438,
|
||
customer: 'Bessy Vasechkin',
|
||
email: 'bvasechkinx@plala.or.jp',
|
||
avatar: '',
|
||
payment: 1,
|
||
status: 'Dispatched',
|
||
spent: 257.18,
|
||
method: 'paypalLogo',
|
||
date: '11/10/2022',
|
||
time: '8:12 PM',
|
||
methodNumber: 1776,
|
||
},
|
||
{
|
||
id: 35,
|
||
order: 5666,
|
||
customer: 'Joanne Morl',
|
||
email: 'jmorly@google.fr',
|
||
avatar: '',
|
||
payment: 1,
|
||
status: 'Ready to Pickup',
|
||
spent: 368.26,
|
||
method: 'paypalLogo',
|
||
date: '11/17/2022',
|
||
time: '2:32 PM',
|
||
methodNumber: 6276,
|
||
},
|
||
{
|
||
id: 36,
|
||
order: 7128,
|
||
customer: 'Cobbie Brameld',
|
||
email: 'cbrameldz@biglobe.ne.jp',
|
||
avatar: '',
|
||
payment: 4,
|
||
status: 'Delivered',
|
||
spent: 484.14,
|
||
method: 'paypalLogo',
|
||
date: '6/13/2022',
|
||
time: '9:36 PM',
|
||
methodNumber: 3876,
|
||
},
|
||
{
|
||
id: 37,
|
||
order: 5834,
|
||
customer: 'Turner Braban',
|
||
email: 'tbraban10@lulu.com',
|
||
avatar: avatar14,
|
||
payment: 2,
|
||
status: 'Delivered',
|
||
spent: 135.04,
|
||
method: 'mastercard',
|
||
date: '10/14/2022',
|
||
time: '4:39 AM',
|
||
methodNumber: 2211,
|
||
},
|
||
{
|
||
id: 38,
|
||
order: 7417,
|
||
customer: 'Rudd Aisman',
|
||
email: 'raisman11@huffingtonpost.com',
|
||
avatar: '',
|
||
payment: 2,
|
||
status: 'Delivered',
|
||
spent: 598.61,
|
||
method: 'mastercard',
|
||
date: '9/29/2022',
|
||
time: '10:31 AM',
|
||
methodNumber: 1979,
|
||
},
|
||
{
|
||
id: 39,
|
||
order: 5574,
|
||
customer: 'Rakel Hearle',
|
||
email: 'rhearle12@zimbio.com',
|
||
avatar: avatar8,
|
||
payment: 1,
|
||
status: 'Out for Delivery',
|
||
spent: 612.56,
|
||
method: 'paypalLogo',
|
||
date: '11/29/2022',
|
||
time: '2:59 AM',
|
||
methodNumber: 8328,
|
||
},
|
||
{
|
||
id: 40,
|
||
order: 7834,
|
||
customer: 'Cull Otson',
|
||
email: 'cotson13@angelfire.com',
|
||
avatar: avatar10,
|
||
payment: 4,
|
||
status: 'Delivered',
|
||
spent: 413.70,
|
||
method: 'mastercard',
|
||
date: '7/23/2022',
|
||
time: '3:15 PM',
|
||
methodNumber: 3901,
|
||
},
|
||
{
|
||
id: 41,
|
||
order: 9877,
|
||
customer: 'Jedd Lafont',
|
||
email: 'jlafont14@vimeo.com',
|
||
avatar: avatar8,
|
||
payment: 1,
|
||
status: 'Ready to Pickup',
|
||
spent: 67.26,
|
||
method: 'paypalLogo',
|
||
date: '11/1/2022',
|
||
time: '8:05 AM',
|
||
methodNumber: 7245,
|
||
},
|
||
{
|
||
id: 42,
|
||
order: 5781,
|
||
customer: 'Maribeth Roffe',
|
||
email: 'mroffe15@hostgator.com',
|
||
avatar: avatar6,
|
||
payment: 1,
|
||
status: 'Out for Delivery',
|
||
spent: 697.13,
|
||
method: 'paypalLogo',
|
||
date: '9/30/2022',
|
||
time: '8:03 PM',
|
||
methodNumber: 8102,
|
||
},
|
||
{
|
||
id: 43,
|
||
order: 5299,
|
||
customer: 'Ximenez Callaghan',
|
||
email: 'xcallaghan16@reuters.com',
|
||
avatar: avatar6,
|
||
payment: 2,
|
||
status: 'Dispatched',
|
||
spent: 528.17,
|
||
method: 'mastercard',
|
||
date: '12/30/2022',
|
||
time: '12:21 AM',
|
||
methodNumber: 3075,
|
||
},
|
||
{
|
||
id: 44,
|
||
order: 6622,
|
||
customer: 'Oliy Seton',
|
||
email: 'oseton17@cargocollective.com',
|
||
avatar: avatar7,
|
||
payment: 2,
|
||
status: 'Delivered',
|
||
spent: 662.07,
|
||
method: 'paypalLogo',
|
||
date: '12/29/2022',
|
||
time: '8:45 PM',
|
||
methodNumber: 5021,
|
||
},
|
||
{
|
||
id: 45,
|
||
order: 7387,
|
||
customer: 'Conroy Conan',
|
||
email: 'cconan18@jigsy.com',
|
||
avatar: avatar8,
|
||
payment: 1,
|
||
status: 'Delivered',
|
||
spent: 65.73,
|
||
method: 'paypalLogo',
|
||
date: '6/11/2022',
|
||
time: '10:11 AM',
|
||
methodNumber: 3954,
|
||
},
|
||
{
|
||
id: 46,
|
||
order: 5078,
|
||
customer: 'Elianore Russ',
|
||
email: 'eruss19@usa.gov',
|
||
avatar: '',
|
||
payment: 2,
|
||
status: 'Ready to Pickup',
|
||
spent: 741.28,
|
||
method: 'mastercard',
|
||
date: '8/28/2022',
|
||
time: '3:45 PM',
|
||
methodNumber: 2128,
|
||
},
|
||
{
|
||
id: 47,
|
||
order: 9631,
|
||
customer: 'Farlee Gerard',
|
||
email: 'fgerard1a@mit.edu',
|
||
avatar: '',
|
||
payment: 2,
|
||
status: 'Ready to Pickup',
|
||
spent: 161.30,
|
||
method: 'paypalLogo',
|
||
date: '6/8/2022',
|
||
time: '4:16 PM',
|
||
methodNumber: 6781,
|
||
},
|
||
{
|
||
id: 48,
|
||
order: 7869,
|
||
customer: 'Gino Fairbrass',
|
||
email: 'gfairbrass1b@spotify.com',
|
||
avatar: '',
|
||
payment: 4,
|
||
status: 'Ready to Pickup',
|
||
spent: 644.90,
|
||
method: 'paypalLogo',
|
||
date: '6/23/2022',
|
||
time: '10:36 AM',
|
||
methodNumber: 5470,
|
||
},
|
||
{
|
||
id: 49,
|
||
order: 8643,
|
||
customer: 'Dory Carter',
|
||
email: 'dcarter1c@sphinn.com',
|
||
avatar: avatar2,
|
||
payment: 3,
|
||
status: 'Delivered',
|
||
spent: 462.45,
|
||
method: 'mastercard',
|
||
date: '11/10/2022',
|
||
time: '2:45 AM',
|
||
methodNumber: 4647,
|
||
},
|
||
{
|
||
id: 50,
|
||
order: 7395,
|
||
customer: 'Shane Galbreth',
|
||
email: 'sgalbreth1d@mac.com',
|
||
avatar: avatar8,
|
||
payment: 4,
|
||
status: 'Delivered',
|
||
spent: 731.58,
|
||
method: 'mastercard',
|
||
date: '5/20/2022',
|
||
time: '8:09 PM',
|
||
methodNumber: 4113,
|
||
},
|
||
{
|
||
id: 51,
|
||
order: 7168,
|
||
customer: 'Alicea Macci',
|
||
email: 'amacci1e@bbc.co.uk',
|
||
avatar: '',
|
||
payment: 1,
|
||
status: 'Ready to Pickup',
|
||
spent: 556.94,
|
||
method: 'mastercard',
|
||
date: '6/10/2022',
|
||
time: '4:00 PM',
|
||
methodNumber: 6798,
|
||
},
|
||
{
|
||
id: 52,
|
||
order: 5775,
|
||
customer: 'Terrijo Copello',
|
||
email: 'tcopello1f@netlog.com',
|
||
avatar: '',
|
||
payment: 3,
|
||
status: 'Dispatched',
|
||
spent: 687.27,
|
||
method: 'paypalLogo',
|
||
date: '6/23/2022',
|
||
time: '6:41 PM',
|
||
methodNumber: 3529,
|
||
},
|
||
{
|
||
id: 53,
|
||
order: 6558,
|
||
customer: 'Bambi Yerby',
|
||
email: 'byerby1g@sohu.com',
|
||
avatar: '',
|
||
payment: 1,
|
||
status: 'Out for Delivery',
|
||
spent: 309.15,
|
||
method: 'paypalLogo',
|
||
date: '10/18/2022',
|
||
time: '8:40 PM',
|
||
methodNumber: 1664,
|
||
},
|
||
{
|
||
id: 54,
|
||
order: 7766,
|
||
customer: 'Corny Linstead',
|
||
email: 'clinstead1h@icio.us',
|
||
avatar: '',
|
||
payment: 4,
|
||
status: 'Dispatched',
|
||
spent: 805.73,
|
||
method: 'paypalLogo',
|
||
date: '6/25/2022',
|
||
time: '8:01 AM',
|
||
methodNumber: 7931,
|
||
},
|
||
{
|
||
id: 55,
|
||
order: 9305,
|
||
customer: 'Pauline Pfaffe',
|
||
email: 'ppfaffe1i@wikia.com',
|
||
avatar: '',
|
||
payment: 4,
|
||
status: 'Ready to Pickup',
|
||
spent: 769.47,
|
||
method: 'paypalLogo',
|
||
date: '4/17/2023',
|
||
time: '8:05 AM',
|
||
methodNumber: 8412,
|
||
},
|
||
{
|
||
id: 56,
|
||
order: 7886,
|
||
customer: 'Ilka Adanet',
|
||
email: 'iadanet1j@tripod.com',
|
||
avatar: '',
|
||
payment: 4,
|
||
status: 'Ready to Pickup',
|
||
spent: 899.35,
|
||
method: 'paypalLogo',
|
||
date: '2/2/2023',
|
||
time: '6:13 PM',
|
||
methodNumber: 3946,
|
||
},
|
||
{
|
||
id: 57,
|
||
order: 8333,
|
||
customer: 'Charlena Sabberton',
|
||
email: 'csabberton1k@vinaora.com',
|
||
avatar: '',
|
||
payment: 3,
|
||
status: 'Out for Delivery',
|
||
spent: 201.84,
|
||
method: 'paypalLogo',
|
||
date: '6/11/2022',
|
||
time: '10:15 PM',
|
||
methodNumber: 3294,
|
||
},
|
||
{
|
||
id: 58,
|
||
order: 7044,
|
||
customer: 'Harwell Vallack',
|
||
email: 'hvallack1l@sakura.ne.jp',
|
||
avatar: '',
|
||
payment: 2,
|
||
status: 'Dispatched',
|
||
spent: 547.07,
|
||
method: 'paypalLogo',
|
||
date: '6/1/2022',
|
||
time: '1:29 PM',
|
||
methodNumber: 5571,
|
||
},
|
||
{
|
||
id: 59,
|
||
order: 5414,
|
||
customer: 'Juliette Douthwaite',
|
||
email: 'jdouthwaite1m@marketwatch.com',
|
||
avatar: '',
|
||
payment: 2,
|
||
status: 'Dispatched',
|
||
spent: 89.46,
|
||
method: 'mastercard',
|
||
date: '9/26/2022',
|
||
time: '11:40 AM',
|
||
methodNumber: 4380,
|
||
},
|
||
{
|
||
id: 60,
|
||
order: 7102,
|
||
customer: 'Nydia Brandel',
|
||
email: 'nbrandel1n@cnet.com',
|
||
avatar: '',
|
||
payment: 3,
|
||
status: 'Out for Delivery',
|
||
spent: 417.49,
|
||
method: 'paypalLogo',
|
||
date: '2/5/2023',
|
||
time: '11:42 PM',
|
||
methodNumber: 5856,
|
||
},
|
||
{
|
||
id: 61,
|
||
order: 8784,
|
||
customer: 'Gaby Edy',
|
||
email: 'gedy1o@latimes.com',
|
||
avatar: avatar9,
|
||
payment: 4,
|
||
status: 'Out for Delivery',
|
||
spent: 589.37,
|
||
method: 'mastercard',
|
||
date: '2/5/2023',
|
||
time: '8:46 AM',
|
||
methodNumber: 1923,
|
||
},
|
||
{
|
||
id: 62,
|
||
order: 9885,
|
||
customer: 'Lacey Swenson',
|
||
email: 'lswenson1p@booking.com',
|
||
avatar: '',
|
||
payment: 2,
|
||
status: 'Ready to Pickup',
|
||
spent: 62.71,
|
||
method: 'mastercard',
|
||
date: '9/11/2022',
|
||
time: '7:41 PM',
|
||
methodNumber: 4367,
|
||
},
|
||
{
|
||
id: 63,
|
||
order: 5387,
|
||
customer: 'Bradan Edgworth',
|
||
email: 'bedgworth1q@typepad.com',
|
||
avatar: avatar7,
|
||
payment: 4,
|
||
status: 'Out for Delivery',
|
||
spent: 54.45,
|
||
method: 'paypalLogo',
|
||
date: '6/2/2022',
|
||
time: '11:05 AM',
|
||
methodNumber: 8829,
|
||
},
|
||
{
|
||
id: 64,
|
||
order: 5459,
|
||
customer: 'Ilyssa Egan',
|
||
email: 'iegan1r@reference.com',
|
||
avatar: avatar8,
|
||
payment: 3,
|
||
status: 'Dispatched',
|
||
spent: 756.16,
|
||
method: 'paypalLogo',
|
||
date: '5/20/2022',
|
||
time: '12:39 PM',
|
||
methodNumber: 6971,
|
||
},
|
||
{
|
||
id: 65,
|
||
order: 8812,
|
||
customer: 'Duke Jahnel',
|
||
email: 'djahnel1s@huffingtonpost.com',
|
||
avatar: avatar7,
|
||
payment: 2,
|
||
status: 'Dispatched',
|
||
spent: 103.71,
|
||
method: 'mastercard',
|
||
date: '3/1/2023',
|
||
time: '10:25 PM',
|
||
methodNumber: 4305,
|
||
},
|
||
{
|
||
id: 66,
|
||
order: 7123,
|
||
customer: 'Christen Dillow',
|
||
email: 'cdillow1t@businessinsider.com',
|
||
avatar: '',
|
||
payment: 1,
|
||
status: 'Ready to Pickup',
|
||
spent: 357.17,
|
||
method: 'mastercard',
|
||
date: '2/1/2023',
|
||
time: '4:11 AM',
|
||
methodNumber: 7385,
|
||
},
|
||
{
|
||
id: 67,
|
||
order: 8964,
|
||
customer: 'Hildegaard Ormshaw',
|
||
email: 'hormshaw1u@amazonaws.com',
|
||
avatar: '',
|
||
payment: 1,
|
||
status: 'Dispatched',
|
||
spent: 191.57,
|
||
method: 'mastercard',
|
||
date: '6/15/2022',
|
||
time: '7:28 PM',
|
||
methodNumber: 6469,
|
||
},
|
||
{
|
||
id: 68,
|
||
order: 8020,
|
||
customer: 'Merrill Sangwin',
|
||
email: 'msangwin1v@ted.com',
|
||
avatar: '',
|
||
payment: 3,
|
||
status: 'Delivered',
|
||
spent: 80.47,
|
||
method: 'paypalLogo',
|
||
date: '9/15/2022',
|
||
time: '9:35 PM',
|
||
methodNumber: 1464,
|
||
},
|
||
{
|
||
id: 69,
|
||
order: 7192,
|
||
customer: 'Niel Kitchingman',
|
||
email: 'nkitchingman1w@twitpic.com',
|
||
avatar: '',
|
||
payment: 1,
|
||
status: 'Delivered',
|
||
spent: 759.98,
|
||
method: 'mastercard',
|
||
date: '11/24/2022',
|
||
time: '12:51 PM',
|
||
methodNumber: 3957,
|
||
},
|
||
{
|
||
id: 70,
|
||
order: 9941,
|
||
customer: 'Zacharias Stonhard',
|
||
email: 'zstonhard1x@ca.gov',
|
||
avatar: '',
|
||
payment: 4,
|
||
status: 'Delivered',
|
||
spent: 333.83,
|
||
method: 'paypalLogo',
|
||
date: '6/20/2022',
|
||
time: '11:11 AM',
|
||
methodNumber: 3907,
|
||
},
|
||
{
|
||
id: 71,
|
||
order: 7786,
|
||
customer: 'Hirsch Garwood',
|
||
email: 'hgarwood1y@hhs.gov',
|
||
avatar: '',
|
||
payment: 1,
|
||
status: 'Delivered',
|
||
spent: 993.07,
|
||
method: 'paypalLogo',
|
||
date: '1/30/2023',
|
||
time: '8:13 AM',
|
||
methodNumber: 3210,
|
||
},
|
||
{
|
||
id: 72,
|
||
order: 6890,
|
||
customer: 'Etienne Duke',
|
||
email: 'eduke1z@dell.com',
|
||
avatar: avatar9,
|
||
payment: 4,
|
||
status: 'Dispatched',
|
||
spent: 651.14,
|
||
method: 'mastercard',
|
||
date: '8/1/2022',
|
||
time: '7:24 AM',
|
||
methodNumber: 3507,
|
||
},
|
||
{
|
||
id: 73,
|
||
order: 6672,
|
||
customer: 'Galen Bent',
|
||
email: 'gbent20@altervista.org',
|
||
avatar: avatar2,
|
||
payment: 4,
|
||
status: 'Out for Delivery',
|
||
spent: 483.86,
|
||
method: 'mastercard',
|
||
date: '5/10/2022',
|
||
time: '7:51 PM',
|
||
methodNumber: 7538,
|
||
},
|
||
{
|
||
id: 74,
|
||
order: 5531,
|
||
customer: 'Cletus Arias',
|
||
email: 'carias21@rambler.ru',
|
||
avatar: avatar9,
|
||
payment: 3,
|
||
status: 'Delivered',
|
||
spent: 609.47,
|
||
method: 'mastercard',
|
||
date: '8/20/2022',
|
||
time: '3:21 AM',
|
||
methodNumber: 5851,
|
||
},
|
||
{
|
||
id: 75,
|
||
order: 9041,
|
||
customer: 'Gilbertina Manjin',
|
||
email: 'gmanjin22@blogtalkradio.com',
|
||
avatar: '',
|
||
payment: 2,
|
||
status: 'Dispatched',
|
||
spent: 593.65,
|
||
method: 'mastercard',
|
||
date: '9/19/2022',
|
||
time: '5:23 AM',
|
||
methodNumber: 8332,
|
||
},
|
||
{
|
||
id: 76,
|
||
order: 9521,
|
||
customer: 'Helena Airds',
|
||
email: 'hairds23@facebook.com',
|
||
avatar: avatar7,
|
||
payment: 4,
|
||
status: 'Out for Delivery',
|
||
spent: 897.84,
|
||
method: 'mastercard',
|
||
date: '1/13/2023',
|
||
time: '1:41 PM',
|
||
methodNumber: 8564,
|
||
},
|
||
{
|
||
id: 77,
|
||
order: 9793,
|
||
customer: 'Bonny Tebbutt',
|
||
email: 'btebbutt24@clickbank.net',
|
||
avatar: '',
|
||
payment: 3,
|
||
status: 'Ready to Pickup',
|
||
spent: 856.58,
|
||
method: 'paypalLogo',
|
||
date: '1/23/2023',
|
||
time: '6:10 AM',
|
||
methodNumber: 2150,
|
||
},
|
||
{
|
||
id: 78,
|
||
order: 6741,
|
||
customer: 'Garreth Rubinowitz',
|
||
email: 'grubinowitz25@unblog.fr',
|
||
avatar: avatar8,
|
||
payment: 2,
|
||
status: 'Ready to Pickup',
|
||
spent: 191.99,
|
||
method: 'paypalLogo',
|
||
date: '8/24/2022',
|
||
time: '2:01 PM',
|
||
methodNumber: 4148,
|
||
},
|
||
{
|
||
id: 79,
|
||
order: 6602,
|
||
customer: 'Lotta Martinie',
|
||
email: 'lmartinie26@ovh.net',
|
||
avatar: avatar8,
|
||
payment: 2,
|
||
status: 'Out for Delivery',
|
||
spent: 790.09,
|
||
method: 'paypalLogo',
|
||
date: '6/25/2022',
|
||
time: '12:54 AM',
|
||
methodNumber: 4538,
|
||
},
|
||
{
|
||
id: 80,
|
||
order: 9682,
|
||
customer: 'Danna Goldis',
|
||
email: 'dgoldis27@tinypic.com',
|
||
avatar: '',
|
||
payment: 2,
|
||
status: 'Dispatched',
|
||
spent: 121.21,
|
||
method: 'mastercard',
|
||
date: '1/11/2023',
|
||
time: '4:33 PM',
|
||
methodNumber: 1974,
|
||
},
|
||
{
|
||
id: 81,
|
||
order: 6256,
|
||
customer: 'Ronica McDuffie',
|
||
email: 'rmcduffie28@dagondesign.com',
|
||
avatar: '',
|
||
payment: 4,
|
||
status: 'Delivered',
|
||
spent: 783.05,
|
||
method: 'mastercard',
|
||
date: '7/12/2022',
|
||
time: '1:54 AM',
|
||
methodNumber: 6563,
|
||
},
|
||
{
|
||
id: 82,
|
||
order: 6265,
|
||
customer: 'Clarice Biesty',
|
||
email: 'cbiesty29@hp.com',
|
||
avatar: '',
|
||
payment: 2,
|
||
status: 'Dispatched',
|
||
spent: 905.31,
|
||
method: 'paypalLogo',
|
||
date: '9/7/2022',
|
||
time: '5:58 AM',
|
||
methodNumber: 7367,
|
||
},
|
||
{
|
||
id: 83,
|
||
order: 7330,
|
||
customer: 'Georgetta Hawkins',
|
||
email: 'ghawkins2a@shinystat.com',
|
||
avatar: '',
|
||
payment: 4,
|
||
status: 'Out for Delivery',
|
||
spent: 670.50,
|
||
method: 'mastercard',
|
||
date: '12/9/2022',
|
||
time: '4:22 AM',
|
||
methodNumber: 4789,
|
||
},
|
||
{
|
||
id: 84,
|
||
order: 6342,
|
||
customer: 'Hamid Gosford',
|
||
email: 'hgosford2b@youtu.be',
|
||
avatar: avatar7,
|
||
payment: 2,
|
||
status: 'Out for Delivery',
|
||
spent: 520.17,
|
||
method: 'paypalLogo',
|
||
date: '5/26/2022',
|
||
time: '3:15 PM',
|
||
methodNumber: 2733,
|
||
},
|
||
{
|
||
id: 85,
|
||
order: 9620,
|
||
customer: 'Marnia Scamwell',
|
||
email: 'mscamwell2c@guardian.co.uk',
|
||
avatar: avatar3,
|
||
payment: 4,
|
||
status: 'Ready to Pickup',
|
||
spent: 77.59,
|
||
method: 'paypalLogo',
|
||
date: '9/10/2022',
|
||
time: '11:40 AM',
|
||
methodNumber: 3822,
|
||
},
|
||
{
|
||
id: 86,
|
||
order: 5699,
|
||
customer: 'Casie Cratere',
|
||
email: 'ccratere2d@baidu.com',
|
||
avatar: '',
|
||
payment: 3,
|
||
status: 'Delivered',
|
||
spent: 429.80,
|
||
method: 'mastercard',
|
||
date: '9/22/2022',
|
||
time: '11:52 PM',
|
||
methodNumber: 2925,
|
||
},
|
||
{
|
||
id: 87,
|
||
order: 7289,
|
||
customer: 'Edik Whytock',
|
||
email: 'ewhytock2e@vimeo.com',
|
||
avatar: '',
|
||
payment: 3,
|
||
status: 'Ready to Pickup',
|
||
spent: 838.25,
|
||
method: 'mastercard',
|
||
date: '8/4/2022',
|
||
time: '9:12 PM',
|
||
methodNumber: 6240,
|
||
},
|
||
{
|
||
id: 88,
|
||
order: 9780,
|
||
customer: 'Wylie Marryatt',
|
||
email: 'wmarryatt2f@economist.com',
|
||
avatar: '',
|
||
payment: 3,
|
||
status: 'Out for Delivery',
|
||
spent: 308.07,
|
||
method: 'mastercard',
|
||
date: '3/2/2023',
|
||
time: '10:00 AM',
|
||
methodNumber: 7909,
|
||
},
|
||
{
|
||
id: 89,
|
||
order: 5859,
|
||
customer: 'Eydie Vogelein',
|
||
email: 'evogelein2g@forbes.com',
|
||
avatar: '',
|
||
payment: 4,
|
||
status: 'Ready to Pickup',
|
||
spent: 447.29,
|
||
method: 'paypalLogo',
|
||
date: '4/29/2023',
|
||
time: '9:52 AM',
|
||
methodNumber: 5475,
|
||
},
|
||
{
|
||
id: 90,
|
||
order: 9957,
|
||
customer: 'Milt Whitear',
|
||
email: 'mwhitear2h@instagram.com',
|
||
avatar: '',
|
||
payment: 4,
|
||
status: 'Dispatched',
|
||
spent: 59.28,
|
||
method: 'mastercard',
|
||
date: '11/29/2022',
|
||
time: '6:53 PM',
|
||
methodNumber: 4371,
|
||
},
|
||
{
|
||
id: 91,
|
||
order: 7094,
|
||
customer: 'Damara Figgins',
|
||
email: 'dfiggins2i@de.vu',
|
||
avatar: '',
|
||
payment: 2,
|
||
status: 'Delivered',
|
||
spent: 62.62,
|
||
method: 'mastercard',
|
||
date: '6/29/2022',
|
||
time: '6:51 AM',
|
||
methodNumber: 8321,
|
||
},
|
||
{
|
||
id: 92,
|
||
order: 7280,
|
||
customer: 'Sibley Braithwait',
|
||
email: 'sbraithwait2j@webmd.com',
|
||
avatar: '',
|
||
payment: 1,
|
||
status: 'Ready to Pickup',
|
||
spent: 554.91,
|
||
method: 'mastercard',
|
||
date: '12/6/2022',
|
||
time: '2:11 AM',
|
||
methodNumber: 8535,
|
||
},
|
||
{
|
||
id: 93,
|
||
order: 7931,
|
||
customer: 'Octavius Whitchurch',
|
||
email: 'owhitchurch2k@google.ca',
|
||
avatar: avatar7,
|
||
payment: 3,
|
||
status: 'Dispatched',
|
||
spent: 383.52,
|
||
method: 'mastercard',
|
||
date: '12/26/2022',
|
||
time: '9:49 AM',
|
||
methodNumber: 8585,
|
||
},
|
||
{
|
||
id: 94,
|
||
order: 8767,
|
||
customer: 'Lyndsey Dorey',
|
||
email: 'ldorey2l@barnesandnoble.com',
|
||
avatar: avatar2,
|
||
payment: 3,
|
||
status: 'Ready to Pickup',
|
||
spent: 738.42,
|
||
method: 'mastercard',
|
||
date: '8/29/2022',
|
||
time: '5:24 AM',
|
||
methodNumber: 3432,
|
||
},
|
||
{
|
||
id: 95,
|
||
order: 6111,
|
||
customer: 'Chad Cock',
|
||
email: 'ccock2m@g.co',
|
||
avatar: '',
|
||
payment: 4,
|
||
status: 'Ready to Pickup',
|
||
spent: 669.45,
|
||
method: 'mastercard',
|
||
date: '3/11/2023',
|
||
time: '10:43 AM',
|
||
methodNumber: 1014,
|
||
},
|
||
{
|
||
id: 96,
|
||
order: 5911,
|
||
customer: 'Hilliard Merck',
|
||
email: 'hmerck2n@printfriendly.com',
|
||
avatar: '',
|
||
payment: 4,
|
||
status: 'Out for Delivery',
|
||
spent: 237.91,
|
||
method: 'paypalLogo',
|
||
date: '8/14/2022',
|
||
time: '3:26 PM',
|
||
methodNumber: 3196,
|
||
},
|
||
{
|
||
id: 97,
|
||
order: 7064,
|
||
customer: 'Carmon Vasiljevic',
|
||
email: 'cvasiljevic2o@odnoklassniki.ru',
|
||
avatar: avatar8,
|
||
payment: 3,
|
||
status: 'Delivered',
|
||
spent: 595.25,
|
||
method: 'paypalLogo',
|
||
date: '3/20/2023',
|
||
time: '3:11 PM',
|
||
methodNumber: 4892,
|
||
},
|
||
{
|
||
id: 98,
|
||
order: 8114,
|
||
customer: 'Ulysses Goodlife',
|
||
email: 'ugoodlife2p@blogger.com',
|
||
avatar: avatar2,
|
||
payment: 3,
|
||
status: 'Ready to Pickup',
|
||
spent: 746.38,
|
||
method: 'mastercard',
|
||
date: '4/8/2023',
|
||
time: '3:39 AM',
|
||
methodNumber: 4509,
|
||
},
|
||
{
|
||
id: 99,
|
||
order: 7189,
|
||
customer: 'Boycie Hartmann',
|
||
email: 'bhartmann2q@addthis.com',
|
||
avatar: '',
|
||
payment: 3,
|
||
status: 'Out for Delivery',
|
||
spent: 704.86,
|
||
method: 'paypalLogo',
|
||
date: '1/2/2023',
|
||
time: '8:55 PM',
|
||
methodNumber: 6424,
|
||
},
|
||
{
|
||
id: 100,
|
||
order: 9042,
|
||
customer: 'Chere Schofield',
|
||
email: 'cschofield2r@ucsd.edu',
|
||
avatar: '',
|
||
payment: 2,
|
||
status: 'Ready to Pickup',
|
||
spent: 815.77,
|
||
method: 'mastercard',
|
||
date: '2/1/2023',
|
||
time: '4:12 PM',
|
||
methodNumber: 3949,
|
||
},
|
||
],
|
||
customerData: [
|
||
{
|
||
id: 1,
|
||
customer: 'Stanfield Baser',
|
||
customerId: 879861,
|
||
email: 'sbaser0@boston.com',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'lk',
|
||
order: 157,
|
||
totalSpent: 2074.22,
|
||
avatar: avatar1,
|
||
},
|
||
{
|
||
id: 2,
|
||
customer: 'Laurie Dax',
|
||
customerId: 178408,
|
||
email: 'ldax1@lycos.com',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'ru',
|
||
order: 663,
|
||
totalSpent: 2404.19,
|
||
avatar: avatar2,
|
||
},
|
||
{
|
||
id: 3,
|
||
customer: 'Maxine Kenrick',
|
||
customerId: 221092,
|
||
email: 'mkenrick2@eepurl.com',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'gt',
|
||
order: 64,
|
||
totalSpent: 8821.40,
|
||
avatar: avatar3,
|
||
},
|
||
{
|
||
id: 4,
|
||
customer: 'Harman Burkill',
|
||
customerId: 645579,
|
||
email: 'hburkill3@drupal.org',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'pt',
|
||
order: 640,
|
||
totalSpent: 5294.35,
|
||
avatar: avatar4,
|
||
},
|
||
{
|
||
id: 5,
|
||
customer: 'Aubrey Borrow',
|
||
customerId: 288765,
|
||
email: 'aborrow4@jiathis.com',
|
||
country: 'France',
|
||
countryFlag: frFlag,
|
||
countryCode: 'fr',
|
||
order: 184,
|
||
totalSpent: 1003.30,
|
||
avatar: avatar5,
|
||
},
|
||
{
|
||
id: 6,
|
||
customer: 'Nester Fridd',
|
||
customerId: 321942,
|
||
email: 'nfridd5@cdbaby.com',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'cn',
|
||
order: 965,
|
||
totalSpent: 3876.92,
|
||
avatar: avatar6,
|
||
},
|
||
{
|
||
id: 7,
|
||
customer: 'Lizzie Nicholes',
|
||
customerId: 516109,
|
||
email: 'lnicholes6@rediff.com',
|
||
country: 'Brazil',
|
||
countryFlag: brFlag,
|
||
countryCode: 'br',
|
||
order: 514,
|
||
totalSpent: 7936.85,
|
||
avatar: avatar7,
|
||
},
|
||
{
|
||
id: 8,
|
||
customer: 'Amabel Scullion',
|
||
customerId: 403666,
|
||
email: 'ascullion7@wiley.com',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'gt',
|
||
order: 584,
|
||
totalSpent: 4150.97,
|
||
avatar: avatar8,
|
||
},
|
||
{
|
||
id: 9,
|
||
customer: 'Zeke Arton',
|
||
customerId: 895280,
|
||
email: 'zarton8@weibo.com',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'ua',
|
||
order: 539,
|
||
totalSpent: 3430.05,
|
||
avatar: avatar9,
|
||
},
|
||
{
|
||
id: 10,
|
||
customer: 'Rosy Medlicott',
|
||
customerId: 199195,
|
||
email: 'rmedlicott9@amazon.com',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'ru',
|
||
order: 4,
|
||
totalSpent: 8646.75,
|
||
avatar: avatar10,
|
||
},
|
||
{
|
||
id: 11,
|
||
customer: 'Elene Esp',
|
||
customerId: 317063,
|
||
email: 'eespa@soundcloud.com',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'cn',
|
||
order: 602,
|
||
totalSpent: 5807.99,
|
||
avatar: avatar11,
|
||
},
|
||
{
|
||
id: 12,
|
||
customer: 'Cal Lavington',
|
||
customerId: 999318,
|
||
email: 'clavingtonb@nps.gov',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'bo',
|
||
order: 779,
|
||
totalSpent: 6677.41,
|
||
avatar: avatar12,
|
||
},
|
||
{
|
||
id: 13,
|
||
customer: 'Merrick Antcliffe',
|
||
customerId: 804513,
|
||
email: 'mantcliffec@php.net',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'cn',
|
||
order: 267,
|
||
totalSpent: 3340.41,
|
||
avatar: avatar13,
|
||
},
|
||
{
|
||
id: 14,
|
||
customer: 'Price Tremathack',
|
||
customerId: 155681,
|
||
email: 'ptremathackd@amazon.com',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'ru',
|
||
order: 611,
|
||
totalSpent: 5768.17,
|
||
avatar: avatar14,
|
||
},
|
||
{
|
||
id: 15,
|
||
customer: 'Leesa Habershaw',
|
||
customerId: 490182,
|
||
email: 'lhabershawe@washingtonpost.com',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'jp',
|
||
order: 90,
|
||
totalSpent: 4488.03,
|
||
avatar: avatar15,
|
||
},
|
||
{
|
||
id: 16,
|
||
customer: 'Jeana Quincey',
|
||
customerId: 760428,
|
||
email: 'jquinceyf@yolasite.com',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'ua',
|
||
order: 597,
|
||
totalSpent: 6936.49,
|
||
avatar: avatar1,
|
||
},
|
||
{
|
||
id: 17,
|
||
customer: 'Emmott Hise',
|
||
customerId: 675190,
|
||
email: 'ehiseg@usatoday.com',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'cn',
|
||
order: 30,
|
||
totalSpent: 7994.11,
|
||
avatar: avatar2,
|
||
},
|
||
{
|
||
id: 18,
|
||
customer: 'Griffith Weeke',
|
||
customerId: 601134,
|
||
email: 'gweekeh@dyndns.org',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'id',
|
||
order: 322,
|
||
totalSpent: 5710.25,
|
||
avatar: avatar3,
|
||
},
|
||
{
|
||
id: 19,
|
||
customer: 'Ali Barnardo',
|
||
customerId: 908144,
|
||
email: 'abarnardoi@forbes.com',
|
||
country: 'France',
|
||
countryFlag: frFlag,
|
||
countryCode: 'mx',
|
||
order: 863,
|
||
totalSpent: 7537.74,
|
||
avatar: avatar4,
|
||
},
|
||
{
|
||
id: 20,
|
||
customer: 'Powell Wornham',
|
||
customerId: 528288,
|
||
email: 'pwornhamj@ca.gov',
|
||
country: 'France',
|
||
countryFlag: frFlag,
|
||
countryCode: 'cz',
|
||
order: 812,
|
||
totalSpent: 7801.46,
|
||
avatar: avatar5,
|
||
},
|
||
{
|
||
id: 21,
|
||
customer: 'Miltie Ganniclifft',
|
||
customerId: 573210,
|
||
email: 'mganniclifftk@bandcamp.com',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'ru',
|
||
order: 705,
|
||
totalSpent: 1371.44,
|
||
avatar: avatar6,
|
||
},
|
||
{
|
||
id: 22,
|
||
customer: 'Tabbatha Duinbleton',
|
||
customerId: 473511,
|
||
email: 'tduinbletonl@mediafire.com',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'us',
|
||
order: 956,
|
||
totalSpent: 8632.52,
|
||
avatar: avatar7,
|
||
},
|
||
{
|
||
id: 23,
|
||
customer: 'Maurizia Abel',
|
||
customerId: 676743,
|
||
email: 'mabelm@xrea.com',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'my',
|
||
order: 326,
|
||
totalSpent: 7241.74,
|
||
avatar: avatar8,
|
||
},
|
||
{
|
||
id: 24,
|
||
customer: 'Amargo Fliege',
|
||
customerId: 381698,
|
||
email: 'afliegen@storify.com',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'id',
|
||
order: 748,
|
||
totalSpent: 5821.27,
|
||
avatar: avatar9,
|
||
},
|
||
{
|
||
id: 25,
|
||
customer: 'Shayla Tarplee',
|
||
customerId: 865989,
|
||
email: 'starpleeo@ovh.net',
|
||
country: 'India',
|
||
countryFlag: inFlag,
|
||
countryCode: 'ng',
|
||
order: 535,
|
||
totalSpent: 900.54,
|
||
avatar: avatar10,
|
||
},
|
||
{
|
||
id: 26,
|
||
customer: 'Kassey Cutting',
|
||
customerId: 545661,
|
||
email: 'kcuttingp@dion.ne.jp',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'id',
|
||
order: 645,
|
||
totalSpent: 3200.38,
|
||
avatar: avatar11,
|
||
},
|
||
{
|
||
id: 27,
|
||
customer: 'Blaire Hillaby',
|
||
customerId: 408852,
|
||
email: 'bhillabyq@123-reg.co.uk',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'cl',
|
||
order: 709,
|
||
totalSpent: 376.46,
|
||
avatar: avatar12,
|
||
},
|
||
{
|
||
id: 28,
|
||
customer: 'Taryn Ducker',
|
||
customerId: 486325,
|
||
email: 'tduckerr@tamu.edu',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'bt',
|
||
order: 535,
|
||
totalSpent: 3654.39,
|
||
avatar: avatar13,
|
||
},
|
||
{
|
||
id: 29,
|
||
customer: 'Maddie Witherop',
|
||
customerId: 137049,
|
||
email: 'mwitherops@bing.com',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'cn',
|
||
order: 763,
|
||
totalSpent: 1136.68,
|
||
avatar: avatar14,
|
||
},
|
||
{
|
||
id: 30,
|
||
customer: 'Brooke Pattemore',
|
||
customerId: 985599,
|
||
email: 'bpattemoret@techcrunch.com',
|
||
country: 'Brazil',
|
||
countryFlag: brFlag,
|
||
countryCode: 'br',
|
||
order: 63,
|
||
totalSpent: 1955.91,
|
||
avatar: avatar15,
|
||
},
|
||
{
|
||
id: 31,
|
||
customer: 'Mordy Dockerty',
|
||
customerId: 178466,
|
||
email: 'mdockertyu@umn.edu',
|
||
country: 'Brazil',
|
||
countryFlag: brFlag,
|
||
countryCode: 'se',
|
||
order: 452,
|
||
totalSpent: 191.11,
|
||
avatar: avatar1,
|
||
},
|
||
{
|
||
id: 32,
|
||
customer: 'Clemmie Trowel',
|
||
customerId: 871402,
|
||
email: 'ctrowelv@feedburner.com',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'cl',
|
||
order: 415,
|
||
totalSpent: 5285.45,
|
||
avatar: avatar7,
|
||
},
|
||
{
|
||
id: 33,
|
||
customer: 'Dehlia Shellard',
|
||
customerId: 642834,
|
||
email: 'dshellardw@mediafire.com',
|
||
country: 'France',
|
||
countryFlag: frFlag,
|
||
countryCode: 'cz',
|
||
order: 651,
|
||
totalSpent: 4284.88,
|
||
avatar: avatar2,
|
||
},
|
||
{
|
||
id: 34,
|
||
customer: 'Neila Juggings',
|
||
customerId: 471692,
|
||
email: 'njuggingsx@wp.com',
|
||
country: 'Brazil',
|
||
countryFlag: brFlag,
|
||
countryCode: 'ke',
|
||
order: 219,
|
||
totalSpent: 6698.44,
|
||
avatar: avatar3,
|
||
},
|
||
{
|
||
id: 35,
|
||
customer: 'Ellsworth Dunnan',
|
||
customerId: 295906,
|
||
email: 'edunnany@ucla.edu',
|
||
country: 'Brazil',
|
||
countryFlag: brFlag,
|
||
countryCode: 'br',
|
||
order: 11,
|
||
totalSpent: 3496.34,
|
||
avatar: avatar4,
|
||
},
|
||
{
|
||
id: 36,
|
||
customer: 'Kassandra Cossentine',
|
||
customerId: 979702,
|
||
email: 'kcossentinez@topsy.com',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'id',
|
||
order: 316,
|
||
totalSpent: 5328.02,
|
||
avatar: avatar15,
|
||
},
|
||
{
|
||
id: 37,
|
||
customer: 'Hugibert Merigeau',
|
||
customerId: 231745,
|
||
email: 'hmerigeau10@yelp.com',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'pe',
|
||
order: 931,
|
||
totalSpent: 5868.06,
|
||
avatar: avatar13,
|
||
},
|
||
{
|
||
id: 38,
|
||
customer: 'Constantina Charter',
|
||
customerId: 259786,
|
||
email: 'ccharter11@php.net',
|
||
country: 'France',
|
||
countryFlag: frFlag,
|
||
countryCode: 'cz',
|
||
order: 30,
|
||
totalSpent: 4134.97,
|
||
avatar: avatar1,
|
||
},
|
||
{
|
||
id: 39,
|
||
customer: 'Charleen Langsbury',
|
||
customerId: 794373,
|
||
email: 'clangsbury12@usatoday.com',
|
||
country: 'Brazil',
|
||
countryFlag: brFlag,
|
||
countryCode: 'br',
|
||
order: 215,
|
||
totalSpent: 1869.06,
|
||
avatar: avatar6,
|
||
},
|
||
{
|
||
id: 40,
|
||
customer: 'Sande Ferrar',
|
||
customerId: 949483,
|
||
email: 'sferrar13@weather.com',
|
||
countryFlag: cnFlag,
|
||
country: 'China',
|
||
countryCode: 'bo',
|
||
order: 696,
|
||
totalSpent: 2585.57,
|
||
avatar: avatar7,
|
||
},
|
||
{
|
||
id: 41,
|
||
customer: 'Lonnard Najara',
|
||
customerId: 225529,
|
||
email: 'lnajara14@baidu.com',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'bd',
|
||
order: 956,
|
||
totalSpent: 1741.83,
|
||
avatar: avatar8,
|
||
},
|
||
{
|
||
id: 42,
|
||
customer: 'Niko Sharpling',
|
||
customerId: 184711,
|
||
email: 'nsharpling15@ustream.tv',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'cn',
|
||
order: 172,
|
||
totalSpent: 1733.66,
|
||
avatar: avatar9,
|
||
},
|
||
{
|
||
id: 43,
|
||
customer: 'Malinde Derricoat',
|
||
customerId: 272711,
|
||
email: 'mderricoat16@feedburner.com',
|
||
country: 'India',
|
||
countryFlag: inFlag,
|
||
countryCode: 'ng',
|
||
order: 822,
|
||
totalSpent: 3930.51,
|
||
avatar: avatar10,
|
||
},
|
||
{
|
||
id: 44,
|
||
customer: 'Kelsey Muskett',
|
||
customerId: 236093,
|
||
email: 'kmuskett17@lycos.com',
|
||
country: 'India',
|
||
countryFlag: inFlag,
|
||
countryCode: 'ca',
|
||
order: 51,
|
||
totalSpent: 4638.94,
|
||
avatar: avatar11,
|
||
},
|
||
{
|
||
id: 45,
|
||
customer: 'Darcey Gorghetto',
|
||
customerId: 582408,
|
||
email: 'dgorghetto18@dropbox.com',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'cn',
|
||
order: 559,
|
||
totalSpent: 3614.00,
|
||
avatar: avatar12,
|
||
},
|
||
{
|
||
id: 46,
|
||
customer: 'Jody Stace',
|
||
customerId: 343364,
|
||
email: 'jstace19@ucsd.edu',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'cn',
|
||
order: 945,
|
||
totalSpent: 5413.53,
|
||
avatar: avatar13,
|
||
},
|
||
{
|
||
id: 47,
|
||
customer: 'Rudyard Prangnell',
|
||
customerId: 811348,
|
||
email: 'rprangnell1a@imageshack.us',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'ru',
|
||
order: 149,
|
||
totalSpent: 589.72,
|
||
avatar: avatar1,
|
||
},
|
||
{
|
||
id: 48,
|
||
customer: 'Tanner Irdale',
|
||
customerId: 855725,
|
||
email: 'tirdale1b@plala.or.jp',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'cn',
|
||
order: 438,
|
||
totalSpent: 8949.26,
|
||
avatar: avatar14,
|
||
},
|
||
{
|
||
id: 49,
|
||
customer: 'Eran Galgey',
|
||
customerId: 804218,
|
||
email: 'egalgey1c@sakura.ne.jp',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'id',
|
||
order: 716,
|
||
totalSpent: 4466.54,
|
||
avatar: avatar15,
|
||
},
|
||
{
|
||
id: 50,
|
||
customer: 'Julianne Lavalde',
|
||
customerId: 670044,
|
||
email: 'jlavalde1d@twitter.com',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'pl',
|
||
order: 307,
|
||
totalSpent: 4382.72,
|
||
avatar: avatar1,
|
||
},
|
||
{
|
||
id: 51,
|
||
customer: 'Hernando Stolte',
|
||
customerId: 804269,
|
||
email: 'hstolte1e@artisteer.com',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'us',
|
||
order: 684,
|
||
totalSpent: 4671.06,
|
||
avatar: avatar2,
|
||
},
|
||
{
|
||
id: 52,
|
||
customer: 'Mommy Beardsdale',
|
||
customerId: 711203,
|
||
email: 'mbeardsdale1f@technorati.com',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'pt',
|
||
order: 315,
|
||
totalSpent: 6261.53,
|
||
avatar: avatar2,
|
||
},
|
||
{
|
||
id: 53,
|
||
customer: 'Edsel Wildbore',
|
||
customerId: 745457,
|
||
email: 'ewildbore1g@free.fr',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'id',
|
||
order: 797,
|
||
totalSpent: 741.89,
|
||
avatar: avatar3,
|
||
},
|
||
{
|
||
id: 54,
|
||
customer: 'Iseabal Idney',
|
||
customerId: 560446,
|
||
email: 'iidney1h@1688.com',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'cn',
|
||
order: 145,
|
||
totalSpent: 4360.35,
|
||
avatar: avatar4,
|
||
},
|
||
{
|
||
id: 55,
|
||
customer: 'Barbi Jest',
|
||
customerId: 519637,
|
||
email: 'bjest1i@com.com',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'co',
|
||
order: 574,
|
||
totalSpent: 8328.19,
|
||
avatar: avatar5,
|
||
},
|
||
{
|
||
id: 56,
|
||
customer: 'Paddie Grogan',
|
||
customerId: 915392,
|
||
country: 'India',
|
||
countryFlag: inFlag,
|
||
email: 'pgrogan1j@wikia.com',
|
||
countryCode: 'eg',
|
||
order: 948,
|
||
totalSpent: 9899.06,
|
||
avatar: avatar6,
|
||
},
|
||
{
|
||
id: 57,
|
||
customer: 'Lem Exell',
|
||
customerId: 856323,
|
||
email: 'lexell1k@nytimes.com',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'tz',
|
||
order: 541,
|
||
totalSpent: 9285.65,
|
||
avatar: avatar7,
|
||
},
|
||
{
|
||
id: 58,
|
||
customer: 'Starlin Baldassi',
|
||
customerId: 696538,
|
||
email: 'sbaldassi1l@squarespace.com',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'ru',
|
||
order: 99,
|
||
totalSpent: 3660.80,
|
||
avatar: avatar8,
|
||
},
|
||
{
|
||
id: 59,
|
||
customer: 'Marjie Badman',
|
||
customerId: 875646,
|
||
email: 'mbadman1m@paypal.com',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'ru',
|
||
order: 108,
|
||
totalSpent: 1978.61,
|
||
avatar: avatar9,
|
||
},
|
||
{
|
||
id: 60,
|
||
customer: 'Flossi McLaverty',
|
||
customerId: 617163,
|
||
email: 'fmclaverty1n@51.la',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'cn',
|
||
order: 483,
|
||
totalSpent: 772.98,
|
||
avatar: avatar10,
|
||
},
|
||
{
|
||
id: 61,
|
||
customer: 'Norri Dillinton',
|
||
customerId: 123210,
|
||
email: 'ndillinton1o@bbc.co.uk',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'mk',
|
||
order: 69,
|
||
totalSpent: 4227.77,
|
||
avatar: avatar11,
|
||
},
|
||
{
|
||
id: 62,
|
||
customer: 'Aloysius Lukas',
|
||
customerId: 766292,
|
||
email: 'alukas1p@chicagotribune.com',
|
||
country: 'France',
|
||
countryFlag: frFlag,
|
||
countryCode: 'fr',
|
||
order: 147,
|
||
totalSpent: 6637.38,
|
||
avatar: avatar12,
|
||
},
|
||
{
|
||
id: 63,
|
||
customer: 'Rochell Cockill',
|
||
customerId: 100696,
|
||
email: 'rcockill1q@irs.gov',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'id',
|
||
order: 444,
|
||
totalSpent: 1730.64,
|
||
avatar: avatar13,
|
||
},
|
||
{
|
||
id: 64,
|
||
customer: 'Emma Greensall',
|
||
customerId: 792768,
|
||
email: 'egreensall1r@joomla.org',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'ru',
|
||
order: 831,
|
||
totalSpent: 9996.22,
|
||
avatar: avatar14,
|
||
},
|
||
{
|
||
id: 65,
|
||
customer: 'Jodi Malyan',
|
||
customerId: 996390,
|
||
email: 'jmalyan1s@uiuc.edu',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'fi',
|
||
order: 311,
|
||
totalSpent: 3459.82,
|
||
avatar: avatar15,
|
||
},
|
||
{
|
||
id: 66,
|
||
customer: 'Zed Rawe',
|
||
customerId: 343593,
|
||
email: 'zrawe1t@va.gov',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'ly',
|
||
order: 473,
|
||
totalSpent: 5218.22,
|
||
avatar: avatar10,
|
||
},
|
||
{
|
||
id: 67,
|
||
customer: 'Thomasine Vasentsov',
|
||
customerId: 988015,
|
||
email: 'tvasentsov1u@bloglovin.com',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'ar',
|
||
order: 752,
|
||
totalSpent: 5984.53,
|
||
avatar: avatar11,
|
||
},
|
||
{
|
||
id: 68,
|
||
customer: 'Janice Large',
|
||
customerId: 270658,
|
||
email: 'jlarge1v@dot.gov',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'no',
|
||
order: 582,
|
||
totalSpent: 5565.85,
|
||
avatar: avatar12,
|
||
},
|
||
{
|
||
id: 69,
|
||
customer: 'Tadeo Blasio',
|
||
customerId: 208862,
|
||
email: 'tblasio1w@ustream.tv',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'cn',
|
||
order: 751,
|
||
totalSpent: 9042.56,
|
||
avatar: avatar13,
|
||
},
|
||
{
|
||
id: 70,
|
||
customer: 'Raul Onele',
|
||
customerId: 895818,
|
||
email: 'ronele1x@bloglovin.com',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'pe',
|
||
order: 689,
|
||
totalSpent: 4508.42,
|
||
avatar: avatar14,
|
||
},
|
||
{
|
||
id: 71,
|
||
customer: 'Rolf Comellini',
|
||
customerId: 292654,
|
||
email: 'rcomellini1y@soup.io',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'id',
|
||
order: 837,
|
||
totalSpent: 6379.88,
|
||
avatar: avatar15,
|
||
},
|
||
{
|
||
id: 72,
|
||
customer: 'Feliza Birchenough',
|
||
customerId: 974560,
|
||
email: 'fbirchenough1z@a8.net',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'ec',
|
||
order: 724,
|
||
totalSpent: 2933.59,
|
||
avatar: avatar10,
|
||
},
|
||
{
|
||
id: 73,
|
||
customer: 'Elsinore Daltry',
|
||
customerId: 152193,
|
||
email: 'edaltry20@themeforest.net',
|
||
country: 'Brazil',
|
||
countryFlag: brFlag,
|
||
countryCode: 'br',
|
||
order: 455,
|
||
totalSpent: 724.68,
|
||
avatar: avatar2,
|
||
},
|
||
{
|
||
id: 74,
|
||
customer: 'Roseann Serck',
|
||
customerId: 772228,
|
||
email: 'rserck21@about.com',
|
||
country: 'India',
|
||
countryFlag: inFlag,
|
||
countryCode: 'rs',
|
||
order: 51,
|
||
totalSpent: 8287.03,
|
||
avatar: avatar3,
|
||
},
|
||
{
|
||
id: 75,
|
||
customer: 'Yank Luddy',
|
||
customerId: 586615,
|
||
email: 'yluddy22@fema.gov',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'pt',
|
||
order: 462,
|
||
totalSpent: 9157.04,
|
||
avatar: avatar4,
|
||
},
|
||
{
|
||
id: 76,
|
||
customer: 'Sloan Huskisson',
|
||
customerId: 762754,
|
||
email: 'shuskisson23@live.com',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'do',
|
||
order: 952,
|
||
totalSpent: 6106.41,
|
||
avatar: avatar5,
|
||
},
|
||
{
|
||
id: 77,
|
||
customer: 'Livy Lattimore',
|
||
customerId: 258911,
|
||
email: 'llattimore24@sfgate.com',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'id',
|
||
order: 794,
|
||
totalSpent: 9053.56,
|
||
avatar: avatar6,
|
||
},
|
||
{
|
||
id: 78,
|
||
customer: 'Lanette Deble',
|
||
customerId: 890051,
|
||
email: 'ldeble25@spotify.com',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'hk',
|
||
order: 454,
|
||
totalSpent: 8180.20,
|
||
avatar: avatar7,
|
||
},
|
||
{
|
||
id: 79,
|
||
customer: 'Juliet Gypps',
|
||
customerId: 493646,
|
||
email: 'jgypps26@paginegialle.it',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'id',
|
||
order: 320,
|
||
totalSpent: 210.84,
|
||
avatar: avatar8,
|
||
},
|
||
{
|
||
id: 80,
|
||
customer: 'Tome Joliffe',
|
||
customerId: 356230,
|
||
email: 'tjoliffe27@phoca.cz',
|
||
country: 'France',
|
||
countryFlag: frFlag,
|
||
countryCode: 'mx',
|
||
order: 515,
|
||
totalSpent: 8571.28,
|
||
avatar: avatar9,
|
||
},
|
||
{
|
||
id: 81,
|
||
customer: 'Joel Hamil',
|
||
customerId: 337022,
|
||
email: 'jhamil28@state.gov',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'se',
|
||
order: 906,
|
||
totalSpent: 620.57,
|
||
avatar: avatar10,
|
||
},
|
||
{
|
||
id: 82,
|
||
customer: 'Hagen Digance',
|
||
customerId: 864064,
|
||
email: 'hdigance29@odnoklassniki.ru',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'id',
|
||
order: 519,
|
||
totalSpent: 332.44,
|
||
avatar: avatar11,
|
||
},
|
||
{
|
||
id: 83,
|
||
customer: 'Kristo Wagstaff',
|
||
customerId: 550008,
|
||
email: 'kwagstaff2a@fotki.com',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'cn',
|
||
order: 313,
|
||
totalSpent: 2481.60,
|
||
avatar: avatar12,
|
||
},
|
||
{
|
||
id: 84,
|
||
customer: 'Gibbie Dysert',
|
||
customerId: 778429,
|
||
email: 'gdysert2b@so-net.ne.jp',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'ni',
|
||
order: 623,
|
||
totalSpent: 8466.96,
|
||
avatar: avatar13,
|
||
},
|
||
{
|
||
id: 85,
|
||
customer: 'Michale Britton',
|
||
customerId: 158581,
|
||
email: 'mbritton2c@cloudflare.com',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'cn',
|
||
order: 835,
|
||
totalSpent: 9048.31,
|
||
avatar: avatar14,
|
||
},
|
||
{
|
||
id: 86,
|
||
customer: 'Hiram Hoys',
|
||
customerId: 747948,
|
||
email: 'hhoys2d@msn.com',
|
||
country: 'India',
|
||
countryFlag: inFlag,
|
||
countryCode: 'eg',
|
||
order: 361,
|
||
totalSpent: 9159.23,
|
||
avatar: avatar15,
|
||
},
|
||
{
|
||
id: 87,
|
||
customer: 'Tobin Bassick',
|
||
customerId: 165827,
|
||
email: 'tbassick2e@quantcast.com',
|
||
country: 'India',
|
||
countryFlag: inFlag,
|
||
countryCode: 'jo',
|
||
order: 527,
|
||
totalSpent: 9289.92,
|
||
avatar: avatar1,
|
||
},
|
||
{
|
||
id: 88,
|
||
customer: 'Mikol Caskey',
|
||
customerId: 533641,
|
||
email: 'mcaskey2f@facebook.com',
|
||
country: 'India',
|
||
countryFlag: inFlag,
|
||
countryCode: 'in',
|
||
order: 25,
|
||
totalSpent: 4920.68,
|
||
avatar: avatar2,
|
||
},
|
||
{
|
||
id: 89,
|
||
customer: 'Cris Donkersley',
|
||
customerId: 997638,
|
||
email: 'cdonkersley2g@utexas.edu',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'cn',
|
||
order: 404,
|
||
totalSpent: 7369.58,
|
||
avatar: avatar3,
|
||
},
|
||
{
|
||
id: 90,
|
||
customer: 'Valenka Turbill',
|
||
customerId: 179914,
|
||
email: 'vturbill2h@nbcnews.com',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'tm',
|
||
order: 550,
|
||
totalSpent: 9083.15,
|
||
avatar: avatar4,
|
||
},
|
||
{
|
||
id: 91,
|
||
customer: 'Cherice Fairclough',
|
||
customerId: 467280,
|
||
email: 'cfairclough2i@csmonitor.com',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'us',
|
||
order: 792,
|
||
totalSpent: 2634.36,
|
||
avatar: avatar5,
|
||
},
|
||
{
|
||
id: 92,
|
||
customer: 'Lauritz Ramble',
|
||
customerId: 140146,
|
||
email: 'lramble2j@discuz.net',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'ru',
|
||
order: 605,
|
||
totalSpent: 9381.83,
|
||
avatar: avatar6,
|
||
},
|
||
{
|
||
id: 93,
|
||
customer: 'Goddard Fosher',
|
||
customerId: 398102,
|
||
email: 'gfosher2k@example.com',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'cn',
|
||
order: 892,
|
||
totalSpent: 3957.06,
|
||
avatar: avatar7,
|
||
},
|
||
{
|
||
id: 94,
|
||
customer: 'Darby Leming',
|
||
customerId: 178939,
|
||
email: 'dleming2l@paginegialle.it',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'pl',
|
||
order: 894,
|
||
totalSpent: 1450.01,
|
||
avatar: avatar11,
|
||
},
|
||
{
|
||
id: 95,
|
||
customer: 'Paulie Floch',
|
||
customerId: 855358,
|
||
email: 'pfloch2m@cnet.com',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'id',
|
||
order: 866,
|
||
totalSpent: 8713.73,
|
||
avatar: avatar12,
|
||
},
|
||
{
|
||
id: 96,
|
||
customer: 'Raffaello Reaney',
|
||
customerId: 533341,
|
||
email: 'rreaney2n@mlb.com',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'cn',
|
||
order: 145,
|
||
totalSpent: 8589.40,
|
||
avatar: avatar13,
|
||
},
|
||
{
|
||
id: 97,
|
||
customer: 'Inger Weadick',
|
||
customerId: 902643,
|
||
email: 'iweadick2o@unesco.org',
|
||
country: 'United States',
|
||
countryFlag: usFlag,
|
||
countryCode: 'id',
|
||
order: 766,
|
||
totalSpent: 7119.15,
|
||
avatar: avatar14,
|
||
},
|
||
{
|
||
id: 98,
|
||
customer: 'Brooke Tegler',
|
||
customerId: 137230,
|
||
email: 'btegler2p@state.tx.us',
|
||
country: 'Australia',
|
||
countryFlag: auFlag,
|
||
countryCode: 'kp',
|
||
order: 70,
|
||
totalSpent: 4403.22,
|
||
avatar: avatar15,
|
||
},
|
||
{
|
||
id: 99,
|
||
customer: 'Erny Picard',
|
||
customerId: 960955,
|
||
email: 'epicard2q@lycos.com',
|
||
country: 'France',
|
||
countryFlag: frFlag,
|
||
countryCode: 'cz',
|
||
order: 471,
|
||
totalSpent: 7696.67,
|
||
avatar: avatar1,
|
||
},
|
||
{
|
||
id: 100,
|
||
customer: 'Manon Fossick',
|
||
customerId: 478426,
|
||
email: 'mfossick2r@hatena.ne.jp',
|
||
country: 'China',
|
||
countryFlag: cnFlag,
|
||
countryCode: 'jp',
|
||
order: 181,
|
||
totalSpent: 2838.35,
|
||
avatar: avatar15,
|
||
},
|
||
],
|
||
}
|