diff --git a/app/Modules/CityManager/Http/Livewire/CityManagerInfo.php b/app/Modules/CityManager/Http/Livewire/CityManagerInfo.php index 37c4bc0..801864b 100644 --- a/app/Modules/CityManager/Http/Livewire/CityManagerInfo.php +++ b/app/Modules/CityManager/Http/Livewire/CityManagerInfo.php @@ -13,7 +13,6 @@ public function mount() $city = false; if (($company = AdminCompanyOfUser()) || ($company = AgentCompanyOfUser())) { - //print_r($company); if ($cityManager = CityManager::where('city_id', $company->city->id)->first()) { $this->manager = $cityManager->user; diff --git a/app/Modules/Plan7/Views/livewire/selector.blade.php b/app/Modules/Plan7/Views/livewire/selector.blade.php index 473d771..74970ae 100644 --- a/app/Modules/Plan7/Views/livewire/selector.blade.php +++ b/app/Modules/Plan7/Views/livewire/selector.blade.php @@ -1,26 +1,28 @@
-
+