@if(isset($document->id))
@php $n = 0; @endphp
@foreach($document->detail as $detail)
@if($detail->details)
@php $custom_field = json_decode($detail->details,true) @endphp
@else
@if($detail->jenisLegalitasJaminan->custom_field)
@endif
@endif
@php $n++; @endphp
@endforeach
@foreach($legalitas as $item)
@if($item->custom_field)
@endif
@php $n++; @endphp
@endforeach
@endif