update
parent
e2f5fc484c
commit
02c78b84f8
|
|
@ -143,6 +143,7 @@
|
||||||
</form>
|
</form>
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
|
@if(@$catatan)
|
||||||
@if(($item->status == '2') || ($item->status == '1'))
|
@if(($item->status == '2') || ($item->status == '1'))
|
||||||
<hr class="mt-3">
|
<hr class="mt-3">
|
||||||
<h5 class="text-xl font-bold my-3">Catatan Verifikator</h5>
|
<h5 class="text-xl font-bold my-3">Catatan Verifikator</h5>
|
||||||
|
|
@ -157,6 +158,7 @@
|
||||||
<div class="text-sm">{{@$catatan->catatan}}</div>
|
<div class="text-sm">{{@$catatan->catatan}}</div>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue