'Test Blog Post 1', 'article' => $article, 'location' => null ]); BlogPost::create([ 'title' => 'Blog Post Test 2', 'article' => $article, 'location' => null ]); // \App\Models\User::factory(10)->create(); // \App\Models\User::factory()->create([ // 'name' => 'Test User', // 'email' => 'test@example.com', // ]); } }