diff --git a/resources/views/approvals/show.blade.php b/resources/views/approvals/show.blade.php index f973d570..ad04de94 100644 --- a/resources/views/approvals/show.blade.php +++ b/resources/views/approvals/show.blade.php @@ -23,8 +23,8 @@ class="bg-gray-600 hover:bg-gray-700 text-white px-4 py-2 rounded-lg transition {{-- 문서 정보 --}}
-
-
+
+
상태
@include('approvals.partials._status-badge', ['status' => $approval->status]) @@ -33,26 +33,26 @@ class="bg-gray-600 hover:bg-gray-700 text-white px-4 py-2 rounded-lg transition @endif
-
+
양식
{{ $approval->form?->name ?? '-' }}
-
+
기안자
{{ $approval->drafter?->name ?? '-' }}
-
+
기안일
{{ $approval->drafted_at?->format('Y-m-d H:i') ?? '-' }}
@if($approval->completed_at) -
+
완료일
{{ $approval->completed_at->format('Y-m-d H:i') }}
@endif @if($approval->parent_doc_id) -
+
원본 문서