@set('value', $item[$column['name']])
@if($column['type'] == 'hidden')
@elseif($column['type'] != 'display' || $id != 'new')
@if($column['type'] == 'text')
@elseif($column['type'] == 'date')
@elseif($column['type'] == 'mkd')
@elseif($column['type'] == 'select')
@elseif($column['type'] == 'display')
{{ $value }}
@endif
@endif
@endforeach
@if(!empty($imgup) && $imgup)