'TechCorp', 'email' => 'techcorp@example.com', 'logo' => 'techcorp_logo.png', // Add a default logo or adjust the logic accordingly 'website' => 'https://techcorp.com', ]); Company::create([ 'name' => 'Web Solutions', 'email' => 'websolutions@example.com', 'logo' => 'websolutions_logo.png', 'website' => 'https://websolutions.com', ]); } }