@if (in_array($column['type'], ['string', 'textarea']))
@if ($column['translatable'])
@if (count($languages['all']) > 1)
@endif
@else
@if ($column['type'] == 'string')
@elseif ($column['type'] == 'textarea')
@endif
@endif
@elseif($column['type'] == 'password')
@elseif($column['type'] == 'image' || $column['type'] == 'avatar')
@elseif($column['type'] == 'boolean')
@elseif(in_array($column['type'], ['time_zone', 'currency', 'locale', 'select', 'belongsToMany', 'hasMany', 'belongsTo']))
@endif