@php
$dataTypeRows = $dataType->readRows;
foreach($dataTypeRows as $row)
{
$fields[$row->field] = $row;
}
@endphp
@include('elements.layout.display')