$row['name'], 'slug' => Str::slug($row['name']), 'advs_desc' => $row['description'] ?? null, 'standard_price' => $row['standard_price'] ?? null, 'price' => $row['price'], 'currency' => $row['currency'], 'country' => $row['country'] ?? null, 'city' => $row['city'] ?? null, 'cat1' => $row['cat1'] ?? null, 'cat2' => $row['cat2'] ?? null, ]); } } }