diff --git a/resources/views/finance/fund-schedules/index.blade.php b/resources/views/finance/fund-schedules/index.blade.php
index 5ad900f3..3029f30f 100644
--- a/resources/views/finance/fund-schedules/index.blade.php
+++ b/resources/views/finance/fund-schedules/index.blade.php
@@ -11,13 +11,13 @@
{{ $year }}년 {{ $month }}월 현재
@@ -143,4 +143,329 @@ class="p-2 hover:bg-gray-100 rounded-lg transition-colors">
+
+{{-- 일정 편집/등록 모달 --}}
+
+
+
+
+ {{-- 모달 헤더 --}}
+
+
+ {{-- 모달 바디 --}}
+
+
+ {{-- 모달 푸터 --}}
+
+
+
+
+
+
+
+
+
+
@endsection
+
+@push('scripts')
+
+@endpush
diff --git a/resources/views/finance/fund-schedules/partials/calendar.blade.php b/resources/views/finance/fund-schedules/partials/calendar.blade.php
index 18b74d2f..8d142b90 100644
--- a/resources/views/finance/fund-schedules/partials/calendar.blade.php
+++ b/resources/views/finance/fund-schedules/partials/calendar.blade.php
@@ -55,21 +55,21 @@
@if($isCurrentMonth && count($daySchedules) === 0)
-
-
+
@endif
{{-- 일정 목록 --}}
@foreach($daySchedules as $schedule)
-
-
+
@endforeach
@if($isCurrentMonth && count($daySchedules) > 0)
-
-
+
@endif