fake()->city, 'image' => 'brand/brand-1.png', 'active' => true], ['name' => fake()->city, 'image' => 'brand/brand-2.png', 'active' => true], ['name' => fake()->city, 'image' => 'brand/brand-3.png', 'active' => true], ['name' => fake()->city, 'image' => 'brand/brand-4.png', 'active' => true], ['name' => fake()->city, 'image' => 'brand/brand-5.png', 'active' => true], ['name' => fake()->city, 'image' => 'brand/brand-6.png', 'active' => true], ['name' => fake()->city, 'image' => 'brand/brand-7.png', 'active' => true], ['name' => fake()->city, 'image' => 'brand/brand-8.png', 'active' => true], ]; Brand::insert($brands); } }