diff --git a/resources/views/finance/settlement/payment-stats.blade.php b/resources/views/finance/settlement/payment-stats.blade.php index fb13a3f7..468ddfef 100644 --- a/resources/views/finance/settlement/payment-stats.blade.php +++ b/resources/views/finance/settlement/payment-stats.blade.php @@ -3,74 +3,68 @@ @section('title', '수당지급현황통계') @section('content') -
- {{-- 페이지 헤더 --}} -
-
-

수당지급현황통계

-

- {{ $filters['startYear'] }}년 {{ $filters['startMonth'] }}월 ~ {{ $filters['endYear'] }}년 {{ $filters['endMonth'] }}월 수당 종합 통계 -

-
-
+
+ {{-- 페이지 헤더 + 필터 통합 --}} +
+
+
+

수당지급현황통계

+

+ {{ $filters['startYear'] }}년 {{ $filters['startMonth'] }}월 ~ {{ $filters['endYear'] }}년 {{ $filters['endMonth'] }}월 +

+
- + class="inline-flex items-center gap-1 px-3 py-1.5 text-gray-500 hover:text-gray-700 bg-gray-50 hover:bg-gray-100 rounded text-xs transition-colors"> + 정산관리 -
-
- - {{-- 필터 패널 --}} -
-
-
+ +
{{-- 시작 기간 --}} -
- -
- @for ($y = now()->year; $y >= now()->year - 3; $y--) @endfor -
+
+ + ~ + {{-- 종료 기간 --}} -
- -
- @for ($y = now()->year; $y >= now()->year - 3; $y--) @endfor -
+
+ +
+ {{-- 상태 --}}
- - @@ -78,21 +72,21 @@ class="inline-flex items-center gap-1 px-4 py-2 text-sm rounded-lg transition-co
+ {{-- 지급유형 --}}
- - - - + +
-
-
+ {{-- 파트너 --}}
- - @foreach ($partners as $partner)
+ {{-- 매니저 --}}
- - @foreach ($managers as $manager)
+ {{-- 검색어 --}}
- - + +
- {{-- 버튼 --}} -
- - + 초기화