@if(isset($dataTypeContent->{$row->field}))
@if(json_decode($dataTypeContent->{$row->field}) !== null)
@foreach(json_decode($dataTypeContent->{$row->field}) as $file)
@endforeach
@else
@endif
@endif
required == 1 && !isset($dataTypeContent->{$row->field})) required @endif type="file" name="{{ $row->field }}[]" multiple="multiple">