main
Ilham Wara Nugroho 2026-03-02 14:06:22 +07:00
parent e2f5fc484c
commit 02c78b84f8
1 changed files with 2 additions and 0 deletions

View File

@ -143,6 +143,7 @@
</form>
@endif
@endif
@if(@$catatan)
@if(($item->status == '2') || ($item->status == '1'))
<hr class="mt-3">
<h5 class="text-xl font-bold my-3">Catatan Verifikator</h5>
@ -157,6 +158,7 @@
<div class="text-sm">{{@$catatan->catatan}}</div>
</div>
@endif
@endif
</div>
</div>
@endsection