diff --git a/app/database/seeds/ConstantsSeeder.php b/app/database/seeds/ConstantsSeeder.php index d8b91e765d18..f8a0815f83f6 100755 --- a/app/database/seeds/ConstantsSeeder.php +++ b/app/database/seeds/ConstantsSeeder.php @@ -58,10 +58,35 @@ class ConstantsSeeder extends Seeder Frequency::create(array('name' => 'Six months')); Frequency::create(array('name' => 'Annually')); - ClientIndustry::create(array('name' => 'Accounting')); - ClientIndustry::create(array('name' => 'Travel')); - ClientIndustry::create(array('name' => 'Engineering')); + ClientIndustry::create(array('name' => 'Accounting & Legal')); + ClientIndustry::create(array('name' => 'Advertising')); + ClientIndustry::create(array('name' => 'Aerospace')); + ClientIndustry::create(array('name' => 'Agriculture')); + ClientIndustry::create(array('name' => 'Automotive')); + ClientIndustry::create(array('name' => 'Banking & Finance')); + ClientIndustry::create(array('name' => 'Biotechnology')); + ClientIndustry::create(array('name' => 'Broadcasting')); + ClientIndustry::create(array('name' => 'Business Services')); + ClientIndustry::create(array('name' => 'Commodities & Chemicals')); + ClientIndustry::create(array('name' => 'Communications')); + ClientIndustry::create(array('name' => 'Computers & Hightech')); + ClientIndustry::create(array('name' => 'Defense')); + ClientIndustry::create(array('name' => 'Energy')); + ClientIndustry::create(array('name' => 'Entertainment')); + ClientIndustry::create(array('name' => 'Government')); + ClientIndustry::create(array('name' => 'Healthcare & Life Sciences')); + ClientIndustry::create(array('name' => 'Insurance')); + ClientIndustry::create(array('name' => 'Manufacturing')); ClientIndustry::create(array('name' => 'Marketing')); + ClientIndustry::create(array('name' => 'Media')); + ClientIndustry::create(array('name' => 'Nonprofit & Higher Ed')); + ClientIndustry::create(array('name' => 'Pharmaceuticals')); + ClientIndustry::create(array('name' => 'Professional Services & Consulting')); + ClientIndustry::create(array('name' => 'Real Estate')); + ClientIndustry::create(array('name' => 'Retail & Wholesale')); + ClientIndustry::create(array('name' => 'Sports')); + ClientIndustry::create(array('name' => 'Transportation')); + ClientIndustry::create(array('name' => 'Travel & Luxury')); ClientSize::create(array('name' => '1 - 10')); ClientSize::create(array('name' => '11 - 50')); diff --git a/app/views/header.blade.php b/app/views/header.blade.php index bb908b016164..77ad7a3b2d24 100755 --- a/app/views/header.blade.php +++ b/app/views/header.blade.php @@ -96,7 +96,7 @@