diff --git a/resources/views/sales/dashboard/partials/tenant-list.blade.php b/resources/views/sales/dashboard/partials/tenant-list.blade.php index 903cb5ec..bdf42b9a 100644 --- a/resources/views/sales/dashboard/partials/tenant-list.blade.php +++ b/resources/views/sales/dashboard/partials/tenant-list.blade.php @@ -117,25 +117,23 @@ @include('sales.dashboard.partials.manager-dropdown', ['tenant' => $tenant]) - -
-
- {{-- 영업 --}} -
- 영업 -
-
-
- {{ $progress['sales']['percentage'] }}% + +
+ {{-- 영업 --}} +
+ 영업 +
+
- {{-- 매니저 --}} -
- 매니저 -
-
-
- {{ $progress['manager']['percentage'] }}% + {{ $progress['sales']['percentage'] }}% +
+ {{-- 매니저 --}} +
+ 매니 +
+
+ {{ $progress['manager']['percentage'] }}%
@@ -215,7 +213,7 @@ class="inline-flex items-center gap-1 px-2 py-1 rounded text-xs font-medium bg-g 매니저 - {{-- 설정/수정/삭제 아이콘 --}} + {{-- 설정/삭제 아이콘 --}}
@@ -224,13 +222,16 @@ class="p-1 text-gray-400 hover:text-blue-600 transition-colors" title="상세설 - + {{-- 삭제 버튼: 본사(HQ)만 표시 --}} + @if(auth()->user()?->belongsToHQ()) + + @endif