@php $modelAux = $model->processoItemChecklistDinamicos()->first(); @endphp
@foreach ($modelAux->getCamposGrid() as $nome => $campo) @php $campo = $modelAux->getCampoGridByName($nome) ?? $campo; @endphp @endforeach