Could you please check Which Database You're using?
tenancy()->initialize($tenant); dd(DB::connection()->getDatabaseName());
Also, make sure your tenancy package is set up correctly with the right database information for each tenant.