From 015834533c95423f0b7e3660b193517d05e7b9a5 Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Mon, 2 Mar 2026 14:07:04 +0700 Subject: [PATCH] update --- .../opendata/dataset-tambahan/view.blade.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/resources/views/modules/opendata/dataset-tambahan/view.blade.php b/resources/views/modules/opendata/dataset-tambahan/view.blade.php index 7f0dea9..d7c8199 100644 --- a/resources/views/modules/opendata/dataset-tambahan/view.blade.php +++ b/resources/views/modules/opendata/dataset-tambahan/view.blade.php @@ -116,15 +116,21 @@ @endif @endif - @if($item->status == '2') + @if(@$catatan) + @if(($item->status == '2') || ($item->status == '1'))
-
Catatan Verifikasi Dataset
- @foreach ($catatan as $valCatatan) +
Catatan Verifikator
+ {{-- @foreach ($catatan as $valCatatan)
{{$valCatatan->created_at}}
{{$valCatatan->catatan}}
- @endforeach + @endforeach --}} +
+
{{@$catatan->created_at}}
+
{{@$catatan->catatan}}
+
+ @endif @endif