@@ -169,7 +169,7 @@ class="px-2 py-1 bg-gray-400 hover:bg-gray-500 text-white text-xs font-medium ro
diff --git a/resources/views/sales/managers/edit.blade.php b/resources/views/sales/managers/edit.blade.php
index d2dd54c0..100d6985 100644
--- a/resources/views/sales/managers/edit.blade.php
+++ b/resources/views/sales/managers/edit.blade.php
@@ -182,7 +182,7 @@ class="w-4 h-4 text-blue-600 border-gray-300 rounded focus:ring-blue-500">
@if($partner->parent)
-
+
{{ $partner->parent->name }} ({{ $partner->parent->email }})
diff --git a/resources/views/sales/managers/index.blade.php b/resources/views/sales/managers/index.blade.php
index 96026935..3f8b727e 100644
--- a/resources/views/sales/managers/index.blade.php
+++ b/resources/views/sales/managers/index.blade.php
@@ -108,7 +108,7 @@ class="w-full px-3 py-2 border border-gray-300 rounded-lg focus:outline-none foc
역할 |
유형 |
연락처 |
-
추천인(유치자) |
+
추천인(유치 파트너) |
상태 |
등록일 |
관리 |
diff --git a/resources/views/sales/managers/partials/edit-modal.blade.php b/resources/views/sales/managers/partials/edit-modal.blade.php
index 152ee046..58d9ce1d 100644
--- a/resources/views/sales/managers/partials/edit-modal.blade.php
+++ b/resources/views/sales/managers/partials/edit-modal.blade.php
@@ -144,7 +144,7 @@ class="w-4 h-4 text-blue-600 border-gray-300 rounded focus:ring-blue-500">
@if($partner->parent)
-
추천인(유치자)
+
추천인(유치 파트너)
{{ $partner->parent->name }} ({{ $partner->parent->email }})
diff --git a/resources/views/sales/managers/partials/show-modal.blade.php b/resources/views/sales/managers/partials/show-modal.blade.php
index fe4d941e..2263b520 100644
--- a/resources/views/sales/managers/partials/show-modal.blade.php
+++ b/resources/views/sales/managers/partials/show-modal.blade.php
@@ -107,7 +107,7 @@ class="w-full px-3 py-2 border border-gray-300 rounded-lg text-sm focus:outline-
{{ $partner->phone ?? '-' }}
-
추천인(유치자)
+ 추천인(유치 파트너)
@if($partner->parent)
{{ $partner->parent->name }}
diff --git a/resources/views/sales/managers/show.blade.php b/resources/views/sales/managers/show.blade.php
index 8223a702..fbf123ef 100644
--- a/resources/views/sales/managers/show.blade.php
+++ b/resources/views/sales/managers/show.blade.php
@@ -116,7 +116,7 @@ class="px-4 py-2 bg-red-600 text-white rounded-lg hover:bg-red-700 transition te
레벨 {{ $level }}
-
+
diff --git a/resources/views/sales/products/partials/product-list.blade.php b/resources/views/sales/products/partials/product-list.blade.php
index 8fa1303a..c4216e12 100644
--- a/resources/views/sales/products/partials/product-list.blade.php
+++ b/resources/views/sales/products/partials/product-list.blade.php
@@ -47,7 +47,7 @@ class="p-1 text-gray-400 hover:text-indigo-600 transition-colors">
파트너 {{ number_format($product->partner_commission_rate, 0) }}%
|
- 유치자 {{ number_format($product->manager_commission_rate, 0) }}%
+ 유치 파트너 {{ number_format($product->manager_commission_rate, 0) }}%
@if($product->min_development_fee > 0 || $product->min_subscription_fee > 0)