diff --git a/resources/views/debitur/components/dokumen.blade.php b/resources/views/debitur/components/dokumen.blade.php index 3de2e04..40c55fd 100644 --- a/resources/views/debitur/components/dokumen.blade.php +++ b/resources/views/debitur/components/dokumen.blade.php @@ -176,6 +176,27 @@ + @else + @if($detail->jenisLegalitasJaminan->custom_field) +
+ +
+ @if($detail->jenisLegalitasJaminan->custom_field_type === "text") + + @elseif($detail->jenisLegalitasJaminan->custom_field_type === "number") + + @elseif($detail->jenisLegalitasJaminan->custom_field_type === "date") + + @elseif($detail->jenisLegalitasJaminan->custom_field_type === "textarea") + + @else + + @endif +
+
+ @endif @endif
@@ -221,15 +242,15 @@
@if($item->custom_field_type === "text") - + @elseif($item->custom_field_type === "number") - + @elseif($item->custom_field_type === "date") - + @elseif($item->custom_field_type === "textarea") - + @else - + @endif
@@ -246,9 +267,7 @@ @php $n++; @endphp @endforeach @else -
-
@endif
@@ -370,13 +389,13 @@ @push('scripts') {{--Pemilik Jaminan--}}