show claimed accounts in company profile

This commit is contained in:
omair saleh
2021-09-21 02:51:50 +08:00
parent 5b105caf0b
commit fd8d9bd0db
@@ -49,7 +49,6 @@ class CompanyEmployeesTableSeeder extends Seeder
$exchangeUser = $company->employees()->first();
dd(User::where('email', '=', $exchangeUser->email)->count());
if(User::where('email', '=', $exchangeUser->email)->count()){
continue;
}