|
|
@@ -23,9 +23,11 @@
|
|
|
{{ isset($record->{"accertatore_{$i}_value"}->lastname) ? $record->{"accertatore_{$i}_value"}->lastname : '' }}
|
|
|
{{ isset($record->{"accertatore_{$i}_value"}->firstname) ? $record->{"accertatore_{$i}_value"}->firstname : '' }}
|
|
|
</div>
|
|
|
+ @if (isset($record->{"grado_accertatore_{$i}_value"}->name))
|
|
|
<div class="mt-1 mb-1" style="font-size: 14px;">
|
|
|
{{ $record->{"grado_accertatore_{$i}_value"}->name }}
|
|
|
</div>
|
|
|
+ @endif
|
|
|
</div>
|
|
|
@endif
|
|
|
@endfor
|