diff --git a/resources/views/permohonan/authorization/show.blade.php b/resources/views/permohonan/authorization/show.blade.php
index 41b247c..e8564e1 100644
--- a/resources/views/permohonan/authorization/show.blade.php
+++ b/resources/views/permohonan/authorization/show.blade.php
@@ -148,7 +148,7 @@
Catatan
-
-
-
- @error('status')
-
{{ $message }}
- @enderror
+ @if($permohonan->status=='revisi')
+
+ Catatan :
+ {{ $permohonan->keterangan }}
-
-
-
+ @endif
diff --git a/resources/views/permohonan/index.blade.php b/resources/views/permohonan/index.blade.php
index 5f38583..15819c7 100644
--- a/resources/views/permohonan/index.blade.php
+++ b/resources/views/permohonan/index.blade.php
@@ -63,6 +63,10 @@
Status
+
+ Keterangan
+
+ |
Action |
@@ -173,6 +177,9 @@
status: {
title: 'Status'
},
+ keterangan: {
+ title: 'Keterangan'
+ },
actions: {
title: 'Actions',
render: (item, data) => {